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: .emacs-settings.el Date: Thu, 06 Sep 2007 14:10:41 -0600 Message-ID: References: <60282.128.165.123.18.1189002441.squirrel@webmail.lanl.gov> <87k5r350o5.fsf@jurta.org> 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 1189110731 22779 80.91.229.12 (6 Sep 2007 20:32:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 6 Sep 2007 20:32:11 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 06 22:32:11 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 1ITO1H-0003eL-Lr for ged-emacs-devel@m.gmane.org; Thu, 06 Sep 2007 22:32:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITO1F-0003Nl-C4 for ged-emacs-devel@m.gmane.org; Thu, 06 Sep 2007 16:32:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ITO11-000378-PT for emacs-devel@gnu.org; Thu, 06 Sep 2007 16:31:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ITO10-00033e-5I for emacs-devel@gnu.org; Thu, 06 Sep 2007 16:31:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITO0z-00032v-Sq for emacs-devel@gnu.org; Thu, 06 Sep 2007 16:31:49 -0400 Original-Received: from mx1.redhat.com ([66.187.233.31]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ITO0z-0008Eu-3d for emacs-devel@gnu.org; Thu, 06 Sep 2007 16:31:49 -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 l86KVlxV025133; Thu, 6 Sep 2007 16:31:47 -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 l86KVlVC023448; Thu, 6 Sep 2007 16:31:47 -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 l86KVjVB030239; Thu, 6 Sep 2007 16:31:46 -0400 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id B5DF2378AF3; Thu, 6 Sep 2007 14:10:41 -0600 (MDT) X-Attribution: Tom In-Reply-To: (Ted Zlatanov's message of "Thu\, 06 Sep 2007 10\:36\:01 -0500") 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:78027 Archived-At: >>>>> "Ted" == Ted Zlatanov writes: 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? I don't mind the latter, though I imagine I would consider it noise. I'd rather not do the former. But if I must, I may need help here. Offhand I don't know how I'd implement it. Tom