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#2150: 23.0.90; rmail-ignored-headers is not autoloaded Date: Mon, 02 Feb 2009 02:02:45 -0500 Message-ID: References: Reply-To: Glenn Morris , 2150@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1233559430 4262 80.91.229.12 (2 Feb 2009 07:23:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Feb 2009 07:23:50 +0000 (UTC) Cc: 2150@emacsbugs.donarmstrong.com To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Feb 02 08:25:03 2009 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 1LTtAz-0007SS-Md for geb-bug-gnu-emacs@m.gmane.org; Mon, 02 Feb 2009 08:25:01 +0100 Original-Received: from localhost ([127.0.0.1]:60277 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LTt9g-0007RS-Vz for geb-bug-gnu-emacs@m.gmane.org; Mon, 02 Feb 2009 02:23:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LTt9c-0007RH-PM for bug-gnu-emacs@gnu.org; Mon, 02 Feb 2009 02:23:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LTt9b-0007Qr-5R for bug-gnu-emacs@gnu.org; Mon, 02 Feb 2009 02:23:36 -0500 Original-Received: from [199.232.76.173] (port=52911 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LTt9a-0007Qo-Tq for bug-gnu-emacs@gnu.org; Mon, 02 Feb 2009 02:23:34 -0500 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:46574) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LTt9a-0001z7-Hm for bug-gnu-emacs@gnu.org; Mon, 02 Feb 2009 02:23:34 -0500 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n127NVAD016404; Sun, 1 Feb 2009 23:23:31 -0800 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id n127A4Ld012929; Sun, 1 Feb 2009 23:10:04 -0800 X-Loop: owner@emacsbugs.donarmstrong.com Resent-From: Glenn Morris Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Mon, 02 Feb 2009 07:10:04 +0000 Resent-Message-ID: Resent-Sender: owner@emacsbugs.donarmstrong.com X-Emacs-PR-Message: followup 2150 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 2150-submit@emacsbugs.donarmstrong.com id=B2150.123355827410858 (code B ref 2150); Mon, 02 Feb 2009 07:10:04 +0000 Original-Received: (at 2150) by emacsbugs.donarmstrong.com; 2 Feb 2009 07:04:34 +0000 X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. Original-Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n1274VKB010852 for <2150@emacsbugs.donarmstrong.com>; Sun, 1 Feb 2009 23:04:33 -0800 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LTspR-0000JZ-PD; Mon, 02 Feb 2009 02:02:45 -0500 X-Spook: White House Albanian North Korea Islam Abduganievich X-Ran: 9#GWK;y;QU4VIk+JE8r[jf`POF_g!3/M+@UT?]y{8luO"rgwIX?BS$b X-Hue: cyan X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Resent-Date: Mon, 02 Feb 2009 02:23:36 -0500 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:24810 Archived-At: Eli Zaretskii wrote: > In previous Emacs versions, rmail-ignored-headers was autoloaded, but > not in 23.0.90. This causes failures at startup if your ~/.emacs > customizes that option. That would depend on how you customize it (presumably you modify it in some way that accesses the default value, rather than just setting it unconditionally); but obviously just add the autoload back again if it's causing problems. (In general, some files seem to have been written under the assumption that all defcustoms should be autoloaded. I think this is bogus, but once this assumption has been made, it can become impossible to ever take the autoloads away, for the reason you report here.)