auctex
[Top][All Lists]
Advanced

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

Re: [AUCTeX] Insert Macro - Undo


From: David Kastrup
Subject: Re: [AUCTeX] Insert Macro - Undo
Date: Mon, 11 Jun 2007 11:24:21 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.51 (gnu/linux)

Holger Sparr <address@hidden> writes:

> when using 'C-c RET' and being asked for further input for this macro
> the insertion might take place in several steps.
>
> What can be done to undo the whole insertion at once?

(defadvice TeX-insert-macro (around whole-undo activate)
   (atomic-change-group ad-do-it))

could possibly work.

-- 
David Kastrup




reply via email to

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