Re: [AUCTeX-devel] latex-mode or context-mode in startup

2015-06-28 Thread Mosè Giordano
Hi Carlos, AUCTeX expects the input file to have an extension. Try setting `TeX-default-extension' to the empty string and change the last three lines of the definition of `TeX-master-file' to (if (null (zerop (length extension))) (concat name . extension) name This should make

Re: [AUCTeX-devel] latex-mode or context-mode in startup

2015-06-28 Thread Carlos
Hi Carlos, AUCTeX expects the input file to have an extension. Try setting `TeX-default-extension' to the empty string and change the last three lines of the definition of `TeX-master-file' to (if (null (zerop (length extension))) (concat name . extension) name This

Re: [AUCTeX-devel] RFC: Extending array.el to parse \newcolumntype

2015-06-28 Thread Arash Esbati
Mosè Giordano m...@gnu.org writes: Hi Mosè, 2015-06-23 23:19 GMT+02:00 Arash Esbati esb...@gmx.de: Hi all, I have extended `array.el' and now it parses user defined column types and adds them to `LaTeX-array-column-letters'. I would appreciate if somebody could give it a roll before I