unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* functionp bug
@ 2008-04-07  1:20 Katsumi Yamaoka
  2008-04-07 16:04 ` Stefan Monnier
  0 siblings, 1 reply; 25+ messages in thread
From: Katsumi Yamaoka @ 2008-04-07  1:20 UTC (permalink / raw)
  To: emacs-devel; +Cc: ding

Hi,

This change

2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>

	* subr.el (functionp): Return nil for special forms.

makes the following form return nil:

(functionp 'or)

Because of this, the `file' mail source without the :path spec,
i.e. (setq mail-sources '((file))), for Gnus doesn't work as
follows:

(mail-source-value (cadr (assq :path (assq 'file mail-source-keyword-map))))
 => (or (getenv "MAIL")
        (expand-file-name (user-login-name) rmail-spool-directory))

But it should return the eval'd value of this form.

A workaround is to specify the :path argument explicitly in the
`file' mail source.  This bug seems to influence not only it but
also other programs, so I hope it is fixed as soon as possible.

Regards,




^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2008-04-10 22:13 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-07  1:20 functionp bug Katsumi Yamaoka
2008-04-07 16:04 ` Stefan Monnier
2008-04-07 18:34   ` Romain Francoise
2008-04-07 19:26     ` Stefan Monnier
2008-04-07 21:27       ` Manoj Srivastava
2008-04-07 21:50         ` Reiner Steib
2008-04-07 18:40   ` Reiner Steib
2008-04-07 19:23     ` Stefan Monnier
2008-04-09  7:56       ` Katsumi Yamaoka
2008-04-09  8:54         ` Andreas Schwab
2008-04-09 10:34         ` Richard Stallman
2008-04-09 14:22           ` Stefan Monnier
2008-04-09 14:26         ` Stefan Monnier
2008-04-09 22:53           ` Katsumi Yamaoka
2008-04-10  1:36             ` Stefan Monnier
2008-04-10  2:02               ` Katsumi Yamaoka
2008-04-10 10:44                 ` Reiner Steib
2008-04-10 11:19                   ` Katsumi Yamaoka
2008-04-10 11:38                     ` Reiner Steib
2008-04-10 11:57                       ` Katsumi Yamaoka
2008-04-10 18:24                   ` Stefan Monnier
2008-04-10 19:12                     ` Reiner Steib
2008-04-10 21:17                       ` Stefan Monnier
2008-04-10 22:13                         ` Reiner Steib
2008-04-09 22:34       ` Johan Bockgård

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).