From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68865 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: Viewing signed mails fails Date: Tue, 04 Aug 2009 09:05:15 +0200 Message-ID: <87y6q0gitw.fsf@randomsample.de> References: <87iqh48kxq.fsf@alien8.de> <87eirsay82.fsf@marauder.physik.uni-ulm.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1249369540 22865 80.91.229.12 (4 Aug 2009 07:05:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Aug 2009 07:05:40 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M17285@lists.math.uh.edu Tue Aug 04 09:05:29 2009 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1MYE5I-0005RE-DV for ding-account@gmane.org; Tue, 04 Aug 2009 09:05:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1MYE54-0006TM-RJ; Tue, 04 Aug 2009 02:05:06 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1MYE51-0006T1-Th for ding@lists.math.uh.edu; Tue, 04 Aug 2009 02:05:03 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1MYE50-0004Ds-8c for ding@lists.math.uh.edu; Tue, 04 Aug 2009 02:05:03 -0500 Original-Received: from m61s02.vlinux.de ([83.151.21.164]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1MYE5Z-0007pS-00 for ; Tue, 04 Aug 2009 09:05:37 +0200 Original-Received: from dslc-082-083-037-016.pools.arcor-ip.net ([82.83.37.16] helo=honk) by m61s02.vlinux.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1MYE4y-0003KM-U0 for ding@gnus.org; Tue, 04 Aug 2009 09:05:01 +0200 In-Reply-To: <87eirsay82.fsf@marauder.physik.uni-ulm.de> (Reiner Steib's message of "Tue, 04 Aug 2009 08:29:17 +0200") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.94 (gnu/linux) Mail-Copies-To: never Mail-Followup-To: ding@gnus.org X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68865 Reiner Steib writes: > On Tue, Aug 04 2009, Julian Stecklina wrote: > >> Gnus v5.13 >> GNU Emacs 23.1.1 (i686-pc-linux-gnu) >> of 2009-08-04 on tabernacle >> 200 news.gmane.org InterNetNews NNRP server INN 2.4.1 ready (posting ok). >> >> I just upgraded to Emacs 23.1 and Gnus 5.13, which now comes bundled >> with Emacs 23.1. Trying to view a GPG-signed mail gives me this error: >> >> Debugger entered--Lisp error: (wrong-number-of-arguments #[(target old new) >> "[...]" [old new target replace-regexp-in-string] 4] 4) > > Are you using color-theme? > > If so, please try to convince the maintainer to fix this long standing > bug. > > http://thread.gmane.org/gmane.emacs.gnus.general/66521 > http://thread.gmane.org/gmane.emacs.gnus.general/66942 > > http://gna.org/bugs/?9494 This has been fixed for a long time. At least my local copy of color-theme.el shows this ChangeLog entry: 2007-09-10 Brian Palmer * color-theme.el (replace-in-string): Renamed to color-theme-replace-in-string. This is either an alias to a pre-existing replace-in-string, or an inline function call to replace-regexp-in-string. -David