Seiji Zenitani
zenit****@mac*****
Sun Feb 4 08:42:55 JST 2007
Okumura-san, On 2007/02/03, at 18:26, Haruhiko Okumura wrote: > Is "open -a Preview.app %o" equivalent to "open %o" in the default > setting of Mac? With auctex, PDFView.app is so much easier to use > that I'm willing to make it the default PDF viewer. > Since I don't like Adobe Reader, I usually add "-a Preview.app" explicitly. However, as a default configuration, "open %o" is more preferable, because the user can associate his/her favorite application with the ".pdf" extension. So, the below line is OK? + ("^pdf$" "." "open %o") Seiji > Seiji Zenitani <zenit****@mac*****> wrote: > >> Dear all, >> >> Regarding the auctex/pdf issue, does everyone become happier if I put >> the below line into /Applications/Emacs.app/Contents/Resources/site- >> lisp/auctex/tex.el(elc)? >> >> "%(o?)xdvi %dS -paper a5r -s 0 %d") >> ("^dvi$" ,(concat "^" (regexp-opt '("a5paper" "a5comb")) "$") >> "%(o?)xdvi %dS -paper a5 %d") >> + ("^pdf$" "." "open -a Preview.app %o") >> ("^pdf$" "." "xpdf -remote %s -raise %o %(outpage)") >> ("^html?$" "." "netscape %o")) >> "List of output file extensions and view options. >> >> >> Seiji >> _______________________________________________ >> macemacsjp-english mailing list >> macem****@lists***** >> http://lists.sourceforge.jp/mailman/listinfo/macemacsjp-english >> > > -- > Haruhiko Okumura <okumu****@edu*****> > Faculty of Education, Mie University > _______________________________________________ > macemacsjp-english mailing list > macem****@lists***** > http://lists.sourceforge.jp/mailman/listinfo/macemacsjp-english