all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Byte compiling started doing strange things.
@ 2004-11-09 14:52 Luc Teirlinck
  0 siblings, 0 replies; only message in thread
From: Luc Teirlinck @ 2004-11-09 14:52 UTC (permalink / raw)


Changes in byte compilation which must be less than a day old, have
strange effects.  `winner' is no longer usable when winner.elc is
used, but still seems to work fine when winner.el is used.

After `emacs -q' I get the following ielm run:

*** Welcome to IELM ***  Type (describe-mode) for help.
ELISP> (load "winner")
t
ELISP> (winner-sorted-window-list)
*** Eval error ***  Symbol's function definition is void: t
ELISP> (load "winner.el")
t
ELISP> (winner-sorted-window-list)
(#<window 3 on *ielm*>)

ELISP> 

Byte compiling winner.el produces:

Compiling file /home/teirllm/emacscvsdir/emacs/lisp/winner.el at Tue
Nov  9 08:32:15 2004
Entering directory `/home/teirllm/emacscvsdir/emacs/lisp/'
winner.el:52:14:Warning: Function `gensym' from cl package called at
runtime
winner.el:56:10:Warning: Function `gensym' from cl package called at
runtime

In winner-sorted-window-list:
winner.el:125:10:Warning: attempt to inline `t' before it was defined
winner.el:124:4:Warning: `t' called as a function

In winner-make-point-alist:
winner.el:284:33:Warning: attempt to inline `t' before it was defined
winner.el:285:44:Warning: `t' called as a function

In end of data:
winner.el:488:1:Warning: the function `t' is not known to be defined.

Comments:

The first two warnings are probably legitimate.

The function `t' stuff appears to be a bug in byte compilation.

Sincerely,

Luc.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-11-09 14:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-09 14:52 Byte compiling started doing strange things Luc Teirlinck

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.