From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Compilation warnings from latest org from git Date: Tue, 4 Aug 2009 17:04:56 +0200 Message-ID: <4AD8667C-04B0-4FB6-A977-9EF347B0D599@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MYLZa-0004DY-Uj for emacs-orgmode@gnu.org; Tue, 04 Aug 2009 11:05:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MYLZW-0004D0-Bn for emacs-orgmode@gnu.org; Tue, 04 Aug 2009 11:05:06 -0400 Received: from [199.232.76.173] (port=52497 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYLZW-0004Cx-5q for emacs-orgmode@gnu.org; Tue, 04 Aug 2009 11:05:02 -0400 Received: from ey-out-1920.google.com ([74.125.78.146]:12131) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MYLZV-0002jf-Fy for emacs-orgmode@gnu.org; Tue, 04 Aug 2009 11:05:01 -0400 Received: by ey-out-1920.google.com with SMTP id 5so1133033eyb.24 for ; Tue, 04 Aug 2009 08:05:00 -0700 (PDT) In-Reply-To: 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: Manish Cc: Org-Mode Fixed, thanks. - Carsten On Aug 3, 2009, at 6:35 PM, Manish wrote: > 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 > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode