From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#5531: 23.1.92; .emacs-custom.el read despite presence of .elc Date: Sat, 09 Jul 2011 18:36:55 -0400 Message-ID: References: <874olvtvqf.fsf@jidanni.org> <87aaucyt4z.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1310251120 21511 80.91.229.12 (9 Jul 2011 22:38:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 9 Jul 2011 22:38:40 +0000 (UTC) To: 5531-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Jul 10 00:38:35 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QfgAQ-0006OY-Pn for geb-bug-gnu-emacs@m.gmane.org; Sun, 10 Jul 2011 00:38:30 +0200 Original-Received: from localhost ([::1]:48389 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfgAP-0005On-HH for geb-bug-gnu-emacs@m.gmane.org; Sat, 09 Jul 2011 18:38:29 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:55690) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfgA0-0005O3-Th for bug-gnu-emacs@gnu.org; Sat, 09 Jul 2011 18:38:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qfg9y-00064A-Sv for bug-gnu-emacs@gnu.org; Sat, 09 Jul 2011 18:38:04 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:38025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qfg9y-000641-Es for bug-gnu-emacs@gnu.org; Sat, 09 Jul 2011 18:38:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1Qfg9y-0001AF-8J for bug-gnu-emacs@gnu.org; Sat, 09 Jul 2011 18:38:02 -0400 Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sat, 09 Jul 2011 22:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 5531 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Mail-Followup-To: 5531@debbugs.gnu.org, rgm@gnu.org Original-Received: via spool by 5531-done@debbugs.gnu.org id=D5531.13102510234314 (code D ref 5531); Sat, 09 Jul 2011 22:38:02 +0000 Original-Received: (at 5531-done) by debbugs.gnu.org; 9 Jul 2011 22:37:03 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qfg91-00017U-2w for submit@debbugs.gnu.org; Sat, 09 Jul 2011 18:37:03 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qfg8z-00016w-C4 for 5531-done@debbugs.gnu.org; Sat, 09 Jul 2011 18:37:01 -0400 Original-Received: from localhost ([127.0.0.1]:46560) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qfg8t-0000ui-MJ; Sat, 09 Jul 2011 18:36:55 -0400 X-Spook: Kosovo basement Syria NASA Venezuela TWA airframe X-Ran: N\>8vGP`XD%5o0Wbo8A@tSvG3Q8f?Fw{Gud!}~gF32]Smr"O%2\DfPiJmGSIs)-?}zd5bz X-Hue: cyan X-Attribution: GM In-Reply-To: <87aaucyt4z.fsf@stupidchicken.com> (Chong Yidong's message of "Sat, 13 Mar 2010 13:27:08 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 09 Jul 2011 18:38:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:48372 Archived-At: Presumably you have a (load custom-file) line in your .emacs, because that is the documented way to make the feature work. Adjust it so that it looks like (load (file-name-sans-extension custom-file)) It is not worth documenting this because byte-compiling your init files is a bad idea that generally loses you time due to confusion (this is documented).