From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Changelog in src (CVS on Cygwin) Date: Wed, 9 Apr 2008 14:44:09 +0200 Message-ID: References: <47FCB46A.2090205@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1207745090 20770 80.91.229.12 (9 Apr 2008 12:44:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Apr 2008 12:44:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Angelo Graziosi" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 09 14:45:20 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JjZfe-0004dt-Vs for ged-emacs-devel@m.gmane.org; Wed, 09 Apr 2008 14:44:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JjZf1-0005e2-GG for ged-emacs-devel@m.gmane.org; Wed, 09 Apr 2008 08:44:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JjZev-0005cg-Sc for emacs-devel@gnu.org; Wed, 09 Apr 2008 08:44:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JjZeu-0005c9-1Q for emacs-devel@gnu.org; Wed, 09 Apr 2008 08:44:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JjZet-0005c6-SY for emacs-devel@gnu.org; Wed, 09 Apr 2008 08:44:11 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.177]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JjZet-0007xn-Iz for emacs-devel@gnu.org; Wed, 09 Apr 2008 08:44:11 -0400 Original-Received: by wa-out-1112.google.com with SMTP id k34so2085991wah.10 for ; Wed, 09 Apr 2008 05:44:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=xafh+Q3Cpd3QWZvhvVv7/E7zdwZsvxfW4PwZZtFC0Q4=; b=QEkH1pcebct+keVwgoVFQgw5M537YVhTrjk0yc/8djGlfC8r11J7/5hqzCzaKH5gKe8cEApikqKj3XInwDpj0MlPvbP3Ha2yl6M2DWG8Qa0zgKAuBo5ay94z2H6ZDU8gYs2Fy3oCuS+e5W7XHAulB38bt4SrNtJXv99OJSU9B8Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=btXoMFws3s2YxkAPl/z08jdNknd6LWO3eCJOARQ2YAcf8dMdxSrshRbVl/Ma9Rz9GGlwDF0AMS8kxomAid3UlEAGgwS7+wz3e2xTpk65glCvn6MXEhSGvk9VwP0w2r8p3M9K5Jii4KDrCKOR4mPe7DC61qvV5GJih+8xERPnf88= Original-Received: by 10.114.144.1 with SMTP id r1mr61398wad.135.1207745049593; Wed, 09 Apr 2008 05:44:09 -0700 (PDT) Original-Received: by 10.115.72.13 with HTTP; Wed, 9 Apr 2008 05:44:09 -0700 (PDT) In-Reply-To: <47FCB46A.2090205@alice.it> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:94782 Archived-At: On Wed, Apr 9, 2008 at 2:19 PM, Angelo Graziosi wrote: > After the last CVS update, reading src/ChangeLog [1] with > > $ less src/ChangeLog > > I got: > > '' "src/ChangeLog" may be a binary file. See it anyway? '' > > isn't it strange? > > For the sake of completeness, loading it with Emacs, the mode line says its > coding system is 'U' (usually it is '--' or '1' if one uses accented > characters etc.). ChangeLogs in the trunk are now UTF-8, as you can see in the Local Variables section: ;; Local Variables: ;; coding: utf-8 ;; add-log-time-zone-rule: t ;; End: Juanma