From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: Patch: Show signature state in encrypted messages using pgg Date: Sun, 12 Nov 2006 21:31:17 +0900 Message-ID: <7b71d28a-e083-4233-ba59-4f3ea5c15e53@well-done.deisui.org> References: <59350f81-0e9a-4619-b46c-6e8bd1562c6d@well-done.deisui.org> <858xigzzt9.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1163334717 12951 80.91.229.2 (12 Nov 2006 12:31:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 12 Nov 2006 12:31:57 +0000 (UTC) Cc: ding , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 12 13:31:53 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GjEV3-00024W-Aq for ged-emacs-devel@m.gmane.org; Sun, 12 Nov 2006 13:31:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GjEV2-0002Ap-QY for ged-emacs-devel@m.gmane.org; Sun, 12 Nov 2006 07:31:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GjEUp-0002AT-HE for emacs-devel@gnu.org; Sun, 12 Nov 2006 07:31:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GjEUm-00027B-GR for emacs-devel@gnu.org; Sun, 12 Nov 2006 07:31:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GjEUm-000274-DI for emacs-devel@gnu.org; Sun, 12 Nov 2006 07:31:32 -0500 Original-Received: from [210.231.96.69] (helo=localhost) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GjEUj-0007YD-V0; Sun, 12 Nov 2006 07:31:30 -0500 Original-Received: from localhost ([127.0.0.1] helo=well-done.deisui.org) by localhost with esmtp (Exim 4.63) (envelope-from ) id 1GjEUX-0000nH-8P; Sun, 12 Nov 2006 21:31:17 +0900 Original-To: Sascha Wilde X-Attribution: DU In-Reply-To: (Sascha Wilde's message of "Sun, 12 Nov 2006 12:47:18 +0100") User-Agent: T-gnus/6.17.2 (based on No Gnus v0.2) EMIKO/1.14.1 (Choanoflagellata) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 EasyPG/0.0.7 MULE XEmacs/21.4 (patch 14) (Reasonable Discussion) (i686-pc-linux) 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:62112 gmane.emacs.gnus.general:63969 Archived-At: >>>>> In >>>>> Sascha Wilde wrote: > (string= "OK" (subseq ( ... ) 0 2)) > work for XEmacs? Now, `subseq' is a cl function. ;; I would like `equal' in this situation rather than `string='. Regards, -- Daiki Ueno