>>>>> "Michael" == Michael Olson <[EMAIL PROTECTED]> writes:
Michael> Lei W <[EMAIL PROTECTED]> writes: >> --- Michael Olson <[EMAIL PROTECTED]> wrote: >> >>> Lei W <[EMAIL PROTECTED]> writes: >>> >>> > Hi,guys! I use muse.el,session.el and desktop.el,with >>> > text-mode to my default mode.I have desktop-saved my work on >>> > muse-mode.When I start Emacs the next time the file I have >>> > edited last time open,but the mode can't turn to >>> > muse-mode,it's text-mode there.WHY? Am I clear? Is there >>> > someone can help me ? >>> >>> What is your value for `muse-mode-auto-p'? >>> >> Thank you! It's nil.But i set it "t",can't work neither. Michael> Hmm. It looks like the problem is not so easy to solve. Michael> I'm forwarding this to the discussion mailing list for Michael> Muse, in hopes that someone who uses both desktop.el and Michael> Muse can provide some insight. desktop explicitly stores the major mode of the a saved buffer -- so if you turn "test.txt" into emacs-lisp-mode (a daft example...apologies) it SHOULD be in test.txt mode the next time. So muse-mode-auto-p SHOULD NOT make any difference. If it's not, but falling back into text-mode (I would have expected fundamental), the most likely suggestion is that something is crashing. If you are running the desktop reload BEFORE you load muse, it will do this. If you haven't already, look through the *Messages* buffer and try emacs --debug-init for launch. If it's not this, then there are deeper issues afoot. Phil _______________________________________________ Muse-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/muse-el-discuss
