From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78138 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 15:06:37 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87k4fjj9gy.fsf@lifelogs.com> References: <871v2ako4c.fsf@fencepost.gnu.org> <87lj0ha52s.fsf@lifelogs.com> <87y64g6833.fsf@lifelogs.com> <87ei5tzneu.fsf@turtle.gmx.de> <877hbjkquz.fsf@lifelogs.com> <87tyenuift.fsf@turtle.gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1301342826 19115 80.91.229.12 (28 Mar 2011 20:07:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 Mar 2011 20:07:06 +0000 (UTC) Cc: David Kastrup , Stefan Monnier , Katsumi Yamaoka To: Original-X-From: ding-owner+M26449@lists.math.uh.edu Mon Mar 28 22:07:01 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 1Q4IiK-0002I3-Ba for ding-account@gmane.org; Mon, 28 Mar 2011 22:07:00 +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 1Q4Ii8-0005sx-N4; Mon, 28 Mar 2011 15:06:48 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Q4Ii7-0005sk-91 for ding@lists.math.uh.edu; Mon, 28 Mar 2011 15:06:47 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Q4Ii6-0005po-8L for ding@lists.math.uh.edu; Mon, 28 Mar 2011 15:06:47 -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 1Q4Ii5-0000Kc-Az for ding@gnus.org; Mon, 28 Mar 2011 22:06:45 +0200 Original-Received: from chirelay1.jumptrading.com (unknown [127.0.0.1]) by chirelay1.jumptrading.com (Symantec Mail Security) with ESMTP id 65F91320017 for ; Mon, 28 Mar 2011 15:06:39 -0500 (CDT) X-AuditID: 26629395-9c1e6bb0000076bd-94-4d90ea4fc7ac Original-Received: from chiexchange02.w2k.jumptrading.com (unknown [38.98.147.140]) by chirelay1.jumptrading.com (Symantec Mail Security) with ESMTP id 30A522DC003 for ; Mon, 28 Mar 2011 15:06:39 -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 15:06:38 -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 15:06:38 -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: <87tyenuift.fsf@turtle.gmx.de> (Sven Joachim's message of "Mon, 28 Mar 2011 21:57:26 +0200") User-Agent: Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux) X-OriginalArrivalTime: 28 Mar 2011 20:06:38.0839 (UTC) FILETIME=[A5CD6070:01CBED83] X-Brightmail-Tracker: AAAAAA== X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78138 Archived-At: On Mon, 28 Mar 2011 21:57:26 +0200 Sven Joachim wrote:=20 SJ> On 2011-03-28 21:05 +0200, Ted Zlatanov wrote: >> I'm not sure what's going on with message.el. It clearly says=20 >>=20 >> (eval-when-compile >> (require 'cl)) >>=20 >> so it should not be erroring out. SJ> IIUC, the problem is that the bulk of message-yank-original, including SJ> the (case =E2=80=A6) statement, is inside a backquoted list, so the SJ> byte-compiler will leave it alone. >> Stefan wanted to go back to using >> `case' instead of `cond' so I'll defer to him. I see, thanks for explaining. Stefan, do you want me to fix it or will you? Thanks Ted