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: doc-view compilation warnings Date: Tue, 23 Oct 2007 22:49:53 -0400 Message-ID: References: <87wsth6vk5.fsf@catnip.gol.com> <878x5wrgnv.fsf@baldur.tsdh.de> <87prz6yn1c.fsf@baldur.tsdh.de> <200710231430.l9NEUk8x012690@oogie-boogie.ics.uci.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1193194343 21497 80.91.229.12 (24 Oct 2007 02:52:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Oct 2007 02:52:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 24 04:52:23 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 1IkWM2-0001kl-0L for ged-emacs-devel@m.gmane.org; Wed, 24 Oct 2007 04:52:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkWLt-0003OW-Kj for ged-emacs-devel@m.gmane.org; Tue, 23 Oct 2007 22:52:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IkWJg-0001NA-Aq for emacs-devel@gnu.org; Tue, 23 Oct 2007 22:49:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IkWJe-0001Lw-DN for emacs-devel@gnu.org; Tue, 23 Oct 2007 22:49:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkWJd-0001Lq-U3 for emacs-devel@gnu.org; Tue, 23 Oct 2007 22:49:53 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IkWJd-0005zk-PK for emacs-devel@gnu.org; Tue, 23 Oct 2007 22:49:53 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IkWJd-00018b-8N; Tue, 23 Oct 2007 22:49:53 -0400 In-reply-to: <200710231430.l9NEUk8x012690@oogie-boogie.ics.uci.edu> (message from Dan Nicolaescu on Tue, 23 Oct 2007 07:30:46 -0700) X-detected-kernel: by monty-python.gnu.org: 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:81609 Archived-At: Given that you are changing auto-mode-alist alist directly, why not put all the auto-mode-alist manipulation in files.el? It's a bit confusing to see this done in 2 places. I agree -- having parts of the variable's value come from different files will be confusing for maintenance. If an installed package that wants an item in auto-mode-alist, it should go in the defvar for auto-mode-alist.