From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.help Subject: Re: Automatic Compiling Date: 29 Apr 2003 22:42:34 +0200 Organization: Organization?!? 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=us-ascii X-Trace: main.gmane.org 1051649221 27031 80.91.224.249 (29 Apr 2003 20:47:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Apr 2003 20:47:01 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 29 22:46:59 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 19Ac0B-00071f-00 for ; Tue, 29 Apr 2003 22:46:59 +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 19AbzG-00038L-09 for gnu-help-gnu-emacs@m.gmane.org; Tue, 29 Apr 2003 16:46:02 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 81 Original-X-Trace: news.t-online.com 1051648955 03 10837 KiA5EFRTSGAVaw 030429 20:42:35 Original-X-Complaints-To: abuse@t-online.com X-ID: rwBM88ZHYe2Yb5do+Tax7ygNKyow63eBjWfUdE9KXxfwpJjykgdEUz X-Face: 2FEFf>]>q>2iw=B6,xrUubRI>pR&Ml9=ao@P@i)L:\urd*t9M~y1^:+Y]'C0~{mAl`oQuAl \!3KEIp?*w`|bL5qr,H)LFO6Q=qx~iH4DN;i"; /yuIsqbLLCh/!U#X[S~(5eZ41to5f%E@'ELIi$t^ Vc\LWP@J5p^rst0+('>Er0=^1{]M9!p?&:\z]|;&=NP3AhB!B_bi^]Pfkw User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-Xref: shelby.stanford.edu gnu.emacs.help:112539 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:9035 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9035 "Ulrich Dirr" writes: > David Kastrup wrote: > > "Ulrich Dirr" writes: > > Apart from "/c/bin/emacs-21.2/site-lisp" being about the weirdest > > directory I ever saw for installing Emacs files. Are you sure that > > this is in your load-path? > > I thought emacs-21.2/site-lisp/auctex is a good place. Where should it > be installed? Well, not under a bin directory. Where are your other Emacs-related files installed? > > AUCTeX comes with an info file, and you have installed it. C-h i > > d m auctex RET should lead you to the AUCTeX info, and it has a > > chapter "Installation". > > > >> Second I don't see any other behavior when compiling. I still > >> have to input everything by hand (as listed in my first mail). > > > > C-h v AUC-TeX-version RET > > > > should tell you the installed version. > > tells CVS-5.297, is this the new version? Yes. At least if any distributor distributes CVS versions, I'll kill him. > > Probably you installed into a wrong place. What was the line that > > you specified to ./configure? What is the output of config.log? > > ??? > > Ulrich Dirr > > P.S. what should have changed concerning the compile cycle keyboarding? compile cycle keyboarding? Uh, what? > --- start config.log --- > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > It was created by auctex configure 11.14, which was > generated by GNU Autoconf 2.57. Invocation command line was > > $ > ./configure --with-emacs=/c/bin/emacs-21.2/bin/emacs --with-texmf-dir=/c > /tex/bin/win32/tex --with-lispdir=/c/bin/emacs-21.2/site-lisp/auctex The texmf-dir is supposed to be the top of the TeX hierarchy (with subdirectories tex, doc, bibtex, and a few others). You seem to be fond of installing data directories under */bin/*. I don't suppose that the programs themselves suggest such paths? > hostname = DOMINUS > uname -m = i686 > uname -r = 1.0.8(0.46/3/2) > uname -s = MINGW32_NT-5.0 Does MINGW32 use the /c syntax? Well, obviously it does. What kind of Emacs do you use? > PATH: /c/bin/emacs-21.2/bin I did not really want to know that... Rest looks ok. One thing worth noting is that it looks like you have both mingw32 as well as Cygwin installed. Not sure that is the best idea. What flavor of Emacs are you running? Perhaps it would be an idea, if you are having problems, to report them with M-x TeX-submit-bug-report, this gives us somewhat more information. The way the report looks up to now, things seem to be properly installed and should work, as long as your have the required (require 'tex-site) in your .emacs file. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum