GNU bug report logs - #8047
image-mode and require-final-newline

Previous Next

Package: emacs;

Reported by: Eli Zaretskii <eliz <at> gnu.org>

Date: Tue, 15 Feb 2011 20:06:02 UTC

Severity: normal

Found in version 23.2.94

Fixed in version 23.3

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #70 received at 8047 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: Chong Yidong <cyd <at> stupidchicken.com>, 8047 <at> debbugs.gnu.org
Subject: Re: bug#8047: 23.2.94; Auto image mode breaks C-x C-w
Date: Wed, 16 Feb 2011 15:58:55 -0500
> --- lisp/image-mode.el~	2011-02-15 21:32:39.565125000 +0200
> +++ lisp/image-mode.el	2011-02-16 21:55:04.190125000 +0200
> @@ -507,6 +507,9 @@ (defun image-toggle-display-image ()
>      ;; This just makes the arrow displayed in the right fringe
>      ;; area look correct when the image is wider than the window.
>      (setq truncate-lines t)
> +    ;; Disable adding a newline at the end of the image file when it
> +    ;; is written with, e.g., C-x C-w.
> +    (setq find-file-literally t)
>      ;; Allow navigation of large images
>      (set (make-local-variable 'auto-hscroll-mode) nil)
>      (setq image-type type)

Is this really as safe as it seems?  I mean, what happens when you visit
an XPM, PS, or SVG file encoded in utf-8?


        Stefan




This bug report was last modified 14 years and 114 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.