Gnus development mailing list
 help / color / mirror / Atom feed
* nndraft lossage and byte-compilation
@ 2001-03-01 23:51 David Z. Maze
  2001-03-02  3:27 ` ShengHuo ZHU
  0 siblings, 1 reply; 5+ messages in thread
From: David Z. Maze @ 2001-03-01 23:51 UTC (permalink / raw)


I've run into various random problems with my drafts group; mostly,
I've been completely unable to access it.  This is problematic because 
I'm having other local configuration problems which result in my not
being able to send mail in some cases; I'd rather be able to save the
mail than lose it.  C-c C-d seems to work, but I can't access the
draft group at all.  I'm pretty sure I've mentioned this both here and 
on gnu.emacs.gnus in the past.

Today, on a whim, I decided to byte-compile my Gnus (couple-day-old
Oort).  And now nndraft works.

The particular thing that prompted me to try this was 'C-h f
nndraft-request-group'.  Now (with the byte-compiled Gnus) it's a
normal function, but before it was defalias'd to 'ignore.  My guess is 
that the (eval-when-compile (defalias ...)) is being evaluated when
the uncompiled file is loaded, and nnoo-import is failing to override
that alias with the appropriate nnmh function.  When the compiled file 
is loaded, there's no alias, and so calling nnoo-import works.  (This
all makes sense if defaliasing a symbol causes fboundp on it to return 
t.)

-- 
David Maze             dmaze@mit.edu          http://www.mit.edu/~dmaze/
"Theoretical politics is interesting.  Politicking should be illegal."
	-- Abra Mitchell




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

end of thread, other threads:[~2001-03-02 19:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-01 23:51 nndraft lossage and byte-compilation David Z. Maze
2001-03-02  3:27 ` ShengHuo ZHU
2001-03-02 13:28   ` Charles Sebold
2001-03-02 18:56     ` ShengHuo ZHU
2001-03-02 19:20       ` Charles Sebold

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 NNTP newsgroup(s).