Re: A Question About Auto-Complete of Macros.
Ralf Angeli <[email protected]>
| Newsgroups | gmane.emacs.auc-tex |
|---|---|
| Message-ID | <[email protected]> |
* Adam Johnson (2005-02-05) writes: > I'm just wondering why my Emacs/AUCTeX system cannot auto-complete some > basic LaTeX math commands such as \sum, \int, \forall, etc. It also cannot > auto-complete log-like commands defined by \DeclareMathOperator. The parser in AUCTeX 11.55 now recognizes these things. But AFAICS we currently don't parse files with an ltx extension where many of these macros are being defined. Maybe we should use the parser on those files and put the result in a style file which is loaded unconditionally. Or at least add the stuff defined in `LaTeX-math-default' to the list of known symbols. -- Ralf