From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Wessman Newsgroups: gmane.emacs.help Subject: Re: 'initial-major-mode interaction with 'major-mode Date: Tue, 18 May 2010 09:06:02 -0700 (PDT) Organization: http://groups.google.com Message-ID: <20ac2a98-6d93-4945-8ef5-e34051192fc5@j27g2000vbp.googlegroups.com> References: <5602dc29-464a-4ecd-8d5a-364283d479e7@o1g2000vbe.googlegroups.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: dough.gmane.org 1291837640 10191 80.91.229.12 (8 Dec 2010 19:47:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 8 Dec 2010 19:47:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 08 20:47:17 2010 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.69) (envelope-from ) id 1PQPyu-0004oS-WD for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 20:47:17 +0100 Original-Received: from localhost ([127.0.0.1]:60371 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQOeA-0006QB-Gv for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 13:21:46 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!j27g2000vbp.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: 89.152.235.180 Original-X-Trace: posting.google.com 1274198763 8295 127.0.0.1 (18 May 2010 16:06:03 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 18 May 2010 16:06:03 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j27g2000vbp.googlegroups.com; posting-host=89.152.235.180; posting-account=wG1H1QoAAACHtUFAVnw-84TP3v9hG1d- User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:178241 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:75919 Archived-At: On May 18, 12:13=A0pm, Lars Wessman wrote: There's a typo here: > Starting with 23.2, we get warned that 'default-major-mode is > "obsolete" and that we should use 'text-mode instead when byte > compiling .emacs. The only problem is that should read: ... and that we should use 'major-mode instead when byte- compiling .emacs ....