Re: [PATCH] emacs: Add `notmuch-jump-to-recent-buffer'.

Subject: Re: [PATCH] emacs: Add `notmuch-jump-to-recent-buffer'.

Date: Tue, 20 Dec 2011 08:15:26 +0000

To: Tomi Ollila, notmuch@notmuchmail.org

Cc:

From: David Edmondson


On Tue, 20 Dec 2011 10:02:11 +0200, Tomi Ollila <tomi.ollila@iki.fi> wrote:
> > +	 (loop for buffer in (buffer-list)
> > +	       if (progn
> 
> Are the last few lines above working... if without '(' and no
> loop (nor for) function in my emacs (where notmuch loaded).

`loop' is an emacs clone of the all singing ("It slices, it dices!")
Common Lisp `loop' macro in cl-macs.el.

dme.
-- 
David Edmondson, http://dme.org

Thread: