From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.devel Subject: Re: Convert etc/AUTHORS to UTF-8? Date: Thu, 11 Sep 2008 23:24:38 +0200 Message-ID: <18633.35990.825726.544802@a1ihome1.kph.uni-mainz.de> References: <18633.15219.416961.451909@a1ihome1.kph.uni-mainz.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1221168307 3024 80.91.229.12 (11 Sep 2008 21:25:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Sep 2008 21:25:07 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 11 23:26:03 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 1Kdtfp-0004YP-TS for ged-emacs-devel@m.gmane.org; Thu, 11 Sep 2008 23:25:58 +0200 Original-Received: from localhost ([127.0.0.1]:58177 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kdteo-0002Y3-4Y for ged-emacs-devel@m.gmane.org; Thu, 11 Sep 2008 17:24:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kdtej-0002Xq-Pt for emacs-devel@gnu.org; Thu, 11 Sep 2008 17:24:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kdteg-0002W8-DH for emacs-devel@gnu.org; Thu, 11 Sep 2008 17:24:49 -0400 Original-Received: from [199.232.76.173] (port=34063 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kdteg-0002W5-6z for emacs-devel@gnu.org; Thu, 11 Sep 2008 17:24:46 -0400 Original-Received: from a1iwww1.kph.uni-mainz.de ([134.93.134.1]:50771) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kdtef-0002Fu-6S for emacs-devel@gnu.org; Thu, 11 Sep 2008 17:24:46 -0400 Original-Received: from a1ihome1.kph.uni-mainz.de (a1ihome1.kph.uni-mainz.de [134.93.134.75]) by a1iwww1.kph.uni-mainz.de (8.14.0/8.13.4) with ESMTP id m8BLOdiJ026924; Thu, 11 Sep 2008 23:24:39 +0200 Original-Received: from a1ihome1.kph.uni-mainz.de (localhost [127.0.0.1]) by a1ihome1.kph.uni-mainz.de (8.14.0/8.14.1) with ESMTP id m8BLOdDO013606; Thu, 11 Sep 2008 23:24:39 +0200 Original-Received: (from ulm@localhost) by a1ihome1.kph.uni-mainz.de (8.14.0/8.14.0/Submit) id m8BLOcOM013600; Thu, 11 Sep 2008 23:24:38 +0200 In-Reply-To: X-Mailer: VM 8.0.2-487 under Emacs 22.2.1 (i686-pc-linux-gnu) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 1) 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:103830 Archived-At: >>>>> On Thu, 11 Sep 2008, Stefan Monnier wrote: >> Since all ChangeLog files were converted from iso-2022-7bit to utf-8 >> encoding some time ago, I wonder if the same should be done for the >> etc/AUTHORS file? > Good idea. Can someone do that please? Hm, I thought it should be enough to change authors.el? After its next run the AUTHORS file (or the *Authors* buffer, saved as it) will automatically have the new encoding. Ulrich