From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/65489 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: message-setup-fill-variables, mm-string-to-multibyte Date: Mon, 29 Oct 2007 22:04:14 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1193709873 22438 80.91.229.12 (30 Oct 2007 02:04:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 30 Oct 2007 02:04:33 +0000 (UTC) Cc: ding@gnus.org To: Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 30 03:04:35 2007 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.50) id 1ImgT3-0005cJ-1e for ged-emacs-devel@m.gmane.org; Tue, 30 Oct 2007 03:04:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImgSt-0003AV-Qc for ged-emacs-devel@m.gmane.org; Mon, 29 Oct 2007 22:04:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ImgSp-00036M-BZ for emacs-devel@gnu.org; Mon, 29 Oct 2007 22:04:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ImgSo-00034I-7n for emacs-devel@gnu.org; Mon, 29 Oct 2007 22:04:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImgSn-00033m-SS for emacs-devel@gnu.org; Mon, 29 Oct 2007 22:04:17 -0400 Original-Received: from tomts5.bellnexxia.net ([209.226.175.25] helo=tomts5-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ImgSn-0003Sd-Az for emacs-devel@gnu.org; Mon, 29 Oct 2007 22:04:17 -0400 Original-Received: from ceviche.home ([74.12.208.145]) by tomts5-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20071030020416.KPHD17217.tomts5-srv.bellnexxia.net@ceviche.home> for ; Mon, 29 Oct 2007 22:04:16 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 4780BB4ABE; Mon, 29 Oct 2007 22:04:14 -0400 (EDT) In-Reply-To: (Reiner Steib's message of "Mon, 29 Oct 2007 23:01:19 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) 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:82116 gmane.emacs.gnus.general:65489 Archived-At: >> @@ -4952,7 +4954,7 @@ >> ;; Check for control characters. >> (message-check 'control-chars >> (if (re-search-forward >> - (mm-string-as-multibyte "[\000-\007\013\015-\032\034-\037\200-\237]") >> + (mm-string-to-multibyte "[\000-\007\013\015-\032\034-\037\200-\237]") >> nil t) >> (y-or-n-p >> "The article contains control characters. Really post? ") > Should this go to Emacs 22 (v5-10) as well? (Is it a bug fix?) I don't think it's really a bug-fix. The behavior of the two should be identical in this particular case, so it's more philosophical. Stefan