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

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

bug#8047: 23.2.94; Auto image mode breaks C-x C-w


From: Juri Linkov
Subject: bug#8047: 23.2.94; Auto image mode breaks C-x C-w
Date: Wed, 16 Feb 2011 02:48:33 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu)

>  emacs -Q
>  C-x C-f FOO.png RET  (or any other image file)
>  C-x C-w BAR.png RET
>
>    => save-buffer: Text is read-only
>
> This happens because image-file.el makes the whole buffer displaying
> the image read-only.
>
> I think this nuisance should be fixed before Emacs 23.3 is released.

It seems what you mean is image-mode.el, not image-file.el.

image-mode is intended for viewing images, not editing.
(I suppose `C-x C-w' is an editing command.)

When you want to edit textual representation of the image,
you can toggle `image-minor-mode' with `C-c C-c'.





reply via email to

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