From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Kuettner Subject: byte-compile-warnings Date: Tue, 07 Nov 2006 17:58:06 +0100 Message-ID: <4550BB1E.30603@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GhUH3-0003av-Fl for emacs-orgmode@gnu.org; Tue, 07 Nov 2006 11:58:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GhUH2-0003aI-NO for Emacs-orgmode@gnu.org; Tue, 07 Nov 2006 11:58:08 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GhUH2-0003a9-IT for Emacs-orgmode@gnu.org; Tue, 07 Nov 2006 11:58:08 -0500 Received: from [212.227.126.186] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GhUH2-00045q-A7 for Emacs-orgmode@gnu.org; Tue, 07 Nov 2006 11:58:08 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs-orgmode@gnu.org I upgraded to the newest org-mode version, and when byte-compiling org.el I got the following warnings: Compiling file /Users/christopher/Library/elisp/org.el at Tue Nov 7 17:53:30 2006 Entering directory `/Users/christopher/Library/elisp/' org.el:3195:27:Warning: reference to free variable outline-mode-menu-heading org.el:3196:27:Warning: reference to free variable outline-mode-menu-show org.el:3197:27:Warning: reference to free variable outline-mode-menu-hide In org-complete: org.el:5408:28:Warning: display-completion-list called with 2 arguments, but accepts only 1 In org-file-remote-p: org.el:10674:34:Warning: reference to free variable ange-ftp-name-format In end of data: org.el:17348:13:Warning: the following functions are not known to be defined: make-extent, delete-extent, detach-extent, set-extent-endpoints, set-extent-property, extent-property, extents-at, extent-list, extent-start-position, extent-end-position, make-glyph, list-diary-entries, add-to-diary-list, bbdb-name, bbdb-company, bbdb, gnus-summary-goto-article, gnus-summary-insert-cached-articles, vm-select-folder-buffer, vm-isearch-update, vm-isearch-narrow, vm-beginning-of-message, vm-summarize, wl-summary-goto-folder-subr, wl-summary-jump-to-msg-by-message-id, wl-summary-redisplay, rmail-what-message, rmail-show-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, mailcap-parse-mailcaps, mailcap-extension-to-mime, mailcap-mime-info, tramp-handle-file-remote-p, bbdb-record-name, bbdb-current-record, bbdb-record-company, vm-follow-summary-cursor, vm-su-subject, vm-su-full-name, vm-su-message-id, wl-summary-message-number, elmo-message-field, elmo-msgdb-overview-get-entity, wl-summary-buffer-msgdb, wl-summary-line-from, rmail-narrow-to-non-pruned-header, gnus-group-group-name, gnus-group-name, gnus-article-show-summary, gnus-summary-beginning-of-article, gnus-summary-article-header, mail-header-from, mail-header-id, mail-header-date, gnus-summary-subject-string, url-view-url, remember-buffer-desc, table--at-cell-p, constants-get, cdlatex-tab, clear-image-cache, temp-directory, add-local-hook, region-active-p, outline-up-heading-all Here is the contents of *Messages*-buffer: Loading bytecomp (compiled; note, source file is newer)...done Making completion list... Loading help-mode...done Compiling /Users/christopher/Library/elisp/org.el... Loading byte-opt (compiled; note, source file is newer)...done Compiling /Users/christopher/Library/elisp/org.el... (org-mode) Loading warnings (compiled; note, source file is newer)...done Loading newcomment (compiled; note, source file is newer)...done Compiling /Users/christopher/Library/elisp/org.el... (org-cdlatex-mode) Loading advice...done Compiling /Users/christopher/Library/elisp/org.el...done Wrote /Users/christopher/Library/elisp/org.elc