info-gnus-english
[Top][All Lists]
Advanced

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

Re: "You should byte-compile Gnus" ?


From: William Xu
Subject: Re: "You should byte-compile Gnus" ?
Date: Mon, 25 Feb 2008 19:01:55 +0900
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.91 (darwin)

Bastien <bzg@altern.org> writes:

> Maybe you should compare the location of C-h f gnus RET when running
> emacs -Q against its location when you're running a normal emacs
> session, with all your config.  

Okay, I caught it. It is all because I have defadvice gnus in my config file:

,----
| (defadvice gnus (around switch-or-start)
|   "Start `gnus' or switch to started *Group* buffer."
|   (if (gnus-alive-p)
|       (switch-to-buffer "*Group*")
|     ad-do-it
|     (gnus-demon-init)))
| 
| (ad-deactivate 'gnus)
`----

When I removed the them, everything goes fine. 

I don't quite understand, though. A defadvice will forbid it from being
byte-compiled?
 
-- 
William

http://williamxu.net9.org





reply via email to

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