From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hongxu Chen Newsgroups: gmane.emacs.help Subject: Can I turn on some minor mode on specific files? Date: Sun, 26 May 2013 09:20:04 +0800 Message-ID: <878v32ilkr.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1369531240 24048 80.91.229.3 (26 May 2013 01:20:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 May 2013 01:20:40 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun May 26 03:20:40 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UgPdX-0004iz-Kx for geh-help-gnu-emacs@m.gmane.org; Sun, 26 May 2013 03:20:39 +0200 Original-Received: from localhost ([::1]:51161 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgPdX-00053e-3z for geh-help-gnu-emacs@m.gmane.org; Sat, 25 May 2013 21:20:39 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:57174) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgPdB-0004pt-U0 for help-gnu-emacs@gnu.org; Sat, 25 May 2013 21:20:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UgPd5-0002IS-JA for help-gnu-emacs@gnu.org; Sat, 25 May 2013 21:20:17 -0400 Original-Received: from mail-pd0-f172.google.com ([209.85.192.172]:43125) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgPd5-0002IN-Cs for help-gnu-emacs@gnu.org; Sat, 25 May 2013 21:20:11 -0400 Original-Received: by mail-pd0-f172.google.com with SMTP id 10so5438234pdi.3 for ; Sat, 25 May 2013 18:20:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type; bh=zCjez6fxc4wQMU2AqTSrY3HVaAXaXirx0r5yUEmt430=; b=MpjnORxatk4IFMMz5xJmHa4kwpMS49ov33N9lp8I4mAFMN27yagtLUy0Ok8PzpO13O 8xLpiGD6alPnuX/5BeG6LbHqBlf1yT5BYUDNk9rsPoUVuxVyY68sxhTycgIgpTIPK5W9 oLglunsdoBWtIS3YuE4iDjU2KTNBFc8JaM+Im35b4U+ifc7MBacIWPqKRxG47ZB8Llqr sKzS2uLh/nAU18qJ+9fg9C2gVFXHmhhdRhHK+EoxqUQMd8NpHxYRXViXuyrNWGX6Oxtp JmgyZH4PYtNvCnsZpXXP6SuusEZZBpOK8wLJ+uJhZhXcD+IZ6JD43jjTcCtrH566uqX0 fm2w== X-Received: by 10.66.149.5 with SMTP id tw5mr24396535pab.87.1369531210216; Sat, 25 May 2013 18:20:10 -0700 (PDT) Original-Received: from hongxuchen-VM.STAP ([207.46.92.18]) by mx.google.com with ESMTPSA id bs2sm23996246pad.17.2013.05.25.18.20.08 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 25 May 2013 18:20:09 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.192.172 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:91057 Archived-At: Hi list, I sometimes do not need to spell check for all the text files, but only a few specific files on-line. So I would like the spell checker like flymake only turned on for these files. Is there a way to do so? I guess that the file-local variable might help, however I am not familiar with the `eval' syntax. Thanks in advance. Regards, Hongxu Chen