On Tue, 8 Apr 2008, Christiaan Hofman wrote: >>> Apparently, Carbon Emacs by Seiji Zenitani has this feature built in. >>> >>> Roussanka >> >> As well as Aquamacs by David Reitter (as of version 1.3 as explained >> in the release notes there). >> >> -Ivan > > Though I'd like to be completely clear about what exactly is now > implemented.
In Carbon Emacs, Carbon Version 1.6.0 of 2008-04-02, I've just tested on MBP, OS X: 10.5.2: > Is it forward-search (Emacs -> Skim) This requires the necessary code in .emacs (otherwise, I get Preview with pdflatex). > or just the auto- > raising in backward-search (Skim -> Emacs)? This is implemented. > IOW, are the lines > involving the displayline script (or any lines) still necessary > in .emacs (for forward-search)? If you mean the following code, ;; ;; Show TeX line in PDFView ;(add-hook 'server-switch-hook 'raise-emacs-on-aqua) I keep it commented away, and by executing C-c C-v from Emacs over the tex source pops-up Skim, approximately, around the corresponding line, by marking it with a red dot. The red dot disappears after short time. I also need the following line in .emacs: (server-start). > > BTW, everybody is free to modify the Wiki (that's why it's a Wiki). > You just need a password, which is only done to prevent spam. > > Christiaan > > ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Register now and save $200. Hurry, offer ends at 11:59 p.m., Monday, April 7! Use priority code J8TLD2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Skim-app-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/skim-app-users
