* Adam M. Goldstein (2007-04-15) writes: > On Apr 15, 2007, at 11:21 AM, Ralf Angeli wrote: > >> Are you able to use mouse-3, usually a right-click, on the image and >> selecting "View error" from the context menu it is supposed to open? > > Right click does indeed produce mouse-3 but the contextual menu that > shows up is clearly broken. This appears to be a known issue with > Emacs.app, the GNUStep port of Emacs that I am using. > > I hope you are not out of ideas now . . .
Not yet. Put point right in front of the no-entry sign image and type `M-:'. Then insert the following string into the minibuffer and type <RET>. (let ((out (overlay-get (car (overlays-at (1+ (point)))) 'before-string))) (pop-to-buffer "*foo*") (insert (prin1-to-string out))) Somebody should probably right a feature request for these error messages to be accessible by keyboard ... BTW, could you please also include the output you get when executing `M-x preview-report-bug RET' after running `C-c C-p C-c'? -- Ralf _______________________________________________ auctex mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/auctex
