From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rugxulo Newsgroups: gmane.emacs.help Subject: Re: How to speed up emacs start time? Date: Sun, 2 Aug 2009 09:12:49 -0700 (PDT) Organization: http://groups.google.com Message-ID: <61797978-c1ab-4010-b670-65683be56d58@g31g2000yqc.googlegroups.com> References: <87ljm5669a.fsfhello@somewhere.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1249235758 14572 80.91.229.12 (2 Aug 2009 17:55:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Aug 2009 17:55:58 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 02 19:55:51 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MXfHj-0002ze-5O for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Aug 2009 19:55:51 +0200 Original-Received: from localhost ([127.0.0.1]:41602 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXfHi-00075g-KJ for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Aug 2009 13:55:50 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!nx01.iad01.newshosting.com!newshosting.com!69.16.185.16.MISMATCH!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!postnews.google.com!g31g2000yqc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Original-NNTP-Posting-Host: 65.13.115.246 Original-X-Trace: posting.google.com 1249229570 5427 127.0.0.1 (2 Aug 2009 16:12:50 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 2 Aug 2009 16:12:50 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g31g2000yqc.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.37 Safari/530.5, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:171477 X-Mailman-Approved-At: Sun, 02 Aug 2009 13:54:37 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:66668 Archived-At: Hi, On Jul 31, 2:51=A0am, n179911 wrote: > > Thank you. Emacs 23.1 on Mac OSX works. > But when I start emacs at terminal (instead of running Emacs.app), > emacs (in /usr/bin/emacs version 22) =A0complains that the .elc are > compiled for version 23. Surprisingly, I don't think anybody answered your question correctly yet. So here's my lame attempt .... Anyways, it's incompatible now due to changes in 23.1. You'll have to compile with 22, I suppose, which will still work with 23. (quoting from NEWS): "During byte-compilation, Emacs 23 uses `utf-8-emacs' to write files. As a result, byte-compiled files containing non-ASCII characters can't be read by earlier versions of Emacs. Files compiled by Emacs 20, 21, or 22 are loaded correctly as `emacs-mule' (whether or not they contain multibyte characters). This takes somewhat more time, so it may be worth recompiling existing .elc files which don't need to be shared with older Emacsen."