From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.help Subject: Strange warning message from M-x byte-compile-file Date: Mon, 13 Feb 2006 15:56:43 +0000 Organization: muc.de e.V. -- private internet access Message-ID: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1139851443 10723 80.91.229.2 (13 Feb 2006 17:24:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Feb 2006 17:24:03 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 13 18:24:02 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F8hPn-0008Jz-Tr for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Feb 2006 18:23:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8hPn-0006eJ-9Y for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Feb 2006 12:23:07 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.gamma.ru!Gamma.RU!npeer.de.kpn-eurorings.net!news.uni-stuttgart.de!news.belwue.de!news-peer.in.tum.de!news.muc.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 27 Original-NNTP-Posting-Host: acm.muc.de Original-X-Trace: marvin.muc.de 1139849467 26542 193.149.49.134 (13 Feb 2006 16:51:07 GMT) Original-X-Complaints-To: news-admin@muc.de Original-NNTP-Posting-Date: 13 Feb 2006 16:51:07 GMT User-Agent: tin/1.4.5-20010409 ("One More Nightmare") (UNIX) (Linux/2.0.35 (i686)) Original-Xref: shelby.stanford.edu gnu.emacs.help:137556 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:33181 Archived-At: GNU Emacs 21.3: This has been puzzling me for ages: I do M-x byte-compile-file, it runs without error, yet leaves this bizarre warning in *Compile-Log*: ** The function `acm-texinfo-end-of-node' might not be defined at runtime. That function is a straightforward defun in my site-start.el, followed by (byte-compile 'acm-texinfo-end-of-node). I bind it in Texinfo mode thusly: (eval-after-load "texinfo" '(progn (define-key texinfo-mode-map "\C-\M-a" 'acm-texinfo-beginning-of-node) (define-key texinfo-mode-map "\C-\M-e" 'acm-texinfo-end-of-node) (define-key texinfo-mode-map "\C-xnd" 'acm-texinfo-narrow-to-node))) Can anybody give me a clue why I'm getting this warning message, time after time after time? It's beginning to get on my nerves. Thanks in advance. -- Alan Mackenzie (Munich, Germany) Email: aacm@muuc.dee; to decode, wherever there is a repeated letter (like "aa"), remove half of them (leaving, say, "a").