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 16:35:48 +0900
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.91 (darwin)

Bastien <bzg@altern.org> writes:

> The function where this warning lives is `gnus' in gnus.el:
>
> ,----
> | (defun gnus (&optional arg dont-connect slave)
> |   "Read network news.
> | If ARG is non-nil and a positive number, Gnus will use that as the
> | startup level.  If ARG is non-nil and not a positive number, Gnus will
> | prompt the user for the name of an NNTP server to use."
> |   (interactive "P")
> |   (unless (byte-code-function-p (symbol-function 'gnus))
> |     (message "You should byte-compile Gnus")
> |     (sit-for 2))
> |   (gnus-1 arg dont-connect slave))
> `----
>
> So it looks like either your gnus.el is not byte-compiled or there is
> another one lingering somewhere on your system.

Ooh, it is complaining about the .gnus? My gnus config file is in
xwl-gnus.el. All my configs are not byte-compiled, and i don't like to,
since at times it confuses me whenever i forgot to recompile after
modifications.

Why does gnus insist on that? How much speed would be gained after
enabling that? 

-- 
William

http://williamxu.net9.org





reply via email to

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