From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.help Subject: Re: Can I turn on some minor mode on specific files? Date: Sun, 26 May 2013 18:29:29 +0530 Message-ID: <87a9nhyk0e.fsf@gmail.com> References: <87r4gujzgj.fsf@kuiper.lan.informatimago.com> <87y5b2h0jm.fsf@gmail.com> <51A1AAE4.8030300@pobox.com> <87li71hqez.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1369573184 3718 80.91.229.3 (26 May 2013 12:59:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 May 2013 12:59:44 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Hongxu Chen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun May 26 14:59:42 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 1UgaY0-0002Df-NP for geh-help-gnu-emacs@m.gmane.org; Sun, 26 May 2013 14:59:40 +0200 Original-Received: from localhost ([::1]:45039 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgaY0-0002Xm-6t for geh-help-gnu-emacs@m.gmane.org; Sun, 26 May 2013 08:59:40 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgaXp-0002Xh-C7 for help-gnu-emacs@gnu.org; Sun, 26 May 2013 08:59:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UgaXo-0006SG-Fq for help-gnu-emacs@gnu.org; Sun, 26 May 2013 08:59:29 -0400 Original-Received: from mail-pd0-f178.google.com ([209.85.192.178]:38115) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgaXo-0006S4-80 for help-gnu-emacs@gnu.org; Sun, 26 May 2013 08:59:28 -0400 Original-Received: by mail-pd0-f178.google.com with SMTP id w11so2683670pde.37 for ; Sun, 26 May 2013 05:59:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=2vVFNN9kLCOtMfJShVJOW0l6Fzq9PVPXT0s9SF87t34=; b=XmaY2U2jVHIiuFhmAdaO+MO3o3SF0sPuOmGOUEuQvLXN25lEFHcrbolxIIgIRZdGu1 hXkFOVW1vSeJCyWkkWBXvsL80h0rtmt/PUkrtW+mFTyTeVBD7BBThvdvpHmksbK+TFO5 Zq+WXfb67kZSQELPl0DyktCMC//ZwtQ/r0ovGZCee9H9S+ijvMsfC5uvOhqp8O0zKQHk 7m0Hfl0Xgbdg5Qarkoxrkcujpiqdh7n8eszKZklQct7Ae2dcp5E5MNrWu3IV0lraM3Y8 XmTIiQrKwoprZKu3UArZEwDdndsrQ+cb6cpfTPWX74E+r9+GJUvXUgzsKopkuc9MmOCz ZNTg== X-Received: by 10.66.232.230 with SMTP id tr6mr26356453pac.83.1369573167291; Sun, 26 May 2013 05:59:27 -0700 (PDT) Original-Received: from debian-6.05 ([115.242.174.250]) by mx.google.com with ESMTPSA id ya4sm24350821pbb.24.2013.05.26.05.59.24 for (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Sun, 26 May 2013 05:59:26 -0700 (PDT) In-Reply-To: <87li71hqez.fsf@gmail.com> (Hongxu Chen's message of "Sun, 26 May 2013 20:33:08 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.192.178 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:91067 Archived-At: If you are on debian, try sudo apt-get install emacs23-common-non-dfsg Hongxu Chen writes: > But it complains: > > Info-find-file: Info file emacs does not exist > > I am runnning on Emacs 24.3. > > Also, Pascal's advice is NOT correct since adding `mode' in the modeline > would change the major mode rather than minor modes, and the right way > is to append the following: > > # Local Variables: > # eval: (flyspell-mode 1) > # End: > > Bernardo writes: > >>> >>> Another question, is the local variable specified should be limited to >>> be within 512 bytes exactly? I haven't found the related docs yet. >> >> M-: (info "(emacs)Specifying file variables") >> >>