Javier Elizondo
javier_elizo****@yahoo*****
Thu Feb 15 12:52:33 JST 2007
Hi, I installed the Enhance carbon emacs that was released today (see mail below). However, the pdf reader that opens is acroread, instead of PDFview. It is quite weird for me. Does any one know what is going on?. I will appreciate any help. Sincerely, Javier Elizondo ------------------------------------------------------------------------- Version: 1.0 public release, released 15 February 2007 (this fixes few bugs from the old beta version) http://web.inf.unibz.it/~franconi/enhanced-carbon-emacs/ Enhanced Carbon Emacs is now a universal enhancement plugin for arbitrary (unix, carbon, or aqua) emacs distributions (such as Yaced, Aquamacs, CarbonEmacs Tiger, or the native darwin emacs in /usr/bin/ emacs). This includes a fully customisable LaTeX editing environment based on AucTeX, RefTeX, Preview and other packages. Basically, ECE is a convenient way to properly install a large number of pre- configured useful packages for LaTeX users, which includes a hack of AUCTeX, that allows to have a more intuitive handling of the "view" command in a macintosh context (in particular, for non-pdftex users willing to preview in pdf). From emacs, you can launch directly any latex process or any mac application on files or regions you are working on. The installer installs the ECE plugin in /Library/Application Support/ emacs/ If you are not using aquamacs, then you should add in your .emacs ;; Load Enhanced Carbon Emacs plugin (unless (or (boundp 'enhanced-carbon-emacs) (boundp 'aquamacs- version)) (defun load-local-site-start (site-lisp-directory) "Load site-start.el from a given site-lisp directory" (let ((current-default-directory default-directory)) (setq default-directory site-lisp-directory) (normal-top-level-add-subdirs-to-load-path) (setq default-directory current-default-directory) (setq load-path (cons site-lisp-directory load-path)) (load (concat site-lisp-directory "/site-start.el")) )) (load-local-site-start "/Library/Application Support/Emacs/ec- emacs/site-lisp")) ____________________________________________________________________________________ Sucker-punch spam with award-winning protection. Try the free Yahoo! Mail Beta. http://advision.webevents.yahoo.com/mailbeta/features_spam.html -------------- next part -------------- An HTML attachment was scrubbed... Download