From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.devel Subject: Re: New Emacs facilities from Gnus Date: Wed, 07 Nov 2007 17:58:49 +0100 Message-ID: References: <87zly3y4ru.fsf@catnip.gol.com> <87odejy30k.fsf@catnip.gol.com> <87bqa8z601.fsf@arnested.dk> <87hcjz80jr.fsf@arnested.dk> Reply-To: Reiner Steib NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1194454815 6455 80.91.229.12 (7 Nov 2007 17:00:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 7 Nov 2007 17:00:15 +0000 (UTC) Cc: emacs-devel@gnu.org, Arne =?iso-8859-1?Q?J=F8rgensen?= To: Richard Stallman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 07 18:00:18 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IpoG0-0005Hr-9y for ged-emacs-devel@m.gmane.org; Wed, 07 Nov 2007 18:00:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpoFp-0007Hb-6y for ged-emacs-devel@m.gmane.org; Wed, 07 Nov 2007 11:59:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IpoFl-0007Fa-A0 for emacs-devel@gnu.org; Wed, 07 Nov 2007 11:59:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IpoFj-0007Ds-Sv for emacs-devel@gnu.org; Wed, 07 Nov 2007 11:59:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpoFj-0007Dp-Ng for emacs-devel@gnu.org; Wed, 07 Nov 2007 11:59:43 -0500 Original-Received: from mail.uni-ulm.de ([134.60.1.11]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IpoFa-0005At-AO; Wed, 07 Nov 2007 11:59:34 -0500 Original-Received: from bridgekeeper.physik.uni-ulm.de (bridgekeeper.physik.uni-ulm.de [134.60.41.37]) by mail.uni-ulm.de (8.14.1/8.14.1) with ESMTP id lA7GxV4O021271; Wed, 7 Nov 2007 17:59:32 +0100 (MET) Original-Received: from localhost (bridgekeeper.physik.uni-ulm.de [134.60.41.37]) by bridgekeeper.physik.uni-ulm.de (Postfix) with ESMTP id C2AB212D56; Wed, 7 Nov 2007 17:59:31 +0100 (CET) X-Face: .*T0'iU(sujq_j9\J>-d4fg; N/1++U#U$_5ii6k.=|"-n'?5O:Hyz&wi'-!I~,}7~GgT=0S /&-R5sbkNy5+Xo1y{Tw2KKxi@Xh"g@]Qc|.U<*]WDd)qvGowFDvfU1F]{EDho:7P0@|oOD=Bc{K4?> WP68K[Mx:}=`ZT'6g4'f+g?;`vri2!)xGy}3:=l'(/Cea0l4lo^H5#@/Z3ev Mail-Followup-To: rms@gnu.org, Arne =?iso-8859-1?Q?J=F8rgensen?= , emacs-devel@gnu.org In-Reply-To: (Richard Stallman's message of "Wed, 07 Nov 2007 02:56:38 -0500") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) X-DCC-HP_X86_64_8CPU-Metrics: poseidon 1245; Body=3 Fuz1=3 Fuz2=3 X-Virus-Scanned: by amavisd-new X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:82757 Archived-At: 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/