From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Ulrich Dirr" Newsgroups: gmane.emacs.help Subject: Re: Automatic Compiling Date: Tue, 29 Apr 2003 16:50:58 +0200 Organization: 1&1 Internet AG Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1051628228 7327 80.91.224.249 (29 Apr 2003 14:57:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Apr 2003 14:57:08 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 29 16:57:06 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19AWXa-0001tq-00 for ; Tue, 29 Apr 2003 16:57:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19AWWU-00055P-0A for gnu-help-gnu-emacs@m.gmane.org; Tue, 29 Apr 2003 10:55:58 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!news.belwue.de!news.uni-stuttgart.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 58 Original-NNTP-Posting-Host: p50802972.dip0.t-ipconnect.de Original-X-Trace: online.de 1051627860 2429 80.128.41.114 (29 Apr 2003 14:51:00 GMT) Original-X-Complaints-To: abuse@einsundeins.com Original-NNTP-Posting-Date: Tue, 29 Apr 2003 14:51:00 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Original-Xref: shelby.stanford.edu gnu.emacs.help:112510 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:9007 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9007 David Kastrup wrote: > I am too stupid to understand the objection: the mentioned web page > explicitly says > > Anonymous CVS Access > > This project's CVS repository can be checked out through anonymous > (pserver) CVS with the following instruction set. The module you > wish to check out must be specified as the modulename. When > prompted for a password for anoncvs, simply press the Enter key. > > Software repository : > > cvs -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/auctex login > > cvs -z3 -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/auctex co > > > Apart from mentioning that the is "auctex", I fail to > see how one could make a "guide for dummies" that would be any > different. Ok, I've misunderstood something ... But I've successfully downloaded this version and run the everything with the help of mingw make. First I'm not sure if everything went ok. The last lines of 'make install' are [...] /bin/install -c -m 644 style/subfigure.el /c/bin/emacs-21.2/site-lisp/auctex/style /bin/install -c -m 644 style/subfigure.elc /c/bin/emacs-21.2/site-lisp/auctex/style ./mkinstalldirs /c/bin/emacs-21.2/site-lisp/auctex/auto cd doc; make install make[1]: Entering directory `/c/usr/uli/auctex/doc' ../mkinstalldirs /usr/local/info for x in auctex auctex-*; do \ /bin/install -c -m 644 $x /usr/local/info ; \ done /bin/install-info --info-dir=/usr/local/info auctex make[1]: Leaving directory `/c/usr/uli/auctex/doc' Is this 'standard' console output? Where can I check that the newest auctex is correctly installed and working (maybe like the version info of emacs in the menu bar)? Do I have to update other files besides auctex? Second I don't see any other behavior when compiling. I still have to input everything by hand (as listed in my first mail). Probably something is wrong. Any idea? Best regards, Ulrich Dirr P.S. please be patient with me, I'm very unexperienced with this new environment.