From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: Compile Mode and "host" Emacs Date: Tue, 29 Oct 2013 17:02:56 +0100 Message-ID: <87ppqovzdb.fsf@gmx.de> References: <874n80l0b3.fsf@nbtrap.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1383062605 24840 80.91.229.3 (29 Oct 2013 16:03:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Oct 2013 16:03:25 +0000 (UTC) Cc: Andreas Schwab , Nathan Trapuzzano , emacs-devel@gnu.org To: Sebastian Wiesner Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 29 17:03:28 2013 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 1VbBlN-000694-5I for ged-emacs-devel@m.gmane.org; Tue, 29 Oct 2013 17:03:25 +0100 Original-Received: from localhost ([::1]:48028 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbBlM-000699-Q8 for ged-emacs-devel@m.gmane.org; Tue, 29 Oct 2013 12:03:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44966) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbBl6-0005ma-Ft for emacs-devel@gnu.org; Tue, 29 Oct 2013 12:03:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbBkz-0008Bc-5d for emacs-devel@gnu.org; Tue, 29 Oct 2013 12:03:08 -0400 Original-Received: from mout.gmx.net ([212.227.15.15]:60083) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbBky-0008BI-TE for emacs-devel@gnu.org; Tue, 29 Oct 2013 12:03:01 -0400 Original-Received: from detlef.gmx.de ([93.202.57.105]) by mail.gmx.com (mrgmx003) with ESMTPS (Nemesis) id 0MbPLI-1VIPv43VWW-00IobN for ; Tue, 29 Oct 2013 17:02:59 +0100 In-Reply-To: (Sebastian Wiesner's message of "Tue, 29 Oct 2013 16:52:42 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Provags-ID: V03:K0:HNetQkRHwYkhMKePLSESVNmgb3oD9YJA71+PpbhNTZQZsJnqCrj dwg8mWAWKEu1iCLJPsnLQIMnNtin/xXyijnt5pQpp6y9k0ptf/MMyoeL3oTSTeRl70pfq3Y 16BuEu0n14bcWx8RmBzFdeGjtVZmllBNqQgwP2DUE+2P6vo85L7Iiwy9wDCTUHV3RPmE2Gc CawYEcAM5htm6CznYVToA== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.15 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:164639 Archived-At: Sebastian Wiesner writes: > Begging your pardon, but *I* find it extremely useful to know this > instance, and as such, I would have preferred to have my question > answered and my problem solved rather than seeing my question > arrogantly dismissed as "not useful", and being lectured upon what my > problem actually is. Before implementing your request in Emacs core, it might be useful to understand that it is of general interest. If it solves only *your* problem, which could be solved also otherwise, nobody will add it. Btw, you could write an own command, which wraps `compile' with the necessary information (like setting the environment $EMACS_PATH). Then you could instruct your users to perform this command instead of M-x compile. Best regards, Michael.