From: Alan Mackenzie <acm@muc.de>
Subject: Strange warning message from M-x byte-compile-file
Date: Mon, 13 Feb 2006 15:56:43 +0000 [thread overview]
Message-ID: <r7aqsd.hc.ln@acm.acm> (raw)
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").
reply other threads:[~2006-02-13 15:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=r7aqsd.hc.ln@acm.acm \
--to=acm@muc.de \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.