From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Loading souce Elisp faster Date: Mon, 25 Feb 2013 17:39:34 +0200 Message-ID: <837glwjtc9.fsf@gnu.org> References: <512AF576.8040506@cs.ucla.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1361806800 11102 80.91.229.3 (25 Feb 2013 15:40:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Feb 2013 15:40:00 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 25 16:40:23 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UA0AA-0002q2-HK for ged-emacs-devel@m.gmane.org; Mon, 25 Feb 2013 16:40:22 +0100 Original-Received: from localhost ([::1]:39664 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UA09p-0003Qs-Jj for ged-emacs-devel@m.gmane.org; Mon, 25 Feb 2013 10:40:01 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:51293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UA09k-0003QE-7Z for emacs-devel@gnu.org; Mon, 25 Feb 2013 10:40:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UA09i-0005Tq-Pn for emacs-devel@gnu.org; Mon, 25 Feb 2013 10:39:56 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:63266) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UA09i-0005TJ-Fh for emacs-devel@gnu.org; Mon, 25 Feb 2013 10:39:54 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MIS007008RRAH00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Mon, 25 Feb 2013 17:39:41 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MIS006UH8U4JTE0@a-mtaout22.012.net.il>; Mon, 25 Feb 2013 17:39:41 +0200 (IST) In-reply-to: <512AF576.8040506@cs.ucla.edu> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:157322 Archived-At: > Date: Sun, 24 Feb 2013 21:24:06 -0800 > From: Paul Eggert > Cc: Emacs-Devel devel > > It'd be easy to fix these to put the "coding:" tag > at the start. But how about simply converting all > the non-UTF-8 Emacs source code files to UTF-8? AFAIR, some (a small number, perhaps) of them cannot be converted, because they use characters that we don't unify. In any case, converting the files that come with Emacs will still leave us with gobs of files in external packages, and also with user .emacs files.