emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Adam Spiers <orgmode@adamspiers.org>
To: org-mode mailing list <emacs-orgmode@gnu.org>
Subject: compiler warnings
Date: Sat, 29 Dec 2007 22:23:14 +0000	[thread overview]
Message-ID: <20071229222314.GD10722@atlantic.linksys.moosehall> (raw)

Does anyone else get a lot of warnings during compile of org.el?

In org-remember-insinuate:
org.el:13175:9:Warning: assignment to free variable
    `remember-annotation-functions'
org.el:13176:9:Warning: assignment to free variable
    `remember-handler-functions'

In end of data:
org.el:27707:1:Warning: the following functions might not be defined at
    runtime: gnus-summary-last-subject, rmail-show-message,
    calendar-forward-day, parse-time-string, calendar-goto-date,
    calendar-goto-today, calendar-iso-date-string,
    calendar-julian-date-string, calendar-astro-date-string,
    calendar-hebrew-date-string, calendar-islamic-date-string,
    calendar-french-date-string, calendar-bahai-date-string,
    calendar-mayan-date-string, calendar-coptic-date-string,
    calendar-ethiopic-date-string, calendar-persian-date-string,
    calendar-chinese-date-string
org.el:27707:1:Warning: the following functions are not known to be defined:
    add-local-hook, table--at-cell-p, bbdb-record-name, bbdb-current-record,
    bbdb-record-getprop, vm-summarize, vm-follow-summary-cursor,
    vm-select-folder-buffer, vm-su-subject, vm-get-header-contents,
    vm-su-message-id, wl-summary-message-number, elmo-message-field,
    elmo-msgdb-overview-get-entity, wl-summary-buffer-msgdb,
    wl-summary-line-from, elmo-message-entity-field, wl-summary-line-subject,
    rmail-narrow-to-non-pruned-header, gnus-article-show-summary,
    dired-get-filename, bbdb-name, bbdb-company, bbdb, vm-isearch-update,
    vm-isearch-narrow, vm-beginning-of-message, elmo-folder-exists-p,
    wl-folder-get-elmo-folder, wl-summary-goto-folder-subr,
    wl-summary-jump-to-msg-by-message-id, wl-summary-redisplay,
    rmail-what-message, mh-index-previous-folder, mh-get-msg-num,
    mh-show-buffer-message-number, mh-display-msg, mh-header-display,
    mh-show-header-display, mh-get-header-field, mh-show, mh-show-show,
    mh-find-path, mh-visit-folder, mh-normalize-folder-name, mh-search-choose,
    mh-search, mh-show-msg, bibtex-generate-autokey,
    bibtex-beginning-of-entry, bibtex-parse-entry, bibtex-url, remember,
    remember-buffer-desc, add-to-diary-list, cdlatex-tab,
    org-export-latex-cleaned-string, speedbar-line-directory

It seems pretty clear that these are all due to references on external
packages which are not automatically loaded at start-up, and hence are
(mostly?) harmless - but should we try to clear them up anyway?  If
so, what would the best way be?  `autoload' or `eval-when-compile' are
presumably better than just a bunch of stub defun and defvar
statements, but maybe there's a better way?

             reply	other threads:[~2007-12-29 22:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-29 22:23 Adam Spiers [this message]
2008-01-02 22:17 ` compiler warnings Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071229222314.GD10722@atlantic.linksys.moosehall \
    --to=orgmode@adamspiers.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).