From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Per-mode obarray for M-x Date: Tue, 08 Mar 2011 19:40:02 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: dough.gmane.org 1299631218 30633 80.91.229.12 (9 Mar 2011 00:40:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 9 Mar 2011 00:40:18 +0000 (UTC) Cc: frazer.scott@gmail.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 09 01:40:14 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 1Px7Rk-0002ay-6T for ged-emacs-devel@m.gmane.org; Wed, 09 Mar 2011 01:40:12 +0100 Original-Received: from localhost ([127.0.0.1]:54217 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Px7Rj-0005QK-O2 for ged-emacs-devel@m.gmane.org; Tue, 08 Mar 2011 19:40:11 -0500 Original-Received: from [140.186.70.92] (port=50194 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Px7Rb-0005PK-OW for emacs-devel@gnu.org; Tue, 08 Mar 2011 19:40:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Px7Ra-0001nr-SK for emacs-devel@gnu.org; Tue, 08 Mar 2011 19:40:03 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:33178) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Px7Ra-0001nn-PY for emacs-devel@gnu.org; Tue, 08 Mar 2011 19:40:02 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Px7Ra-0003Bc-6a; Tue, 08 Mar 2011 19:40:02 -0500 In-reply-to: (message from Stefan Monnier on Mon, 07 Mar 2011 22:08:28 -0500) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 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:136929 Archived-At: > It is undesirable for modes to be able to interfere with that. Depends what is meant by "interfere". No mode should ever do anything that would prevent M-x FOO from running the command whose name is FOO. -- Dr Richard Stallman President, Free Software Foundation 51 Franklin St Boston MA 02110 USA www.fsf.org, www.gnu.org