auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX] Preview images do not appear


From: Ralf Angeli
Subject: Re: [AUCTeX] Preview images do not appear
Date: Sun, 15 Apr 2007 19:28:23 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.96 (gnu/linux)

* 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]