emacs-devel
[Top][All Lists]
Advanced

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

Re: New Emacs facilities from Gnus


From: Arne Jørgensen
Subject: Re: New Emacs facilities from Gnus
Date: Tue, 06 Nov 2007 23:35:36 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux)

Richard Stallman <address@hidden> writes:

> It sounds like neither of these things is useful in Emacs >= 22.
> Does that mean we can simply delete smime-ldap.el from Emacs?

Yes. It is not useful in Emacs >= 22 and can be deleted if the patch
below is applied to smime.el.

But the patch should only be applied in Emacs CVS and not in Gnus CVS
(otherwise the stand alone Gnus will not work with Xemacs and Emacs 21).

125c125
< (require 'smime-ldap)
---
> (require 'ldap)
593,594c593,594
<   (let ((ldapresult (smime-ldap-search (concat "mail=" mail)
<                                      host '("userCertificate") nil))
---
>   (let ((ldapresult (cdr (ldap-search (concat "mail=" mail)
>                                     host '("userCertificate") nil)))


Kind regards,
-- 
Arne Jørgensen <http://arnested.dk/>





reply via email to

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