From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: default-FOO variables Date: Tue, 06 Oct 2009 09:28:24 -0400 Message-ID: References: <83ljjqnj81.fsf@gnu.org> <83iqeundte.fsf@gnu.org> <831vlgons1.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1254836412 30715 80.91.229.12 (6 Oct 2009 13:40:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Oct 2009 13:40:12 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 06 15:40:02 2009 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 1MvAGn-0008PA-B5 for ged-emacs-devel@m.gmane.org; Tue, 06 Oct 2009 15:40:01 +0200 Original-Received: from localhost ([127.0.0.1]:40961 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvAGm-0001dL-S3 for ged-emacs-devel@m.gmane.org; Tue, 06 Oct 2009 09:40:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MvA64-0003eG-3G for emacs-devel@gnu.org; Tue, 06 Oct 2009 09:28:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MvA5v-0003Y8-GA for emacs-devel@gnu.org; Tue, 06 Oct 2009 09:28:52 -0400 Original-Received: from [199.232.76.173] (port=39156 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvA5v-0003Xx-BS for emacs-devel@gnu.org; Tue, 06 Oct 2009 09:28:47 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:43631 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MvA5s-0003Qe-7l; Tue, 06 Oct 2009 09:28:44 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEAHPjykrO+KK+/2dsb2JhbACBUNIGhCoEhy8 X-IronPort-AV: E=Sophos;i="4.44,513,1249272000"; d="scan'208";a="47164024" Original-Received: from 206-248-162-190.dsl.teksavvy.com (HELO ceviche.home) ([206.248.162.190]) by ironport2-out.pppoe.ca with ESMTP; 06 Oct 2009 09:28:25 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id D2E06B4190; Tue, 6 Oct 2009 09:28:24 -0400 (EDT) In-Reply-To: <831vlgons1.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 06 Oct 2009 11:49:18 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (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:115923 Archived-At: > And what about the lines such as this: > buffer_defaults.overwrite_mode = Qnil; > Should we skip these as well? No. These are important because they set the (default-value 'foo). Stefan