From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50425 Path: main.gmane.org!not-for-mail From: frank paulsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Somebody working on make.bat /make-x.bat? Date: Thu, 27 Feb 2003 20:46:27 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1046375556 31066 80.91.224.249 (27 Feb 2003 19:52:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 27 Feb 2003 19:52:36 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18oU3S-0007xB-00 for ; Thu, 27 Feb 2003 20:50:54 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18oU23-0006Zt-00; Thu, 27 Feb 2003 13:49:27 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 27 Feb 2003 13:50:27 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id NAA16694 for ; Thu, 27 Feb 2003 13:50:15 -0600 (CST) Original-Received: (qmail 6025 invoked by alias); 27 Feb 2003 19:49:09 -0000 Original-Received: (qmail 6020 invoked from network); 27 Feb 2003 19:49:09 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by 66.230.238.6 with SMTP; 27 Feb 2003 19:49:09 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18oUIS-0001BX-00 for ; Thu, 27 Feb 2003 21:06:24 +0100 Original-To: ding@gnus.org Original-Path: ebel.dfakt.de!not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 30 Original-NNTP-Posting-Host: p5087d09a.dip.t-dialin.net Original-X-Trace: quimby.gnus.org 1046376384 4558 80.135.208.154 (27 Feb 2003 20:06:24 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 27 Feb 2003 20:06:24 GMT User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/20.6 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:50425 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:50425 Frank Schmitt writes: > If there are more problems with the current solution, please let me > know. make.bat does not create lisp/gnus-load.el i added the following lines right after the compile phase, but i am not sure about the '.' for '$(srcdir)'. ,----[ make.bat ]-- | %EMACSBATCH% -l ./dgnushack.el -f dgnushack-compile | %EMACSBATCH% -l ./dgnushack.el -f dgnushack-make-cus-load . | %EMACSBATCH% -l ./dgnushack.el -f dgnushack-make-auto-load . | %EMACSBATCH% -l ./dgnushack.el -f dgnushack-make-load `---- EMACSBATCH contains '-batch -q', which seems to be redundant: ,----[ info Emacs ]-- | `--batch' | [...] | `-batch' implies `-q' (do not load an init file). It also causes | Emacs to kill itself after all command options have been | processed. In addition, auto-saving is not done except in buffers | for which it has been explicitly requested. `---- -- frobnicate foo