Discussion:
Texinfo mode: C-u C-c C-e inserts an env instead of changing
Akim Demaille
2005-02-08 14:11:11 UTC
Permalink
Hi People!

When editing a Texinfo document, C-u C-c C-e inserts a new environment
instead of replacing the enclosing one.

And btw, when inserting a table, it should ask for the "bullet" to use
each item:

@table

@end table

is incorrect, @table expects a macro, such as in

@table @emph

@end table

Thanks!

Emacs : GNU Emacs 21.3.1 (i386-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
of 2005-02-04 on trouble, modified by Debian
Package: AUCTeX 11.55

current state:
==============
(setq
window-system 'x
LaTeX-version "2e"
TeX-style-path '("style/" "auto/"
"/usr/share/emacs21/site-lisp/auctex/style/"
"/var/lib/auctex/emacs21/")
TeX-auto-save t
TeX-parse-self t
TeX-master nil
)
Ralf Angeli
2005-02-13 14:31:08 UTC
Permalink
Post by Akim Demaille
When editing a Texinfo document, C-u C-c C-e inserts a new environment
instead of replacing the enclosing one.
That's now possible with the development version of AUCTeX.

I am not really fond of the prefix argument distinguishing between
environment insertion and modification. But as LaTeX mode does it
like this and I don't have a better idea, I implemented it like this.
--
Ralf
Akim Demaille
2005-02-14 08:52:39 UTC
Permalink
Post by Ralf Angeli
Post by Akim Demaille
When editing a Texinfo document, C-u C-c C-e inserts a new environment
instead of replacing the enclosing one.
That's now possible with the development version of AUCTeX.
Good! Thanks! AUC TeX rocks :)
Post by Ralf Angeli
I am not really fond of the prefix argument distinguishing between
environment insertion and modification. But as LaTeX mode does it
like this and I don't have a better idea, I implemented it like this.
Most people already have it in the fingers, so... And actually,
that's already what happens for font changes (including in Texinfo).
Loading...