Gnus development mailing list
 help / color / mirror / Atom feed
* Simple lisp question
@ 2010-12-20 16:52 Tommy Kelly
  2010-12-20 17:04 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Tommy Kelly @ 2010-12-20 16:52 UTC (permalink / raw)
  To: ding

Quick lisp question as I dig into nnimap.el (in my attempt to understand
and maybe improve the fancy split stramash):

Why, in the defun of nnimap-split-incoming-mail, is this written as it is:

(let (
	  (nnimap-incoming-split-list            nil)
          ...
	  new-articles
	  )
...)


And not like this:

(let (
	  nnimap-incoming-split-list
          ...
	  new-articles
	  )
...)


In other words, why is the setting to nil of nimap-incoming-split-list
and news-articles done differently? Just a coding quirk, or a deep and
mysterious reason?

thanks,
Tommy




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

end of thread, other threads:[~2010-12-20 17:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-20 16:52 Simple lisp question Tommy Kelly
2010-12-20 17:04 ` Lars Magne Ingebrigtsen

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).