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

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

Re: wrong coding system of lisp/ChangeLog


From: Vinicius Jose Latorre
Subject: Re: wrong coding system of lisp/ChangeLog
Date: Sun, 09 Mar 2003 21:57:27 -0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030210

Richard Stallman wrote:

   >     lisp/ChangeLog has been erroneously saved in latin-1...
   >
   > Can you see who saved it that way?  Then we can talk with him
   > and see what he did, and that may help us fix a flaw in Emacs.

   It was this checkin:
   Revision 1.4897 / (view) - annotate - [select for diffs] , Mon Mar 3 20:22:
   17 2003 UTC (3 days ago) by viniciusjl

Vinicius, can you reconstruct whatever you did that caused
lisp/ChangeLog to be saved in Latin-1?  Maybe we can find a pitfall
in Emacs that you fell into, and then we could fix it.
At end of ChangeLog there is the following setting:

;; Local Variables:
;; coding: iso-2022-7bit
;; End:

Shouldn't it be?:

;; Local Variables:
;; buffer-file-coding-system: iso-2022-7bit
;; End:

I only could save ChangeLog when buffer-file-coding-system is set to iso-2022-7bit. But if buffer-file-coding-system (or other suitable coding variable) isn't explicity set,
I got an error message when saving ChangeLog.

The error message is:
  Wrong type argument: number-or-marker-p, nil

Vinicius






reply via email to

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