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: Should `auto-fill-function' be a safe local variable? Date: Wed, 01 Apr 2009 21:56:58 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1238637439 9323 80.91.229.12 (2 Apr 2009 01:57:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Apr 2009 01:57:19 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 02 03:58:37 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 1LpCCT-0007Yr-An for ged-emacs-devel@m.gmane.org; Thu, 02 Apr 2009 03:58:37 +0200 Original-Received: from localhost ([127.0.0.1]:58120 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LpCB5-00053L-S7 for ged-emacs-devel@m.gmane.org; Wed, 01 Apr 2009 21:57:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LpCB2-00053G-79 for emacs-devel@gnu.org; Wed, 01 Apr 2009 21:57:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LpCAw-000532-Q0 for emacs-devel@gnu.org; Wed, 01 Apr 2009 21:57:06 -0400 Original-Received: from [199.232.76.173] (port=43349 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LpCAw-00052z-LP for emacs-devel@gnu.org; Wed, 01 Apr 2009 21:57:02 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:46405 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LpCAv-0007aB-2R; Wed, 01 Apr 2009 21:57:01 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApwEAPW300nO+Lq2/2dsb2JhbACBUs0Gg30GhH8 X-IronPort-AV: E=Sophos;i="4.39,309,1235970000"; d="scan'208";a="36074465" Original-Received: from 206-248-186-182.dsl.teksavvy.com (HELO pastel.home) ([206.248.186.182]) by ironport2-out.teksavvy.com with ESMTP; 01 Apr 2009 21:56:59 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id A50098446; Wed, 1 Apr 2009 21:56:58 -0400 (EDT) In-Reply-To: (Leo's message of "Tue, 31 Mar 2009 17:22:53 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (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:109981 Archived-At: > Our discussion a long while ago seems to converge to making nil safe for > auto-fill-function. I have been using > (put 'auto-fill-function 'safe-local-variable 'null) > in my .emacs, which enables users to disable auto-fill on a per-file > basis. May it be possible to make that default in Emacs? Yes, done, thank you, and sorry for the delay, Stefan