GNU bug report logs - #61321
30.0.50; Fail to load file with file variables and CRLF EOL without EOL conversion

Previous Next

Package: emacs;

Reported by: Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>

Date: Mon, 6 Feb 2023 14:04:01 UTC

Severity: normal

Found in version 30.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


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

From: Kazuhiro Ito <kzhr <at> d1.dion.ne.jp>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 61321 <at> debbugs.gnu.org
Subject: Re: bug#61321: 30.0.50;
 Fail to load file with file variables and CRLF EOL without EOL
 conversion
Date: Tue, 07 Feb 2023 01:01:53 +0900
> > (let ((filename (expand-file-name "test.txt"
> > 				  temporary-file-directory)))
> >   (with-temp-buffer
> >     (setq buffer-file-coding-system 'dos)
> >     (insert "This is a test.\n"
> > 	    "\n"
> > 	    "Local Variables:\n"
> > 	    "comment-column: 0\n"
> > 	    "End:\n")
> >     (write-file filename))
> >   (unwind-protect
> >       (let (;; (coding-system-for-read 'unix)
> > 	    (inhibit-eol-conversion t)
> > 	    )
> > 	(find-file filename))
> >     (delete-file filename)))
> > 
> > -> Local variables entry is missing the suffix
> 
> Thanks.  Does the patch below give good results?

I confirmed the problem was fixed.  Thank you for the quick fix!

-- 
Kazuhiro Ito




This bug report was last modified 2 years and 105 days ago.

Previous Next


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