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: Making `interactive' conditional Date: Tue, 19 Jan 2016 08:31:03 -0500 Message-ID: References: <87mvszdp6b.fsf@gnus.org> <8737u9kv6f.fsf@russet.org.uk> <87fuy7hdc6.fsf_-_@wanadoo.es> <87bn8vh8q4.fsf@wanadoo.es> <4002fc97-5629-4367-8b8f-48b659fefdce@default> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1453210295 699 80.91.229.3 (19 Jan 2016 13:31:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Jan 2016 13:31:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 19 14:31:26 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aLWNa-0001xb-12 for ged-emacs-devel@m.gmane.org; Tue, 19 Jan 2016 14:31:26 +0100 Original-Received: from localhost ([::1]:37031 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLWNZ-00049i-2O for ged-emacs-devel@m.gmane.org; Tue, 19 Jan 2016 08:31:25 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLWNJ-00049K-Q6 for emacs-devel@gnu.org; Tue, 19 Jan 2016 08:31:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLWNE-00032Q-6M for emacs-devel@gnu.org; Tue, 19 Jan 2016 08:31:09 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:43271) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLWNE-00032K-2R for emacs-devel@gnu.org; Tue, 19 Jan 2016 08:31:04 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0AxFgA731xV/++PWxdcgxCEAoVVu0CHSwQCAoE8OhMBAQEBAQEBgQpBBYNdAQEDAVYjBQsLNBIUGA0kiDcIzyMBAQEBBgEBAQEeizqFBQeELQWMMIQEjmOGaY8EI4QWIIJ4AQEB X-IPAS-Result: A0AxFgA731xV/++PWxdcgxCEAoVVu0CHSwQCAoE8OhMBAQEBAQEBgQpBBYNdAQEDAVYjBQsLNBIUGA0kiDcIzyMBAQEBBgEBAQEeizqFBQeELQWMMIQEjmOGaY8EI4QWIIJ4AQEB X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="190268268" Original-Received: from 23-91-143-239.cpe.pppoe.ca (HELO pastel.home) ([23.91.143.239]) by ironport2-out.teksavvy.com with ESMTP; 19 Jan 2016 08:31:03 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 215555FF67; Tue, 19 Jan 2016 08:31:03 -0500 (EST) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Tue, 19 Jan 2016 11:11:45 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:198352 Archived-At: > Stefan's arguments against not being able to discover commands for > not-read-only-buffers in read-only buffers were good, but that was, > after all, not the original proposal. Indeed. > Are anybody against that idea? Not me. >> I'd still love to see a faster, more apropos M-x develop in ELPA, if >> anyone is interested in making that happen. > The commands need instrumentation, one way or another, and that has to > happen in Emacs, not in ELPA. Of course, for a proof of concept, the new package could come with (lots of) things like (newMx-describe-package "smerge-" smerge-mode smerge-makeup-conflict) And then those "instrumentations" could be moved/added to core as a second step. Stefan