From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: .emacs-settings.el Date: Fri, 07 Sep 2007 15:53:29 -0400 Message-ID: References: <60282.128.165.123.18.1189002441.squirrel@webmail.lanl.gov> <87k5r350o5.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1189195021 8010 80.91.229.12 (7 Sep 2007 19:57:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 7 Sep 2007 19:57:01 +0000 (UTC) Cc: tzz@lifelogs.com, emacs-devel@gnu.org To: tromey@redhat.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 07 21:57:00 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 1ITjwl-0000Ad-0a for ged-emacs-devel@m.gmane.org; Fri, 07 Sep 2007 21:56:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITjwj-00054R-3C for ged-emacs-devel@m.gmane.org; Fri, 07 Sep 2007 15:56:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ITjtr-00011F-2e for emacs-devel@gnu.org; Fri, 07 Sep 2007 15:53:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ITjto-0000xY-1c for emacs-devel@gnu.org; Fri, 07 Sep 2007 15:53:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITjtn-0000wi-T3 for emacs-devel@gnu.org; Fri, 07 Sep 2007 15:53:51 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ITjtl-0008KD-Kn for emacs-devel@gnu.org; Fri, 07 Sep 2007 15:53:49 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1ITjtR-0004Yu-VM; Fri, 07 Sep 2007 15:53:29 -0400 In-reply-to: (message from Tom Tromey on Thu, 06 Sep 2007 14:10:41 -0600) 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:78189 Archived-At: Ted> Also, C-h v and customize-variable should say that project.el has Ted> overridden a variable, so the user doesn't have to wonder. There should Ted> also be a user-visible message when project.el is detected and used. Do we do these things for file-local variables? C-h v does say if the variable is buffer-local. If you think it would be useful to give more details, please implement that.