From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Override Windows default Win-* key combinations when using Emacs Date: Tue, 05 Jan 2016 19:05:54 +0200 Message-ID: <83wpro3qj1.fsf@gnu.org> References: <568BBC58.50702@aprikoodi.fi> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1452013576 8367 80.91.229.3 (5 Jan 2016 17:06:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Jan 2016 17:06:16 +0000 (UTC) Cc: jussi@aprikoodi.fi, emacs-devel@gnu.org To: "Herring\, Davis" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 05 18:06:15 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 1aGV3f-0007LG-Ug for ged-emacs-devel@m.gmane.org; Tue, 05 Jan 2016 18:06:08 +0100 Original-Received: from localhost ([::1]:50638 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGV3f-00016Z-9Q for ged-emacs-devel@m.gmane.org; Tue, 05 Jan 2016 12:06:07 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGV3R-0000qZ-Lm for emacs-devel@gnu.org; Tue, 05 Jan 2016 12:05:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGV3M-0003QF-KU for emacs-devel@gnu.org; Tue, 05 Jan 2016 12:05:53 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:55870) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGV3M-0003QA-Hs; Tue, 05 Jan 2016 12:05:48 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3898 helo=HOME-C4E4A596F7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aGV3L-0008BH-SC; Tue, 05 Jan 2016 12:05:48 -0500 In-reply-to: (herring@lanl.gov) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:197665 Archived-At: > From: "Herring, Davis" > Date: Tue, 5 Jan 2016 13:54:20 +0000 > Accept-Language: en-US > > > # Things that a user might actually run, which should be installed in > bindir. > > -INSTALLABLES = runemacs${EXEEXT} addpm${EXEEXT} > > +INSTALLABLES = runemacs${EXEEXT} addpm${EXEEXT} supersuper${EXEEXT} > > > > # Things that Emacs runs internally, which should not be installed in > bindir. > > UTILITIES = cmdproxy${EXEEXT} ddeclient${EXEEXT} > > One minor point: this certainly seems more like UTILITIES than like INSTALLABLES. I agree. But then the program's invocation code should be updated, I think, because it won't be on PATH.