|
From: Leo B. <l_b...@us...> - 2016-03-31 19:48:56
|
An emacs buffer can only have one major mode. But there are several ways around this. One way is the derived mode, which makes a new major mode that encompasses the base mode. Emaxima-mode is a major mode, derived from one of the tex modes. To explicitly set the tex mode, do (setq emaxima-use-tex 'auctex) ;; or 'tex or nil If you have further problems, please send us a minimal example of the problem. Leo ed...@op... writes: > Hi. I am having a strange behaviour (in emacs) with emaxima: It does > not recognise the master files. This problem goes away as soon as I load > LaTeX-mode, but I loose emaxima-mode. To whom should I ask? Thanks. > > ------------------------------------------------- > > ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the NSA's hands! > $24.95 ONETIME Lifetime accounts with Privacy Features! > 15GB disk! No bandwidth quotas! > Commercial and Bulk Mail Options! > > ------------------------------------------------------------------------------ > Transform Data into Opportunity. > Accelerate data analysis in your applications with > Intel Data Analytics Acceleration Library. > Click to learn more. > http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140 > _______________________________________________ > Maxima-discuss mailing list > Max...@li... > https://lists.sourceforge.net/lists/listinfo/maxima-discuss |