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: no such var: user-emacs-directory Date: 08 Aug 2005 07:44:42 -0400 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1123503344 6217 80.91.229.2 (8 Aug 2005 12:15:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Aug 2005 12:15:44 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 08 14:15:35 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E26W5-0005SC-VD for ged-emacs-devel@m.gmane.org; Mon, 08 Aug 2005 14:14:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E26Z6-0005hM-9C for ged-emacs-devel@m.gmane.org; Mon, 08 Aug 2005 08:17:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E26QP-0007Oz-2N for emacs-devel@gnu.org; Mon, 08 Aug 2005 08:08:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E26QM-0007Kv-MF for emacs-devel@gnu.org; Mon, 08 Aug 2005 08:08:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E26KO-0004bq-1V for emacs-devel@gnu.org; Mon, 08 Aug 2005 08:02:00 -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 1E26HK-0007eF-Nx for emacs-devel@gnu.org; Mon, 08 Aug 2005 07:58:50 -0400 Original-Received: from ttn by mail.agora-net.com with local (Exim 4.34) id 1E263e-0005nK-BY for emacs-devel@gnu.org; Mon, 08 Aug 2005 07:44:42 -0400 Original-To: emacs-devel@gnu.org Original-Lines: 11 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:41695 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41695 `scheme-start-file' in cmuscheme.el now references `user-emacs-directory' but that variable is never defined anywhere. the NEWS blurb mentions it, although the docstring says "~/.emacs.d". if the fix is to define `user-emacs-directory', probably many places that hardcode "~/.emacs.d" could benefit from using the new variable. but that's more work than simply hardcoding it in cmuscheme.el as well (and updating NEWS), so i propose to do the latter unless there are objections. thi