From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#14876: 24.3; load-path and environment variable EMACSLOADPATH Date: Mon, 15 Jul 2013 21:39:51 -0400 Message-ID: References: <87d2qjphto.fsf@gnu.org> <52vc4b7837.fsf@fencepost.gnu.org> <20964.33174.309621.114986@gargle.gargle.HOWL> <20964.38139.990086.220391@gargle.gargle.HOWL> <20964.40678.246559.282930@gargle.gargle.HOWL> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1373938809 22836 80.91.229.3 (16 Jul 2013 01:40:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Jul 2013 01:40:09 +0000 (UTC) Cc: 14876@debbugs.gnu.org To: "Roland Winkler" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jul 16 03:40:09 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1UyuFM-0005aP-TR for geb-bug-gnu-emacs@m.gmane.org; Tue, 16 Jul 2013 03:40:09 +0200 Original-Received: from localhost ([::1]:41901 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UyuFM-0002sN-I2 for geb-bug-gnu-emacs@m.gmane.org; Mon, 15 Jul 2013 21:40:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49060) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UyuFI-0002qL-5d for bug-gnu-emacs@gnu.org; Mon, 15 Jul 2013 21:40:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UyuFG-0007Va-KQ for bug-gnu-emacs@gnu.org; Mon, 15 Jul 2013 21:40:04 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:34511) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UyuFG-0007V9-H4 for bug-gnu-emacs@gnu.org; Mon, 15 Jul 2013 21:40:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1UyuFF-00083A-Uh for bug-gnu-emacs@gnu.org; Mon, 15 Jul 2013 21:40:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 16 Jul 2013 01:40:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14876 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 14876-submit@debbugs.gnu.org id=B14876.137393879630915 (code B ref 14876); Tue, 16 Jul 2013 01:40:01 +0000 Original-Received: (at 14876) by debbugs.gnu.org; 16 Jul 2013 01:39:56 +0000 Original-Received: from localhost ([127.0.0.1]:57060 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UyuF9-00082Y-Gm for submit@debbugs.gnu.org; Mon, 15 Jul 2013 21:39:55 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:37000 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UyuF6-00082Q-UO for 14876@debbugs.gnu.org; Mon, 15 Jul 2013 21:39:53 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1UyuF5-0008Gb-Gm; Mon, 15 Jul 2013 21:39:51 -0400 X-Spook: virus Ft. Bragg Islam Abduganievich Karimov government X-Ran: av&m{Y'u+JeXA.Xj={A"MFNK%X=~cJiWxJ>W'>:._+v[7v=(#P}+&Z3_Nos!R-G'fh^j=% X-Hue: yellow X-Attribution: GM In-Reply-To: <20964.40678.246559.282930@gargle.gargle.HOWL> (Roland Winkler's message of "Mon, 15 Jul 2013 20:16:22 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:76385 Archived-At: "Roland Winkler" wrote: > With automake 1.14, by default, the compilation of lisp code uses > only the emacs option -batch. It does not include the option -q. > I do not know whether this is reasonable. ...When I think about it, > this might even be considered a regression compared with the old > automake shell script elisp-comp which did use the option -q. > Should I send a bug report to the automake maintainers about this? -batch implies -q. (I always forget that as well; it's a non-obvious relationship IMO.)