Re: Using Preview with carbon emacs on os x

"Patrick Gundlach" <[email protected]> 14 Mar 2005 11:16:45 +0100
Newsgroups gmane.emacs.auc-tex
Organization chaos
Message-ID <[email protected]>
Hello David,

>   ("^pdf$" "." "/Applications/Preview.app/Contents/MacOS/Preview  %o")

you can say something like "open -a Preview %o", or if the Preview.app
is the standard viewer just use "open %o".

Patrick