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: ignoring autoloads in preloaded files on Windows Date: Sat, 10 Oct 2009 15:16:37 +0200 Message-ID: <83pr8vjsne.fsf@gnu.org> References: <83eipfmuaz.fsf@gnu.org> <0my40kr72.fsf@fencepost.gnu.org> <831vlbln4t.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1255180514 15923 80.91.229.12 (10 Oct 2009 13:15:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 Oct 2009 13:15:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 10 15:15:03 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mwbmp-0005dU-9A for ged-emacs-devel@m.gmane.org; Sat, 10 Oct 2009 15:15:03 +0200 Original-Received: from localhost ([127.0.0.1]:55057 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mwbmo-0002fj-Jg for ged-emacs-devel@m.gmane.org; Sat, 10 Oct 2009 09:15:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MwbmX-0002R2-MD for emacs-devel@gnu.org; Sat, 10 Oct 2009 09:14:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MwbmW-0002Pa-SF for emacs-devel@gnu.org; Sat, 10 Oct 2009 09:14:45 -0400 Original-Received: from [199.232.76.173] (port=56590 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MwbmW-0002P9-N1 for emacs-devel@gnu.org; Sat, 10 Oct 2009 09:14:44 -0400 Original-Received: from mtaout3.012.net.il ([84.95.2.7]:30145) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MwbmU-0006Y8-Pt; Sat, 10 Oct 2009 09:14:43 -0400 Original-Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KRA00C00VDW1A00@i_mtaout3.012.net.il>; Sat, 10 Oct 2009 15:14:41 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.70.84.229]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KRA00M7JVGGNNP0@i_mtaout3.012.net.il>; Sat, 10 Oct 2009 15:14:41 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:116063 Archived-At: > From: Juanma Barranquero > Date: Sat, 10 Oct 2009 13:51:33 +0200 > Cc: rgm@gnu.org, emacs-devel@gnu.org >=20 > On Sat, Oct 10, 2009 at 09:32, Eli Zaretskii wrote: >=20 > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0--eval $(A= RGQUOTE)(setq find-file-hook nil find-file-suppress-same-file-warning= s t make-cmd=3D$(MAKE))$(ARGQUOTE) \ >=20 > > Then use `make-cmd' inside autoload.el instead of a literal "make= ". >=20 > Clever. It _would_ be clever if I didn't stick the stupid `=3D' there ;-)