From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: Leaving out non-applicable commands on Mx Date: Sun, 10 Jan 2016 17:14:49 +0100 Message-ID: <87d1t9fm2u.fsf@wanadoo.es> References: <87mvszdp6b.fsf@gnus.org> <8737u9kv6f.fsf@russet.org.uk> <87fuy7hdc6.fsf_-_@wanadoo.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1452442526 3015 80.91.229.3 (10 Jan 2016 16:15:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 10 Jan 2016 16:15:26 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 10 17:15:17 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 1aIIeB-0006D0-R1 for ged-emacs-devel@m.gmane.org; Sun, 10 Jan 2016 17:15:15 +0100 Original-Received: from localhost ([::1]:47569 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIIeB-0003Qq-2I for ged-emacs-devel@m.gmane.org; Sun, 10 Jan 2016 11:15:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37379) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIIdy-0003Qe-Vc for emacs-devel@gnu.org; Sun, 10 Jan 2016 11:15:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aIIdu-0004LP-Rn for emacs-devel@gnu.org; Sun, 10 Jan 2016 11:15:02 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:60063) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIIdu-0004KY-Kn for emacs-devel@gnu.org; Sun, 10 Jan 2016 11:14:58 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aIIdt-00060B-Ir for emacs-devel@gnu.org; Sun, 10 Jan 2016 17:14:57 +0100 Original-Received: from 33.red-79-156-42.staticip.rima-tde.net ([79.156.42.33]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Jan 2016 17:14:57 +0100 Original-Received: from ofv by 33.red-79-156-42.staticip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Jan 2016 17:14:57 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 33.red-79-156-42.staticip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:NeeUHa+Pbvd3Ryitf7mstJ3SIG4= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:197979 Archived-At: Stefan Monnier writes: > But if the same rule applies to all N commands, repeating it for every > one of those commands introduces the same old maintainability problem as > copy&paste. > > And having to annotate every Emacs package is "janitorial > enough", methinks. There's no need to make it even more tedious. +1 Óscar, the would-be janitor.