From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: custom-mode should not be interactive Date: Wed, 27 Feb 2008 17:31:43 -0500 Message-ID: References: <87d4qnw5ub.fsf@freemail.hu> <87skzersxl.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1204151563 2080 80.91.229.12 (27 Feb 2008 22:32:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Feb 2008 22:32:43 +0000 (UTC) Cc: Magnus Henoch , rms@gnu.org, emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 27 23:33:08 2008 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 1JUUpf-0004Du-Tr for ged-emacs-devel@m.gmane.org; Wed, 27 Feb 2008 23:33:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUUp9-0004uw-G2 for ged-emacs-devel@m.gmane.org; Wed, 27 Feb 2008 17:32:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JUUoY-0004SZ-Pn for emacs-devel@gnu.org; Wed, 27 Feb 2008 17:31:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JUUoX-0004R1-Ew for emacs-devel@gnu.org; Wed, 27 Feb 2008 17:31:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUUoX-0004Qt-2X for emacs-devel@gnu.org; Wed, 27 Feb 2008 17:31:49 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JUUoT-0002jc-6q; Wed, 27 Feb 2008 17:31:45 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CADdzxUdMCpz5Wmdsb2JhbACQXgEgnW6BAg X-IronPort-AV: E=Sophos;i="4.25,416,1199682000"; d="scan'208";a="15312802" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 27 Feb 2008 17:31:44 -0500 Original-Received: from pastel.home ([76.10.156.249]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id HYG19944; Wed, 27 Feb 2008 17:31:44 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id C11EA7F25; Wed, 27 Feb 2008 17:31:43 -0500 (EST) In-Reply-To: <87skzersxl.fsf@jurta.org> (Juri Linkov's message of "Wed, 27 Feb 2008 23:27:34 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:90658 Archived-At: > It seems it would be a prefect fit for the customization mode name > `Custom-mode'. This will follow already existing convention to > start names of such commands related to Custom mode with the capital C. > So the following patch renames `custom-mode' to `Custom-mode' and > provides the non-interactive alias `custom-mode': Looks good, except I see no need for a `custom-mode' backward-compatibility alias. Stefan