From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: 3 bugs in Rmail Date: Wed, 12 Jan 2011 16:48:18 -0500 Message-ID: References: <8362twk3js.fsf@gnu.org> <871v4kzfvs.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1294868921 30465 80.91.229.12 (12 Jan 2011 21:48:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 12 Jan 2011 21:48:41 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 12 22:48:37 2011 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 1Pd8YV-0005Ny-O0 for ged-emacs-devel@m.gmane.org; Wed, 12 Jan 2011 22:48:35 +0100 Original-Received: from localhost ([127.0.0.1]:49161 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pd8YV-0007Vc-2a for ged-emacs-devel@m.gmane.org; Wed, 12 Jan 2011 16:48:35 -0500 Original-Received: from [140.186.70.92] (port=40611 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pd8YJ-0007Um-ED for emacs-devel@gnu.org; Wed, 12 Jan 2011 16:48:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pd8YI-0005yc-2s for emacs-devel@gnu.org; Wed, 12 Jan 2011 16:48:23 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:55801) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pd8YI-0005yY-0D for emacs-devel@gnu.org; Wed, 12 Jan 2011 16:48:22 -0500 Original-Received: from cyd by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1Pd8YE-0003KV-3f; Wed, 12 Jan 2011 16:48:18 -0500 In-Reply-To: (Stefan Monnier's message of "Wed, 12 Jan 2011 15:40:05 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2.91 (gnu/linux) 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:134478 Archived-At: Stefan Monnier writes: >> In either case, this probably involves the non-backward compatible >> change of adding a new arg to compose-mail and the subsequent >> composition functions. > > It can be passed via dynamic-scoping. That would be inconsistent, since the other compose-mail options are all passed in via function args.