auctex-devel
[Top][All Lists]
Advanced

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

[AUCTeX-devel] Re: [AUCTeX-diffs] Changes to auctex/tex.el


From: David Kastrup
Subject: [AUCTeX-devel] Re: [AUCTeX-diffs] Changes to auctex/tex.el
Date: Sat, 05 Nov 2005 16:55:21 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Ralf Angeli <address@hidden> writes:

> Index: auctex/tex.el
> diff -u auctex/tex.el:5.542 auctex/tex.el:5.543
> --- auctex/tex.el:5.542       Sat Nov  5 09:27:37 2005
> +++ auctex/tex.el     Sat Nov  5 13:43:12 2005
> @@ -3290,6 +3290,14 @@
>                (const reindent-then-newline-and-indent)
>                (sexp :tag "Other")))
>  
> +(defun TeX-insert-backslash (arg)
> +  "Either insert typed key ARG times or call `TeX-electric-macro'.
> +`TeX-electric-macro' will be called if `TeX-electric-escape' is non-nil."
> +  (interactive "*p")
> +  (if TeX-electric-escape
> +      (funcall 'TeX-electric-macro)
> +    (self-insert-command arg)))

What's the funcall good for?

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

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