From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78133 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: message-yank-original issue Date: Mon, 28 Mar 2011 14:05:40 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <877hbjkquz.fsf@lifelogs.com> References: <871v2ako4c.fsf@fencepost.gnu.org> <87lj0ha52s.fsf@lifelogs.com> <87y64g6833.fsf@lifelogs.com> <87ei5tzneu.fsf@turtle.gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1301339209 28982 80.91.229.12 (28 Mar 2011 19:06:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 Mar 2011 19:06:49 +0000 (UTC) Cc: David Kastrup , Stefan Monnier , Katsumi Yamaoka To: Original-X-From: ding-owner+M26444@lists.math.uh.edu Mon Mar 28 21:06:44 2011 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.69) (envelope-from ) id 1Q4Hlx-0006K7-Sd for ding-account@gmane.org; Mon, 28 Mar 2011 21:06:42 +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 1Q4HlA-0005UJ-TJ; Mon, 28 Mar 2011 14:05:52 -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 1Q4Hl9-0005Tz-94 for ding@lists.math.uh.edu; Mon, 28 Mar 2011 14:05:51 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Q4Hl7-0004GS-R7 for ding@lists.math.uh.edu; Mon, 28 Mar 2011 14:05:51 -0500 Original-Received: from chirelay1o.jumptrading.com ([38.98.147.153] helo=chirelay1.jumptrading.com) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Q4Hl6-0006zf-Rw for ding@gnus.org; Mon, 28 Mar 2011 21:05:49 +0200 Original-Received: from chirelay1.jumptrading.com (unknown [127.0.0.1]) by chirelay1.jumptrading.com (Symantec Mail Security) with ESMTP id AC02732002D for ; Mon, 28 Mar 2011 14:05:42 -0500 (CDT) X-AuditID: 26629395-9fd81bb000006e0e-87-4d90dc0653a2 Original-Received: from chiexchange02.w2k.jumptrading.com (unknown [38.98.147.140]) by chirelay1.jumptrading.com (Symantec Mail Security) with ESMTP id 74A752DC006 for ; Mon, 28 Mar 2011 14:05:42 -0500 (CDT) Original-Received: from internalsmtp.w2k.jumptrading.com (10.2.4.29) by chiexchange02.w2k.jumptrading.com (10.2.4.71) with Microsoft SMTP Server id 8.1.291.1; Mon, 28 Mar 2011 14:05:41 -0500 Original-Received: from tzlatanov-ubuntu-desktop.jumptrading.com ([10.2.14.81]) by internalsmtp.w2k.jumptrading.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 28 Mar 2011 14:05:41 -0500 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" In-Reply-To: <87ei5tzneu.fsf@turtle.gmx.de> (Sven Joachim's message of "Sat, 26 Mar 2011 20:34:17 +0100") User-Agent: Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux) X-OriginalArrivalTime: 28 Mar 2011 19:05:41.0818 (UTC) FILETIME=[220C41A0:01CBED7B] X-Brightmail-Tracker: AAAAAA== X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78133 Archived-At: On Sat, 26 Mar 2011 20:34:17 +0100 Sven Joachim wrote: SJ> On 2011-03-15 10:34 +0100, Ted Zlatanov wrote: >> On Mon, 14 Mar 2011 14:13:15 -0500 Ted Zlatanov wrote: >> TZ> On Mon, 14 Mar 2011 11:11:47 +0100 David Kastrup wrote: DK> It has now been about two weeks that message-yank-original has stopped DK> being functional for installations that don't have cl loaded permanently DK> (namely standard Emacs installations). >> TZ> I posted a fix on the bug list, can you reply there if it worked? >> >> Since I didn't hear back I've pushed this patch. SJ> Alas, this patch was reverted later that day in commit 5edabb7b1 (Author SJ> Stefan and committed by Katsumi, apparently in merging changes between SJ> Gnus and Emacs), so as of now message-yank-original still requires cl to SJ> be loaded at runtime. :-( Could you please restore the message.el SJ> version from commit 698d90df ? I'm not sure what's going on with message.el. It clearly says (eval-when-compile (require 'cl)) so it should not be erroring out. Stefan wanted to go back to using `case' instead of `cond' so I'll defer to him. Ted