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: Reiner Steib
Subject: Re: New Emacs facilities from Gnus
Date: Wed, 07 Nov 2007 17:58:49 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

On Wed, Nov 07 2007, Richard Stallman wrote:

>     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).
>
> Ok, would someone please do this in the trunk, then ack?
> Please also delete smime-ldap.el.
>
>     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)))

Couldn't we use a test to check if the "good" version of `ldap-search'
is available so that the code in both versions (of smime.el?) stays
identical?

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




reply via email to

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