gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ;;; anything.el --- open anything


From: address@hidden
Subject: Re: ;;; anything.el --- open anything
Date: Fri, 29 Jun 2007 11:29:50 -0700
User-agent: G2/1.0

On Jun 29, 8:07 pm, Mathias Dahl <address@hidden> wrote:
>
> I have no idea how that worked earlier, this is how it should be:

I don't use jabber with emacs, so I can't try it, but it looks
cool. :)

Maybe there should be a page on Emacs Wiki for Anything where people
could publish and update the source definitions.

>    (candidates . (lambda ()
>                    (mapcar
>                     (lambda (x)
>                       (car x))
>                     (my-jabber-list-contacts))))

One thing I noticed: this can also be written as

  (mapcar 'car  (my-jabber-list-contacts))

It's a bit shorter. Not that it matters...



reply via email to

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