* Ralf (2009-09-11) writes: >> > Problem: The Latex complete-command macro (M-TAB) is only recognizing >> > a few commands. >> Yes, those which were made available with `TeX-add-symbols'. >> > Examples: >> > \secti completes to \section. >> > \texti fails to complete to \textit, with error message "Can't find >> > completion for \texti". In contrast, the Latex-insert-font macro >> > happily inserts \textit. >> `TeX-font' uses a different source of information than >> `TeX-complete-symbol'. > > Is there a way to get M-TAB command-completion to work automatically for > common LaTeX commands? Or does the user need to manually define every > command using TeX-add-symbols? That seems painful!
The idea with `TeX-font' is that the font change commands are used quite often and that direct access to them is faster than completion through `M-TAB'. What other "common LaTeX commands" do you miss when using `M-TAB'? -- Ralf _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
