From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sebastian Wiesner Newsgroups: gmane.emacs.devel Subject: compile mode and $EMACS Date: Sat, 10 Aug 2013 18:47:55 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1376153278 29608 80.91.229.3 (10 Aug 2013 16:47:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 Aug 2013 16:47:58 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 10 18:48:00 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 1V8CKe-0007dl-43 for ged-emacs-devel@m.gmane.org; Sat, 10 Aug 2013 18:48:00 +0200 Original-Received: from localhost ([::1]:53814 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8CKd-0002ZM-M4 for ged-emacs-devel@m.gmane.org; Sat, 10 Aug 2013 12:47:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58662) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8CKb-0002Z6-1k for emacs-devel@gnu.org; Sat, 10 Aug 2013 12:47:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V8CKa-0000su-BN for emacs-devel@gnu.org; Sat, 10 Aug 2013 12:47:56 -0400 Original-Received: from mail-qe0-x22b.google.com ([2607:f8b0:400d:c02::22b]:57916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8CKa-0000rm-7S for emacs-devel@gnu.org; Sat, 10 Aug 2013 12:47:56 -0400 Original-Received: by mail-qe0-f43.google.com with SMTP id k5so2891224qej.16 for ; Sat, 10 Aug 2013 09:47:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=EnT9QoYO+vegIRGtmfx0JKa0Qc02nSZGT5pwYq9WQIE=; b=cjtCEjnTUxuvvWGXVZGcfruv443sBJeoIn9y6Lnq2mIp5C1mI3O16b6jhn+D6gRork U1jAB0KVdLtRAKU2Wm5IVrLiiA0qr7laBDskmpxsQJu6ytthUvzlVehC1KgCTU4Rj20g ho2S/DuHtqhyvmDEEHNQGO3bNIkXiL/JfoAKQzn7y0ehNKGumUOsI6sfsLCWD77aEKpH xIySjXyS1nuaz8X/87hiC9srgCpl83bVrYfoY1gThtuI9bI5iLBTEMJPkIr6Jqg6Z83V FIQKF+58EmiJvAfmFmbit1LR7nRtXq47StqXnLqDHivWlsmUO1gdHuEbA4yP8WMVWs0z HZ4A== X-Received: by 10.224.24.72 with SMTP id u8mr16782698qab.115.1376153275310; Sat, 10 Aug 2013 09:47:55 -0700 (PDT) Original-Received: by 10.224.21.136 with HTTP; Sat, 10 Aug 2013 09:47:55 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c02::22b 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:162553 Archived-At: Hello, I just discovered that compile mode adds "EMACS=t" to the process environment (see "compilation-start"). What is this variable for? How is it supposed to be interpreted by the invoked program? Which programs do actually use it? Greetings