[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX-devel] address@hidden: Auctex preview mode can't be activate
From: |
Hongyi Zhao |
Subject: |
Re: [AUCTeX-devel] address@hidden: Auctex preview mode can't be activated by Emacs automatically.] |
Date: |
Sat, 9 Dec 2006 16:19:08 +0800 |
User-agent: |
Mutt/1.5.12-2006-07-14 |
> > I find that the preview mode can't be activated automatically, while other
> > minor modes can.
>
> preview-latex is not a minor mode. How are you trying to activate it?
Oh, thank you. Now I want the preview-latex can be autoloaded on the
Emacs's menu-bar, so I put the following into my .emacs:
===================
(add-to-list 'load-path
"~/EmacsConfigureRelative/MyEmacsLispFiles/auctex/style")
(add-hook 'LaTeX-mode-hook #'LaTeX-preview-setup)
(autoload 'LaTeX-preview-setup "preview")
===================
But when I open a tex source file with Emacs, the Preview menu-bar will not
be autoloaded.
--
Hongyi Zhao <address@hidden>
赵弘毅
--
《寄人》
作者:张泌
别梦依依到谢家,小廊回合曲阑斜。
多情只有春庭月,犹为离人照落花。
- [AUCTeX-devel] address@hidden: Auctex preview mode can't be activated by Emacs automatically.], Hongyi Zhao, 2006/12/08
- Re: [AUCTeX-devel] address@hidden: Auctex preview mode can't be activated by Emacs automatically.], Ralf Angeli, 2006/12/09
- Re: [AUCTeX-devel] address@hidden: Auctex preview mode can't be activated by Emacs automatically.],
Hongyi Zhao <=
- Re: [AUCTeX-devel] address@hidden: Auctex preview mode can't be activated by Emacs automatically.], Ralf Angeli, 2006/12/09
- Re: [AUCTeX-devel] address@hidden: Auctex preview mode can't be activated by Emacs automatically.], Hongyi Zhao, 2006/12/09
- Re: [AUCTeX-devel] address@hidden: Auctex preview mode can't be activated by Emacs automatically.], David Kastrup, 2006/12/09
- Re: [AUCTeX-devel] address@hidden: Auctex preview mode can't be activated by Emacs automatically.], Hongyi Zhao, 2006/12/09
- Re: [AUCTeX-devel] address@hidden: Auctex preview mode can't be activated by Emacs automatically.], David Kastrup, 2006/12/09