From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Denis Bueno" Newsgroups: gmane.emacs.help Subject: Re: auctex with several automatic runs Date: Thu, 6 Sep 2007 10:03:20 -0400 Message-ID: <6dbd4d000709060703p137ba20fhc950c014e6c7ca5a@mail.gmail.com> References: <076E670A-A8E1-4B1A-8181-5AF918B29DC9@Web.DE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1189087433 914 80.91.229.12 (6 Sep 2007 14:03:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 6 Sep 2007 14:03:53 +0000 (UTC) Cc: Fabian Braennstroem , help-gnu-emacs@gnu.org To: "Peter Dyballa" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 06 16:03:50 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ITHxP-0002ug-LA for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Sep 2007 16:03:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITHxN-0008JJ-Q9 for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Sep 2007 10:03:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ITHx5-0008HD-4a for help-gnu-emacs@gnu.org; Thu, 06 Sep 2007 10:03:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ITHx3-0008GQ-Qp for help-gnu-emacs@gnu.org; Thu, 06 Sep 2007 10:03:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITHx3-0008GN-N3 for help-gnu-emacs@gnu.org; Thu, 06 Sep 2007 10:03:21 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.235]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ITHx3-0001wl-3F for help-gnu-emacs@gnu.org; Thu, 06 Sep 2007 10:03:21 -0400 Original-Received: by wx-out-0506.google.com with SMTP id s7so142394wxc for ; Thu, 06 Sep 2007 07:03:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=B04bDEK48If5zOmXGXQ/sNOWd5sR6qKlFpo4i5EdEW0=; b=HFkgLDhLaOrht+dqID2VBRhO5+kcyIMaUxsufFuN6PUZrSRkVEolM31Ptrxvtqg0FvMOlJEH5P5zHpEox0m/BD2XcKiEXGT6QCq20NL7F0owoWNoH1SEtchA6aly6B59jJaIVICbyRoK0mOPxLlRVVagxRoTQCE8I8vHF81CT5g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bJ7/vJ0oeS9x8YBHMyAMdip+JYQ8Eas3u15M3fUCX7D70Q/FksHpupnJzh+zsksXyr9szMEY1XN1Wm5NEvn+EUCI/r3GN5j7VU4S5tsfAAoMyP+6WXQ02SDQ3gITWHklPFMqft0UySus33kM5OylPodXEMWClOpAaARenTgwL54= Original-Received: by 10.90.101.19 with SMTP id y19mr1359862agb.1189087400108; Thu, 06 Sep 2007 07:03:20 -0700 (PDT) Original-Received: by 10.90.101.16 with HTTP; Thu, 6 Sep 2007 07:03:20 -0700 (PDT) In-Reply-To: <076E670A-A8E1-4B1A-8181-5AF918B29DC9@Web.DE> Content-Disposition: inline X-Detected-Kernel: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:47283 Archived-At: On 9/6/07, Peter Dyballa wrote: > > Am 06.09.2007 um 02:31 schrieb Fabian Braennstroem: > > > I am looking for a auctex setup, which does the needed > > latex-bibtex-latex-latex-view runs > > automatically, when needed, with using C-cC-C just once. > > It's not exactly what you want, but latexmk offers what you need: > http://www.phys.psu.edu/~collins/software/latexmk-jcc/ The problem I find with latexmk is the following use case: 1. Run `latexmk -pvc -pdf ` so that latexmk will re-TeX my file whenever it changes. 2. Make a change that causes pdflatex to barf -- a syntax error, or something similar. 3. Immediately fix the error because 99% of the time it's something stupid and simple. 3. latexmk hangs on the error and if you Ctrl-D to abort pdflatex, latexmk does not notice that I have corrected the error (i.e. it does not immediately attempt to recompile). This forces me to manually restart latexmk, which defeats the entire purpose of automatic recompilation. Essentially this forces me to wait until I'm fairly sure I've written valid LaTeX before saving. I am a compulsive saver; I save after every phrase I write, while I think about how to complete the phrase. Has anyone had a similar problem and found a solution? -- Denis