From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: henry atting Newsgroups: gmane.emacs.help Subject: evil mode issue Date: Sat, 14 Feb 2015 14:39:01 +0100 Organization: A noiseless patient Spider Message-ID: <87twyoipe2.fsf@posteo.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1423925103 30411 80.91.229.3 (14 Feb 2015 14:45:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 14 Feb 2015 14:45:03 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 14 15:45:03 2015 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 1YMdxt-0002hz-Oi for geh-help-gnu-emacs@m.gmane.org; Sat, 14 Feb 2015 15:45:01 +0100 Original-Received: from localhost ([::1]:60067 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMdxt-0008Da-7B for geh-help-gnu-emacs@m.gmane.org; Sat, 14 Feb 2015 09:45:01 -0500 Original-Path: usenet.stanford.edu!news.glorb.com!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Injection-Info: mx02.eternal-september.org; posting-host="9b5c04e0421d4cf6c96db18611a2070e"; logging-data="17378"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX198wYml0f3b7Zth08+MLgZN" Cancel-Lock: sha1:OalhJbiUkD39cRIgywRPcwABB9k= sha1:2QwBHBRtC/cEbptftOrzKp43mgc= Original-Xref: usenet.stanford.edu gnu.emacs.help:210438 X-Mailman-Approved-At: Sat, 14 Feb 2015 09:44:50 -0500 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:102716 Archived-At: Text/*.tex files I edit in evil mode. To invoke evil mode I have something like this on top of these files: %;;-*- mode: LaTeX; mode: evil -* I avoid (evil-mode 1) in ~/.emacs But after I have opened one of the evil mode files every buffer from then on is in evil mode. How can I suppress this? henry