From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Seweryn Kokot Newsgroups: gmane.emacs.help Subject: risky local variables Date: Mon, 02 Oct 2006 12:09:03 +0200 Message-ID: <87lknzuj0g.fsf@poczta.po.opole.pl> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1159783853 13201 80.91.229.2 (2 Oct 2006 10:10:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 Oct 2006 10:10:53 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 02 12:10:50 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GUKkv-0006c9-NF for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Oct 2006 12:10:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GUKkv-0006mQ-7b for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Oct 2006 06:10:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GUKkj-0006m9-1n for help-gnu-emacs@gnu.org; Mon, 02 Oct 2006 06:10:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GUKkh-0006lw-4I for help-gnu-emacs@gnu.org; Mon, 02 Oct 2006 06:10:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GUKkg-0006lt-Uw for help-gnu-emacs@gnu.org; Mon, 02 Oct 2006 06:10:22 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GUKqe-0003Q2-AX for help-gnu-emacs@gnu.org; Mon, 02 Oct 2006 06:16:32 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1GUKkN-0006TB-0S for help-gnu-emacs@gnu.org; Mon, 02 Oct 2006 12:10:03 +0200 Original-Received: from aamc208.neoplus.adsl.tpnet.pl ([83.5.58.208]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Oct 2006 12:10:02 +0200 Original-Received: from skokot by aamc208.neoplus.adsl.tpnet.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Oct 2006 12:10:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 23 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: aamc208.neoplus.adsl.tpnet.pl User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:y5bXECNdpjyajwmMyoF35dCnX5U= X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37757 Archived-At: Hello, Normally my text files are visited with auto-fill mode but I need one text file that should not be auto-filled so I put in this file: %%% Local Variables: %%% mode: text %%% auto-fill-function: nil %%% End: but when I open this file I get the following information: The local variables list in file.txt contains variables that are risky (**). Do you want to apply it? You can type y -- to apply the local variables list n -- to ignore the local variables list It is a bit irritating to type y all the time. How to get rid of this question? Regards