From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: gerd.moellmann@t-online.de (Gerd Moellmann) Newsgroups: gmane.emacs.devel Subject: Re: lisp/ChangeLog coding system Date: 29 Apr 2002 13:22:10 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <86sn5ehhr1.fsf@gerd.dnsq.org> References: Reply-To: gerd@gnu.org NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1020079476 8698 127.0.0.1 (29 Apr 2002 11:24:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 29 Apr 2002 11:24:36 +0000 (UTC) Cc: Michael Kifer , rms@gnu.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 1729Gl-0002GB-00 for ; Mon, 29 Apr 2002 13:24:35 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 1729KV-0003Tm-00 for ; Mon, 29 Apr 2002 13:28:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 1729GU-0001OG-00; Mon, 29 Apr 2002 07:24:18 -0400 Original-Received: from mailout10.sul.t-online.com ([194.25.134.21]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 1729Em-0001FT-00; Mon, 29 Apr 2002 07:22:32 -0400 Original-Received: from fwd05.sul.t-online.de by mailout10.sul.t-online.com with smtp id 1729Ef-0006DE-04; Mon, 29 Apr 2002 13:22:25 +0200 Original-Received: from gerd.dnsq.org (520015515780-0001@[80.130.113.219]) by fwd05.sul.t-online.com with esmtp id 1729EU-27Q0AqC; Mon, 29 Apr 2002 13:22:14 +0200 Original-Received: from gerd.dnsq.org (localhost [127.0.0.1]) by gerd.dnsq.org (8.12.3/8.12.2) with ESMTP id g3TBMCTJ000570; Mon, 29 Apr 2002 13:22:12 +0200 (CEST) (envelope-from gerd@gnu.org) Original-Received: (from gerd@localhost) by gerd.dnsq.org (8.12.3/8.12.3/Submit) id g3TBMBTk000567; Mon, 29 Apr 2002 13:22:11 +0200 (CEST) X-Authentication-Warning: gerd.dnsq.org: gerd set sender to gerd@gnu.org using -f Original-To: Eli Zaretskii In-Reply-To: Original-Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.50 X-Sender: 520015515780-0001@t-dialin.net Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:3395 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:3395 Eli Zaretskii writes: > Gerd, can you tell what exactly was wrong with the ChageLog before you > fixed it? Inserting a new change log entry and trying to save the file lead to the ``choose coding system'' dialog. The value of buffer-file-coding-system was iso-2022-7bit, and find-charset-region on the whole buffer returned `(ascii eight-bit-graphic)', I think. The change in question is the one from version 1.3763 to 1.3764. I repaired the file by getting 1.3763, adding Michaels change log entry, etc.