[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Losing a minor mode
- To: bug-emacs%OZ.AI.MIT.EDU@XX.LCS.MIT.EDU
- Subject: Losing a minor mode
- From: "Aaron F. Bobick" <AFB%OZ.AI.MIT.EDU@XX.LCS.MIT.EDU>
- Date: Wed 5 Nov 86 22:32-EST
Maybe a bug, maybe my VARS file:
In my vars file (oz:<afb>emacs.vars) there is a TeX mode hook
defined as follows ( I stole most of it):
TeX Mode Hook:"1,(M.M^R Dictionary Lookup Wordâ)M.Q...â©$âw
!* 1M.LAuto Fill Modeâw !
!* :I*\âM.LParagraph Delimiterâw !
0mm& Alter ..Dâ\Aâw !* no expand after \ (do it in tex) !
5*â¡` :f¬..D_(âw !* Flash single quotes like parens!
5*â¡' :f¬..D_)`â" !* Flash single quotes like parens!
!* Keep the previous line last in the Tex Mode Hook!
!* (because of the right single quote)!
Here's the problem. Since the Auto-Fill is commented out, it
doesn't start up automatically, which is fine. Often in TeX one
doesn't want filling of equations and the like. But when writing
plain text, I set auto fill mode on, but leave the mode as TeX
mode to check dollar signs etc. However, if I leave the buffer,
(to some other buffer), or exit emacs and then return to the TeX
buffer, SOMETIMES I have lost the auto-fill mode. I haven't done
a systematic check of when I lose auto-fill and when not.
Any suggestions?
Thanx -- afb