help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: elisp: interactive and non-interactive diffs


From: rustom
Subject: Re: elisp: interactive and non-interactive diffs
Date: Wed, 1 Dec 2010 03:21:05 -0800 (PST)
User-agent: G2/1.0

On Dec 1, 1:39 pm, rustom <rustompm...@gmail.com> wrote:
>
> Ok did that
> Now what happens is that the buffer in image mode goes into text mode
> and Ive to switch to it and do C-c C-c (sometimes twice)
>
> So either I need some option in image mode to keep always in image
> mode
> Else (poorer option) I need some hooks in image mode (or auto-revert-
> mode?) to do this switching automatically

Well for now I have
(add-hook 'after-revert-hook 'image-toggle-display)

Works part of the time but not consistently
It would be better if it were possible to switch off the image-toogle
functionality


reply via email to

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