From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: customize eshell-alias loading Date: Sun, 28 Mar 2004 21:35:14 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87fzbt7qbo.fsf@zip.com.au> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1080527813 19826 80.91.224.253 (29 Mar 2004 02:36:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 Mar 2004 02:36:53 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Mar 29 04:36:47 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B7mdr-0000CI-00 for ; Mon, 29 Mar 2004 04:36:47 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B7mdr-0002hI-00 for ; Mon, 29 Mar 2004 04:36:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B7mde-0006gv-W2 for emacs-devel@quimby.gnus.org; Sun, 28 Mar 2004 21:36:34 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B7md8-0006Rd-2b for emacs-devel@gnu.org; Sun, 28 Mar 2004 21:36:02 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B7mcV-0006D7-1Y for emacs-devel@gnu.org; Sun, 28 Mar 2004 21:35:55 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B7mcU-0006Ch-Gi for emacs-devel@gnu.org; Sun, 28 Mar 2004 21:35:22 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1B7mcM-00061Q-7c; Sun, 28 Mar 2004 21:35:14 -0500 Original-To: Kevin Ryde In-reply-to: <87fzbt7qbo.fsf@zip.com.au> (message from Kevin Ryde on Sun, 28 Mar 2004 10:44:43 +1000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21041 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21041 Should an M-x customize-group to a particular group work, without going through its parents or whatever? Perhaps the relevant variables or groups need more in their autoload lists. Yes, that should work. So this is a real bug. One fix would be to specify additional libraries to load for this particular custom group. Another would be to make em-alias require the other files it needs in order to load properly. Would you like to fix these things?