From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Emilio Lopes Newsgroups: gmane.emacs.devel Subject: Re: Warning about `user-emacs-directory' Date: Mon, 8 Aug 2005 13:14:08 +0000 (UTC) Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1123508607 24148 80.91.229.2 (8 Aug 2005 13:43:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Aug 2005 13:43:27 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 08 15:43:25 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E27sb-0001R3-BP for ged-emacs-devel@m.gmane.org; Mon, 08 Aug 2005 15:41:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E27vb-0005jA-T6 for ged-emacs-devel@m.gmane.org; Mon, 08 Aug 2005 09:44:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E27sK-0004hR-3b for emacs-devel@gnu.org; Mon, 08 Aug 2005 09:41:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E27sB-0004d9-N8 for emacs-devel@gnu.org; Mon, 08 Aug 2005 09:41:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E27sB-0004NQ-A6 for emacs-devel@gnu.org; Mon, 08 Aug 2005 09:40:59 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1E27iZ-0006Wk-Vh for emacs-devel@gnu.org; Mon, 08 Aug 2005 09:31:04 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1E27TG-0005ox-Ib for emacs-devel@gnu.org; Mon, 08 Aug 2005 15:15:20 +0200 Original-Received: from vproxy01.bmwgroup.com ([192.109.190.88]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Aug 2005 15:15:14 +0200 Original-Received: from eclig by vproxy01.bmwgroup.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Aug 2005 15:15:14 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 12 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 192.109.190.88 (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6) 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:41707 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41707 Juanma Barranquero gmail.com> writes: > > Compiling cmuscheme.el warns about a non-existent > `user-emacs-directory'. Was the change shown in patch below the > intended effect, or is a non-GNU Emacs variable? > My error. I'll send a patch to fix this later today when I'm home. -ECL