From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: Recent changes to dired.el and info.el Date: 14 Aug 2005 19:02:30 -0400 Message-ID: References: <200508141830.j7EIU4L13793@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1124062242 11836 80.91.229.2 (14 Aug 2005 23:30:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Aug 2005 23:30:42 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 15 01:30:40 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E4RvN-00080T-5z for ged-emacs-devel@m.gmane.org; Mon, 15 Aug 2005 01:29:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E4Ryi-0005cg-46 for ged-emacs-devel@m.gmane.org; Sun, 14 Aug 2005 19:33:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E4Ru8-00044O-Ir for emacs-devel@gnu.org; Sun, 14 Aug 2005 19:28:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E4Rty-000408-Qi for emacs-devel@gnu.org; Sun, 14 Aug 2005 19:28:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E4Rty-0003k0-3R for emacs-devel@gnu.org; Sun, 14 Aug 2005 19:28:26 -0400 Original-Received: from [207.245.121.138] (helo=mail.agora-net.com) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_ARCFOUR_SHA:16) (Exim 4.34) id 1E4Rk1-0002JN-Tm for emacs-devel@gnu.org; Sun, 14 Aug 2005 19:18:10 -0400 Original-Received: from ttn by mail.agora-net.com with local (Exim 4.34) id 1E4RUs-00080J-TW; Sun, 14 Aug 2005 19:02:30 -0400 Original-To: Luc Teirlinck In-Reply-To: <200508141830.j7EIU4L13793@raven.dms.auburn.edu> Original-Lines: 14 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:42053 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:42053 Luc Teirlinck writes: > Can you tell how to reproduce the bugs these changes are supposed to fix: dired.el, info.el, (and i just noticed) mail/rmail.el fail to load because the variable `desktop-buffer-mode-handlers' is not defined. the scenario occurs when one doesn't load desktop.el ever. > In general, use of eval-after-load should be avoided. what is a better way to avoid the error thrown by `add-to-list' (in this specific case), then? thi