From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: Patch for user-emacs-directory Date: Tue, 12 Jun 2007 18:02:31 -0600 Message-ID: References: <87ir9slnj6.fsf@stupidchicken.com> Reply-To: tromey@redhat.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1181694059 16539 80.91.229.12 (13 Jun 2007 00:20:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Jun 2007 00:20:59 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 13 02:20:57 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HyGbZ-0002pb-0Y for ged-emacs-devel@m.gmane.org; Wed, 13 Jun 2007 02:20:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HyGbY-0003RE-Fy for ged-emacs-devel@m.gmane.org; Tue, 12 Jun 2007 20:20:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HyGbV-0003R9-PI for emacs-devel@gnu.org; Tue, 12 Jun 2007 20:20:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HyGbT-0003Qx-E5 for emacs-devel@gnu.org; Tue, 12 Jun 2007 20:20:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HyGbT-0003Qu-9S for emacs-devel@gnu.org; Tue, 12 Jun 2007 20:20:51 -0400 Original-Received: from mx1.redhat.com ([66.187.233.31]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HyGbS-0005RO-C6; Tue, 12 Jun 2007 20:20:50 -0400 Original-Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l5D0Khpk032010; Tue, 12 Jun 2007 20:20:43 -0400 Original-Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l5D0Kg7F010738; Tue, 12 Jun 2007 20:20:43 -0400 Original-Received: from opsy.redhat.com (ton.toronto.redhat.com [172.16.14.15]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l5D0Kfq6008356; Tue, 12 Jun 2007 20:20:41 -0400 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id 786D2C88358; Tue, 12 Jun 2007 18:02:32 -0600 (MDT) X-Attribution: Tom In-Reply-To: <87ir9slnj6.fsf@stupidchicken.com> (Chong Yidong's message of "Tue\, 12 Jun 2007 20\:13\:17 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:72733 Archived-At: Chong> I've checked the patch into the trunk. I don't recall whether I sent out the version that fixed the .texi bug that RMS saw. I've appended the fix. Sorry about this. Tom Index: lispref/os.texi =================================================================== RCS file: /sources/emacs/emacs/lispref/os.texi,v retrieving revision 1.107 diff -u -r1.107 os.texi --- lispref/os.texi 13 Jun 2007 00:08:25 -0000 1.107 +++ lispref/os.texi 13 Jun 2007 00:19:42 -0000 @@ -261,6 +261,7 @@ @defvar user-emacs-directory This variable holds the name of the @file{.emacs.d} directory. It is ordinarily @file{~/.emacs.d}, but differs on some platforms. +@end defvar @node Terminal-Specific @subsection Terminal-Specific Initialization