listhelper-moderate
[Top][All Lists]
Advanced

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

gnu-emacs-sources post from address@hidden requires approval


From: gnu-emacs-sources-owner
Subject: gnu-emacs-sources post from address@hidden requires approval
Date: Fri, 29 Jun 2007 14:40:20 -0400

As list administrator, your authorization is requested for the
following mailing list posting:

    List:    address@hidden
    From:    address@hidden
    Subject: Re: ;;; anything.el --- open anything
    Reason:  Post by non-member to a members-only list

At your convenience, visit:

    http://lists.gnu.org/mailman/admindb/gnu-emacs-sources
        
to approve or deny the request.
--- Begin Message --- Subject: Re: ;;; anything.el --- open anything Date: Fri, 29 Jun 2007 20:07:51 +0200 User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)
Mathias Dahl <address@hidden> writes:

> Add this to your anything sources:
>
> ...
>   ((name . "Jabber Contacts")
>    (candidates . (lambda ()
>                    (mapcar 
>                     (lambda (x) 
>                       (car x)) 
>                     (my-jabber-list-contacts))))
>    (action . (lambda (x)
>                (jabber-chat-with 
>                 (jabber-read-account)
>                 x))))
> ...

I have no idea how that worked earlier, this is how it should be:

  ((name . "Jabber Contacts")
   (candidates . (lambda ()
                   (mapcar
                    (lambda (x)
                      (car x))
                    (my-jabber-list-contacts))))
   (action . (lambda (x)
               (jabber-chat-with
                (jabber-read-account)
                (symbol-name
                 (cdr (assoc x (my-jabber-list-contacts))))))))

/Mathias

--- End Message ---
--- Begin Message --- Subject: confirm f5c2569a55230344ec4052aa73b66d12d4ebbf5f
If you reply to this message, keeping the Subject: header intact,
Mailman will discard the held message.  Do this if the message is
spam.  If you reply to this message and include an Approved: header
with the list password in it, the message will be approved for posting
to the list.  The Approved: header can also appear in the first line
of the body of the reply.

--- End Message ---

reply via email to

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