all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* preview-latex and reftex not active!?
@ 2003-11-01  7:15 Fabian Brännström
  0 siblings, 0 replies; 5+ messages in thread
From: Fabian Brännström @ 2003-11-01  7:15 UTC (permalink / raw)


Hello,

right now I have three different distributions running. debian stable,
debian testing and gentoo.
I installed emacs, auctex, reftex and preview-latex on each system.

stable: emacs 21.2-1, auctex 11.06-1, preview-latex 0.6.1-1
testing: emacs 21.2-1 auctex 11.13, preview-latex 0.7.8 and
preview-latex-style 0.7.8
gentoo: emacs 21.3, auctex 11.13  , preview-latex 0.7.8 

I'm using for all systems the same .emacs-file, but just for the debian
testing system reftex and preview-latex is activated in the menu when
opening a tex-file.

Does anyone have an idea how to solve that problem?

Thanks!
Greetings
Fabian


_______________________
P.S. My .emacs:
_______________________

(custom-set-variables
  ;; custom-set-variables was added by Custom -- don't edit or cut/paste
it!
  ;; Your init file should contain only one such instance.
 '(case-fold-search t)
 '(current-language-environment "English")
 '(global-font-lock-mode t nil (font-lock))
 '(gnuserv-program (concat exec-directory "/gnuserv"))
 '(load-home-init-file t t)
 '(transient-mark-mode t)
 '(uniquify-buffer-name-style (quote forward) nil (uniquify)))
 '(auto-save-timeout 1)

 (custom-set-faces
  ;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
  ;; Your init file should contain only one such instance.
 )

(require 'tex-site)

 (setq outline-minor-mode t)
 (setq latex-mode)
 (setq latex-math-mode)


(add-hook 'LaTeX-mode-hook 'turn-on-reftex) 
(setq reftex-plug-into-AUCTeX t)


 ;; ===================================================================
 ;; Preview LaTeX
 ;; ===================================================================
(cond ((file-readable-p
"/usr/share/emacs/site-lisp/preview-latex/preview.el")
        (if (and window-system (x-display-color-p))
          (progn 
            (require 'preview)))))
 ;; ===================================================================
 ;; Preview LaTeX End
 ;; ===================================================================
;(load "/usr/share/emacs/site-lisp/preview-latex/preview-latex.el" nil t
t)
(add-hook 'LaTeX-mode-hook 'LaTeX-preview-setup)
(autoload 'LaTeX-preview-setup "preview")
(add-to-list 'load-path "/usr/share/emacs/site-lisp/preview-latex/")

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-11-03 14:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.2932.1067671565.21628.help-gnu-emacs@gnu.org>
2003-11-01 10:16 ` preview-latex and reftex not active!? David Kastrup
2003-11-02 22:16   ` Fabian Brännström
     [not found]   ` <mailman.2980.1067812188.21628.help-gnu-emacs@gnu.org>
2003-11-03 12:38     ` David Kastrup
2003-11-03 14:13       ` Fabian Brännström
2003-11-01  7:15 Fabian Brännström

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.