From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jim Meyering Newsgroups: gmane.emacs.devel,gmane.emacs.bugs Subject: Re: bug#6121: 24.0.50; setting-constant enable-multibyte-characters Date: Sat, 08 May 2010 17:31:55 +0200 Message-ID: <87bpcqxvdg.fsf@meyering.net> References: <87y6fwf4w8.fsf@meyering.net> <87ljbuqxmw.fsf@meyering.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1273332746 5936 80.91.229.12 (8 May 2010 15:32:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 8 May 2010 15:32:26 +0000 (UTC) Cc: Emacs development discussions To: bug-gnu-emacs@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 08 17:32:25 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OAm0p-0001w8-Sw for ged-emacs-devel@m.gmane.org; Sat, 08 May 2010 17:32:20 +0200 Original-Received: from localhost ([127.0.0.1]:47751 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OAm0p-0002BQ-0H for ged-emacs-devel@m.gmane.org; Sat, 08 May 2010 11:32:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OAm0j-0002BL-U0 for emacs-devel@gnu.org; Sat, 08 May 2010 11:32:13 -0400 Original-Received: from [140.186.70.92] (port=49699 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OAm0h-0002BD-JC for emacs-devel@gnu.org; Sat, 08 May 2010 11:32:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OAm0c-00046r-OV for emacs-devel@gnu.org; Sat, 08 May 2010 11:32:11 -0400 Original-Received: from smtp1-g21.free.fr ([212.27.42.1]:46707) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAm0Z-00045t-88; Sat, 08 May 2010 11:32:03 -0400 Original-Received: from smtp1-g21.free.fr (localhost [127.0.0.1]) by smtp1-g21.free.fr (Postfix) with ESMTP id B0A87940139; Sat, 8 May 2010 17:31:57 +0200 (CEST) Original-Received: from mx.meyering.net (mx.meyering.net [82.230.74.64]) by smtp1-g21.free.fr (Postfix) with ESMTP; Sat, 8 May 2010 17:31:56 +0200 (CEST) Original-Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id CE0EBA79; Sat, 8 May 2010 17:31:55 +0200 (CEST) In-Reply-To: <87ljbuqxmw.fsf@meyering.net> (Jim Meyering's message of "Sat, 08 May 2010 16:24:55 +0200") Original-Lines: 41 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:124640 gmane.emacs.bugs:36796 Archived-At: Jim Meyering wrote: > Jim Meyering wrote: >> FYI, I've encountered exactly the same problem as described here: >> >> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6121 >> >> It happens nearly any time I try to forward a message from gnus. >> I am using the latest built from git. >> >> BTW, I noticed that today it fails to build: >> >> Loading bindings (source)... >> Loading /mirror/d/emacs/lisp/files.el (source)... >> Symbol's function definition is void: define-minor-mode >> make[2]: *** [bootstrap-emacs] Error 255 >> make[2]: Leaving directory `/tmp/jt-ltHmbB/emacs/src' >> make[1]: *** [src] Error 2 >> make[1]: Leaving directory `/tmp/jt-ltHmbB/emacs' >> make: *** [bootstrap] Error 2 > > FYI, > > I found that reverting the most recent changes to the offending code > solved that problem: > > I reverted part of a55d3b41c25a83197bc02a6a790c6f927088e08f > locally, and can now use GNUS' forwarding once again: > http://repo.or.cz/w/emacs.git/commitdiff/a55d3b41c25a8319 > > Synch with Gnus trunk. > ... > * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep > 'xemacs) instead of mm-emacs-mule to switch function definitions. > (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs. Humph. That was not the cause/fix at all. I tested the wrong version. Sorry about that. That'll teach me not to try to fix things blindly.