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

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

bug#61321: 30.0.50; Fail to load file with file variables and CRLF EOL w


From: Kazuhiro Ito
Subject: 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
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (Gojō) APEL-LB/10.8 EasyPG/1.0.0 Emacs/30.0.50 (x86_64-w64-mingw32) MULE/6.0 (HANACHIRUSATO)

> > (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





reply via email to

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