From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77874 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: Thu, 17 Mar 2011 14:56:42 +0000 (UTC) Message-ID: References: <87zkow5y7e.fsf@lifelogs.com> <837hc0a1td.fsf@gmail.com> <87hbb3ui9m.fsf@lifelogs.com> <87tyf2uchr.fsf@lifelogs.com> <8762rhx34v.fsf@gmail.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 1300373881 32655 80.91.229.12 (17 Mar 2011 14:58:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Mar 2011 14:58:01 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26192@lists.math.uh.edu Thu Mar 17 15:57:58 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 1Q0EeC-0004QV-SI for ding-account@gmane.org; Thu, 17 Mar 2011 15:57:57 +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 1Q0EdN-0000aK-Si; Thu, 17 Mar 2011 09:57:05 -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 1Q0EdM-0000a5-2j for ding@lists.math.uh.edu; Thu, 17 Mar 2011 09:57:04 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Q0EdK-0000fc-Un for ding@lists.math.uh.edu; Thu, 17 Mar 2011 09:57:03 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Q0EdJ-0004jS-In for ding@gnus.org; Thu, 17 Mar 2011 15:57:01 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q0EdF-0003r4-Tc for ding@gnus.org; Thu, 17 Mar 2011 15:56:58 +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 ; Thu, 17 Mar 2011 15:56:57 +0100 Original-Received: from kubito by c952d5bb.virtua.com.br with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Mar 2011 15:56:57 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 9 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 (compatible; Konqueror/4.6; Linux) KHTML/4.6.41 (like Gecko)) X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77874 Archived-At: Antoine Levitt gmail.com> writes: > Maybe something's wrong in your build chain? Try byte compiling the file > again, or if that doesn't work, do a make clean && make bootstrap. I always `make clean && ./configure && make' after fetching and merging from git. And I couldn't find a `bootstrap' target for make.