auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX] How to disable question "kill it?"


From: Tassilo Horn
Subject: Re: [AUCTeX] How to disable question "kill it?"
Date: Fri, 24 Aug 2012 11:33:06 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux)

Marius Hofert <address@hidden> writes:

Hi Marius,

> If (for some reason) there is a LaTeX process still running and if a
> new one is initiated, one is asked whether the old process should be
> killed.  Is there a way to disable this question and always choose
> "yes"?

We could add a variable for this, but I really don't think that was a
good idea.  What you can do is putting

  (fset 'yes-or-no-p 'y-or-n-p)

in your ~/.emacs.  Then, every yes-or-no query will be a y-or-n query
which is faster to type.

Bye,
Tassilo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]