emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Change in bytecomp.el breaks Gnus


From: Katsumi Yamaoka
Subject: Re: Change in bytecomp.el breaks Gnus
Date: Fri, 12 Nov 2004 09:22:33 +0900
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

>>>>> In <address@hidden> Stefan wrote:

> Hmm... the problem seems to be related to the fact that some `defsubst's are
> first turned into `defalias' but that the new defalias code gets surprised
> when it encounters those `defalias'es.

That looks to be the right interpretation, but...

[...]

> Can someone who's already played a bit with bytecomp.el do a reality check?

I rebuilt Emacs and found the following case causes the `t' error.

(defalias 'foo (lambda (s) (message "%s" s)))

(defun bar (s) (inline (foo s)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]