From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: Re: Initialization customization not being saved : solved ! Date: Wed, 02 Apr 2008 09:40:09 -0400 Message-ID: References: <380-2200842117384265@earthlink.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1207143733 11014 80.91.229.12 (2 Apr 2008 13:42:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Apr 2008 13:42:13 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: mu8ja0i@earthlink.net Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Apr 02 15:42:45 2008 Return-path: Envelope-to: geb-bug-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 1Jh3Ei-0001ef-1w for geb-bug-gnu-emacs@m.gmane.org; Wed, 02 Apr 2008 15:42:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jh3E5-0000WV-RY for geb-bug-gnu-emacs@m.gmane.org; Wed, 02 Apr 2008 09:42:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jh3CI-0007Of-Cr for bug-gnu-emacs@gnu.org; Wed, 02 Apr 2008 09:40:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jh3CF-0007MO-LW for bug-gnu-emacs@gnu.org; Wed, 02 Apr 2008 09:40:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jh3CF-0007MA-FX for bug-gnu-emacs@gnu.org; Wed, 02 Apr 2008 09:40:11 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182] helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jh3CE-00005J-Tx for bug-gnu-emacs@gnu.org; Wed, 02 Apr 2008 09:40:11 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AugEAJ0p80dMCrUE/2dsb2JhbACBWqsH X-IronPort-AV: E=Sophos;i="4.25,593,1199682000"; d="scan'208";a="17438029" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 02 Apr 2008 09:40:10 -0400 Original-Received: from pastel.home ([76.10.181.4]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id IRQ17910; Wed, 02 Apr 2008 09:40:10 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id BC5E87FE2; Wed, 2 Apr 2008 09:40:09 -0400 (EDT) In-Reply-To: <380-2200842117384265@earthlink.net> (Allan J. Mui's message of "Tue, 1 Apr 2008 12:38:04 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17782 Archived-At: > Sorry, I have found the problem and the feature is now working properly. I > had byte-compiled my .emacs.el initialization file and failed to > byte-compile again after making the "Inhibit Startup Screen" variable > customization. I also ignored the warning message generated by emacs at > startup : "_emacs.el" is newer than "_emacs.elc" . Do *not* byte-compile your .emacs file. Stefan