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: files.el: Patch to make project-settings optional/customizable Date: Mon, 24 Nov 2008 00:35:35 -0500 Message-ID: <87hc5x1yag.fsf@cyd.mit.edu> References: <5f0ff9220811130629t505badf9kb1bcc380df89a08f@mail.gmail.com> <87prkz4kgh.fsf@cyd.mit.edu> <200811131728.mADHSH2M010654@mothra.ics.uci.edu> <871vxflbxb.fsf@cyd.mit.edu> <200811131848.mADImPMQ011099@mothra.ics.uci.edu> <200811181636.mAIGa9Lx000571@mothra.ics.uci.edu> <87prks6693.fsf@jurta.org> <87iqqjcp3j.fsf@jurta.org> <87zljrh93w.fsf@jurta.org> <200811221940.mAMJeMpj020419@mothra.ics.uci.edu> <87ej13h73g.fsf@jurta.org> <200811222020.mAMKKBcY020496@mothra.ics.uci.edu> <87zljrm7yh.fsf@catnip.gol.com> <200811230810.mAN8A6fp022636@mothra.ics.uci.edu> <87ljvayb18.fsf@jurta.org> <200811240306.mAO36nfl025031@mothra.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1227505073 7546 80.91.229.12 (24 Nov 2008 05:37:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Nov 2008 05:37:53 +0000 (UTC) Cc: Juri Linkov , Tom Tromey , emacs-devel@gnu.org, "T.V. Raman" To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 24 06:38:54 2008 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 1L4U9s-00038B-LT for ged-emacs-devel@m.gmane.org; Mon, 24 Nov 2008 06:38:52 +0100 Original-Received: from localhost ([127.0.0.1]:46442 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4U8j-0006PZ-0K for ged-emacs-devel@m.gmane.org; Mon, 24 Nov 2008 00:37:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L4U7e-0005lW-T0 for emacs-devel@gnu.org; Mon, 24 Nov 2008 00:36:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L4U7d-0005kZ-55 for emacs-devel@gnu.org; Mon, 24 Nov 2008 00:36:34 -0500 Original-Received: from [199.232.76.173] (port=55673 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4U7d-0005kL-0R for emacs-devel@gnu.org; Mon, 24 Nov 2008 00:36:33 -0500 Original-Received: from cyd.mit.edu ([18.115.2.24]:42894) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L4U6P-0001R4-8J for emacs-devel@gnu.org; Mon, 24 Nov 2008 00:35:17 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 03AEE57E04B; Mon, 24 Nov 2008 00:35:36 -0500 (EST) In-Reply-To: <200811240306.mAO36nfl025031@mothra.ics.uci.edu> (Dan Nicolaescu's message of "Sun, 23 Nov 2008 19:06:49 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:106063 Archived-At: Dan Nicolaescu writes: > the pure size increases by 28 bytes, and the data size of emacs by 8K > (might have hit a page boundary condition). > > As shown by the actual code, it is more lines of code, so it is not > simplifying anything. But it does make it easy to break the feature. > > So please revert that change. Please drop this.