From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77841 Path: news.gmane.org!not-for-mail From: Raphael Kubo da Costa Newsgroups: gmane.emacs.gnus.general Subject: Re: case's definition is void when replying to mail Date: Wed, 16 Mar 2011 17:34:30 +0000 (UTC) Message-ID: References: <87zkow5y7e.fsf@lifelogs.com> <837hc0a1td.fsf@gmail.com> <87hbb3ui9m.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1300296900 21496 80.91.229.12 (16 Mar 2011 17:35:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 16 Mar 2011 17:35:00 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26160@lists.math.uh.edu Wed Mar 16 18:34:56 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 1PzucZ-0003t6-E3 for ding-account@gmane.org; Wed, 16 Mar 2011 18:34:55 +0100 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 1PzucX-0002zv-KY; Wed, 16 Mar 2011 12:34:53 -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 1PzucW-0002zb-5V for ding@lists.math.uh.edu; Wed, 16 Mar 2011 12:34:52 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PzucV-00051n-IX for ding@lists.math.uh.edu; Wed, 16 Mar 2011 12:34:52 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PzucQ-0002dp-Ec for ding@gnus.org; Wed, 16 Mar 2011 18:34:46 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PzucP-0003pS-GC for ding@gnus.org; Wed, 16 Mar 2011 18:34:46 +0100 Original-Received: from c952d5bb.virtua.com.br ([c952d5bb.virtua.com.br]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Mar 2011 18:34:45 +0100 Original-Received: from kubito by c952d5bb.virtua.com.br with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Mar 2011 18:34:45 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 201.82.213.187 (Mozilla/5.0 (X11; Linux i686; rv:2.0b13pre) Gecko/20110314 Firefox/4.0b13pre) X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77841 Archived-At: Ted Zlatanov lifelogs.com> writes: > So you're saying that > > (eval-when-compile > (require 'cl)) > > doesn't work for you (it's at the top of message.el). Isn't that > supposed to work? Sorry but I don't know eval-* very well. I don't really know what's going on (and I only experience the issue in a single machine, which now has GNU Emacs 23.3) -- I don't see any errors or warnings related to this when compiling, though. Any ideas how to help debug this?