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-rouge output with emacs -q --no-site-file Date: Sun, 06 Feb 2005 07:42:25 -0500 Message-ID: References: <00cb01c50ad3$5f978570$0200a8c0@sedrcw11488> <010101c50aed$d57b4640$0200a8c0@sedrcw11488> <004501c50b07$6690f620$0200a8c0@sedrcw11488> <200502050351.j153pLL14720@raven.dms.auburn.edu> <005601c50b62$84fa3da0$0200a8c0@sedrcw11488> <200502051451.j15EpqH06498@raven.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1107695890 31574 80.91.229.2 (6 Feb 2005 13:18:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 6 Feb 2005 13:18:10 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 06 14:18:10 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1CxmIa-0003nw-L2 for ged-emacs-devel@m.gmane.org; Sun, 06 Feb 2005 14:18:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CxmWW-0000eC-AD for ged-emacs-devel@m.gmane.org; Sun, 06 Feb 2005 08:32:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CxmSv-0007rn-Qx for emacs-devel@gnu.org; Sun, 06 Feb 2005 08:28:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CxmQs-0007J6-Tg for emacs-devel@gnu.org; Sun, 06 Feb 2005 08:26:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CxmQp-00076L-RZ for emacs-devel@gnu.org; Sun, 06 Feb 2005 08:26:32 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CxlnH-0001Ze-TP for emacs-devel@gnu.org; Sun, 06 Feb 2005 07:45:39 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Cxlk9-0000JN-AI; Sun, 06 Feb 2005 07:42:25 -0500 Original-To: Luc Teirlinck In-reply-to: <200502051451.j15EpqH06498@raven.dms.auburn.edu> (message from Luc Teirlinck on Sat, 5 Feb 2005 08:51:52 -0600 (CST)) 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:32939 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32939 I only looked at `user-mail-address'. It is in the list because Emacs sets it, outside Custom, _after_ reading the init files. The default value depends on `mail-host-address' and the user could have customized that one in .emacs, thereby changing the proper default for `user-mail-address. I guess the other two are similar, but I did not look at the details. Perhaps we could set it up so that the "standard values" of these variables are expressions that compute the proper default based on the circumstances. Would these variables work right then?