On Jun 29, 8:07 pm, Mathias Dahl <[EMAIL PROTECTED]> 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...

_______________________________________________
gnu-emacs-sources mailing list
gnu-emacs-sources@gnu.org
http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Reply via email to