From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.bugs Subject: Re: bug#1122: say how to turn OFF auto-fill with local variables Date: Thu, 09 Oct 2008 08:47:59 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <867i8hswvk.fsf@lifelogs.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1223563246 10380 80.91.229.12 (9 Oct 2008 14:40:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Oct 2008 14:40:46 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Oct 09 16:41:43 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KnwhX-0005bq-Kj for geb-bug-gnu-emacs@m.gmane.org; Thu, 09 Oct 2008 16:41:15 +0200 Original-Received: from localhost ([127.0.0.1]:40928 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnwgT-0000FU-KX for geb-bug-gnu-emacs@m.gmane.org; Thu, 09 Oct 2008 10:40:09 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!multikabel.net!feed20.multikabel.net!newsfeed.freenet.de!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 19 Original-X-Trace: news.albasani.net uVUNTNfNkdiTECrA7jvsUR+8MDnYf8dtM/qAFckmHWTur2GXG3itDEN0ejUM9R8NTyqFCYLwOYj6ZQjgzbwMK8S9Yi54cN6dbfkYQNu+pbKnX//HpKexlFnZEvErPBlc Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Thu, 9 Oct 2008 13:48:00 +0000 (UTC) X-User-ID: Q4z7xaPR52DzXZVgO6POktM2xHS6/U/D8Y8eH9z0bZA= X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:YFsBLiQ/bXvABesaSCjdERvsCis= sha1:o/VXCzyuxWQQamEPx8I06rUXjME= User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) X-NNTP-Posting-Host: AWtEdtEVMjhCOuI43PJNJnvejeRA/letUxrduBgZ70Y= Original-Xref: news.stanford.edu gnu.emacs.bug:48623 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:21326 Archived-At: On Thu, 09 Oct 2008 03:19:56 +0800 jidanni@jidanni.org wrote: j> In (info "(emacs)Specifying File Variables") j> For example, you may be tempted to try to turn on Auto Fill mode with j> a local variable list. That is a mistake. The choice of Auto Fill mode j> or not is a matter of individual taste, not a matter of the contents of j> particular files. If you want to use Auto Fill, set up major mode hooks j> with your `.emacs' file to turn it on (when appropriate) for you alone j> (*note Init File::). Don't use a local variable list to impose your j> taste on everyone. j> OK, but say how to (turn it on and OFF, supposing we have it on by j> default) anyway with local variables, just in case. Tt would be nice to have something similar to Customize, but which targets local variables and edits them accordingly. Then the instructions above could be "run M-x customize-local-variable auto-fill-mode". Ted