From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.devel Subject: Re: `remote-shell-program' should be customizable Date: Mon, 18 Oct 2004 23:16:49 +0100 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1098137849 31165 80.91.229.6 (18 Oct 2004 22:17:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Oct 2004 22:17:29 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 19 00:17:16 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CJfoa-00053m-00 for ; Tue, 19 Oct 2004 00:17:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CJfvt-00026I-Cd for ged-emacs-devel@m.gmane.org; Mon, 18 Oct 2004 18:24:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CJfvh-000248-EM for emacs-devel@gnu.org; Mon, 18 Oct 2004 18:24:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CJfvg-00023Y-6h for emacs-devel@gnu.org; Mon, 18 Oct 2004 18:24:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CJfvg-000237-0Y for emacs-devel@gnu.org; Mon, 18 Oct 2004 18:24:36 -0400 Original-Received: from [148.79.80.39] (helo=albion.dl.ac.uk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CJfoA-0003J5-P4; Mon, 18 Oct 2004 18:16:50 -0400 Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.35 #1 (Debian)) id 1CJfoA-0003SY-00; Mon, 18 Oct 2004 23:16:50 +0100 Original-To: rms@gnu.org User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.2 (gnu/linux) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28581 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28581 Richard Stallman writes: > * Most of this should be done at runtime, not in paths.el, which is > dumped. There's no reason that rmail-spool-directory should be the > same on the target system as the build system, for instance -- it's > rather random on systems I'm familiar with. > > That sounds like a good improvement, if it is done right, > so that any settings made by the user are not overriddem once > relevant packages are read. I'm not sure what you mean. There would just be a defvar or defcustom in the relevant file, with something similar to what's in paths.el as default.