Seiji Zenitani
zenit****@mac*****
Tue Jan 23 10:38:29 JST 2007
Hello, On 2007/01/22, at 2:34, Roussanka Loukanova wrote: > > 1. If I select larger font in an open buffer, e.g. with Shift-Click > and > select Courier 18, then I can not get this saved for future Emacs > sessions with Options -> SaveOptions; and I do not know how to get > this > with Customize Emacs. Please read [macemacsjp-english 764]. > 2. The same for the Tools -> Spell Checking -> Flyspell > I can select this option only temporarily for the current buffer, > but I do > not know how and if possible to switch it on (and off) for future > sessions. For tex(auctex) mode, (add-hook 'TeX-mode-hook (lambda () (flyspell-mode 1))) -- Seiji