* Strange warning message from M-x byte-compile-file
@ 2006-02-13 15:56 Alan Mackenzie
0 siblings, 0 replies; only message in thread
From: Alan Mackenzie @ 2006-02-13 15:56 UTC (permalink / 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").
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-02-13 15:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-13 15:56 Strange warning message from M-x byte-compile-file Alan Mackenzie
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.