From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: [Fwd: Location of .emacs file under `su` and `su -`?] Date: Tue, 22 Aug 2006 14:44:54 -0400 Message-ID: <877j10d2zd.fsf@stupidchicken.com> References: <44EAF4A8.9030708@student.lu.se> <874pw4u7dj.fsf@furball.mit.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1156272258 21805 80.91.229.2 (22 Aug 2006 18:44:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Aug 2006 18:44:18 +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 Tue Aug 22 20:44:15 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GFbEF-0003B8-Ih for ged-emacs-devel@m.gmane.org; Tue, 22 Aug 2006 20:44:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GFbEE-0002Vq-NQ for ged-emacs-devel@m.gmane.org; Tue, 22 Aug 2006 14:43:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GFbE0-0002Rt-U1 for emacs-devel@gnu.org; Tue, 22 Aug 2006 14:43:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GFbDz-0002P2-5C for emacs-devel@gnu.org; Tue, 22 Aug 2006 14:43:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GFbDy-0002On-Tw for emacs-devel@gnu.org; Tue, 22 Aug 2006 14:43:43 -0400 Original-Received: from [18.19.1.138] (helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GFbLa-000218-Uu; Tue, 22 Aug 2006 14:51:35 -0400 Original-Received: by cyd (Postfix, from userid 1000) id 77A284E8B9; Tue, 22 Aug 2006 14:44:54 -0400 (EDT) Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Tue, 22 Aug 2006 14:17:09 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (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: , 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:58738 Archived-At: Richard Stallman writes: > ((eq system-type 'vax-vms) > "sys$login:.emacs") > (t > ! "~/.emacs")))) > > Don't install that change! > It would break the feature that emacs runs your > own init file (not root's init file) if you have su'd. > > It would also break -u. Yeah, it was ill-conceived. What should we do? Would it suffice to update the Emacs manual to say that the init file is looked for in the home directory of $USER instead of $HOME?