From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Compilation warnings from latest org from git Date: Mon, 3 Aug 2009 22:05:56 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MY0WO-0006sH-8N for emacs-orgmode@gnu.org; Mon, 03 Aug 2009 12:36:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MY0WJ-0006qF-Dx for emacs-orgmode@gnu.org; Mon, 03 Aug 2009 12:36:23 -0400 Received: from [199.232.76.173] (port=39958 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MY0WJ-0006q6-79 for emacs-orgmode@gnu.org; Mon, 03 Aug 2009 12:36:19 -0400 Received: from mail-gx0-f219.google.com ([209.85.217.219]:34216) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MY0WI-0008Pv-SR for emacs-orgmode@gnu.org; Mon, 03 Aug 2009 12:36:19 -0400 Received: by mail-gx0-f219.google.com with SMTP id 19so5938546gxk.18 for ; Mon, 03 Aug 2009 09:36:18 -0700 (PDT) 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: Org-Mode Hello Carsten, Bastien! Just noticed some odd messages from compilation of latest org from git. ,----[ org-clock ] | emacs -batch -q -no-site-file -eval "(progn (add-to-list (quote load-path) \"/usr/local/share/emacs/site-lisp\") (add-to-list (quote load-path) (expand-file-name \"./lisp/\")))" -f batch-byte-compile lisp/org-clock.el | | In end of data: | org-clock.el:1550:1:Warning: the function `popup-menu' is not known to be | defined. | Wrote /home/zms/elisp/org-mode.git/lisp/org-clock.elc `---- ,----[ org-html ] | emacs -batch -q -no-site-file -eval "(progn (add-to-list (quote load-path) \"/usr/local/share/emacs/site-lisp\") (add-to-list (quote load-path) (expand-file-name \"./lisp/\")))" -f batch-byte-compile lisp/org-html.el | | In org-export-as-html: | org-html.el:1444:10:Warning: `format' called with 4 args to fill 0 format | field(s) | Wrote /home/zms/elisp/org-mode.git/lisp/org-html.elc `---- ,----[ org-mouse ] | emacs -batch -q -no-site-file -eval "(progn (add-to-list (quote load-path) \"/usr/local/share/emacs/site-lisp\") (add-to-list (quote load-path) (expand-file-name \"./lisp/\")))" -f batch-byte-compile lisp/org-mouse.el | | In org-mouse-yank-link: | org-mouse.el:645:9:Warning: assignment to free variable | `mouse-selection-click-count' | | In end of data: | org-mouse.el:1152:1:Warning: the following functions are not known to be | defined: popup-menu, mouse-save-then-kill, mouse-set-point, | mouse-drag-region | Wrote /home/zms/elisp/org-mode.git/lisp/org-mouse.elc `---- ,----[ org-src ] | emacs -batch -q -no-site-file -eval "(progn (add-to-list (quote load-path) \"/usr/local/share/emacs/site-lisp\") (add-to-list (quote load-path) (expand-file-name \"./lisp/\")))" -f batch-byte-compile lisp/org-src.el | | In end of data: | org-src.el:472:1:Warning: the function `mouse-set-point' is not known to be | defined. | Wrote /home/zms/elisp/org-mode.git/lisp/org-src.elc `---- Best regards, -- Manish