>>>>> "Ralf" == Ralf Angeli <[EMAIL PROTECTED]> writes:
> * Uwe Brauer (2008-10-21) writes:
>> I have added some trivial macros via
>> (TeX-add-symbols
>> '("gll")
>> '("glt")
>> '("glend"))
>>
>>
>> However TeX-insert-macro inserts \gll{} unfortunately this results after
>> running latex is a slightly different output compared to
>> \gll. So how can I achieve that TeX-insert-macro inserts \gll and not
>> \gll{}?
> See (info "(auctex)Completion") and (info "(auctex)Adding Macros").
The only thing which seems to work is:
(TeX-add-symbols
'("glend" (TeX-arg-literal
" ")))
You do I miss something?
(I don't want to use TeX-complete-symbol!)
Uwe
_______________________________________________
auctex-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex-devel