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 20:10:18 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux)

Marius Hofert <address@hidden> writes:

> I already set this, but was wondering if there is even a faster
> way.

Sure.

  (defun yes-or-no-p (&rest ignored) t)
  (defun y-or-n-p (&rest ignored) t)

Or for even more fun.

  (defun yes-or-no-p (&rest ignored) (oddp (random)))
  (defun y-or-n-p (&rest ignored) (oddp (random)))

;-)

> Maybe it's good to have this question since it may also be an
> indicator of an error.

Yes!

Bye,
Tassilo




reply via email to

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