all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Luc Teirlinck <teirllm@dms.auburn.edu>
Subject: Byte compiling started doing strange things.
Date: Tue, 9 Nov 2004 08:52:40 -0600 (CST)	[thread overview]
Message-ID: <200411091452.iA9Eqem15301@raven.dms.auburn.edu> (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.

                 reply	other threads:[~2004-11-09 14:52 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=200411091452.iA9Eqem15301@raven.dms.auburn.edu \
    --to=teirllm@dms.auburn.edu \
    /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.