From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Enabling modes Date: Sat, 09 Sep 2017 18:12:18 +0100 Message-ID: <87wp57eqz1.fsf@robertthorpeconsulting.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1504977185 15112 195.159.176.226 (9 Sep 2017 17:13:05 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 9 Sep 2017 17:13:05 +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 Sep 09 19:13:01 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dqjJP-0003Rv-Kw for geh-help-gnu-emacs@m.gmane.org; Sat, 09 Sep 2017 19:12:55 +0200 Original-Received: from localhost ([::1]:50303 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqjJW-0007Bc-N6 for geh-help-gnu-emacs@m.gmane.org; Sat, 09 Sep 2017 13:13:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqjIz-0007AC-H4 for help-gnu-emacs@gnu.org; Sat, 09 Sep 2017 13:12:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dqjIw-0002vf-9w for help-gnu-emacs@gnu.org; Sat, 09 Sep 2017 13:12:29 -0400 Original-Received: from outbound-smtp08.blacknight.com ([46.22.139.13]:56275) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dqjIw-0002kF-45 for help-gnu-emacs@gnu.org; Sat, 09 Sep 2017 13:12:26 -0400 Original-Received: from mail.blacknight.com (pemlinmail01.blacknight.ie [81.17.254.10]) by outbound-smtp08.blacknight.com (Postfix) with ESMTPS id AE0531C2204 for ; Sat, 9 Sep 2017 18:12:20 +0100 (IST) Original-Received: (qmail 19587 invoked from network); 9 Sep 2017 17:12:20 -0000 Original-Received: from unknown (HELO RTLaptop) (rt@robertthorpeconsulting.com@[51.37.105.27]) by 81.17.254.9 with ESMTPSA (AES128-SHA encrypted, authenticated); 9 Sep 2017 17:12:20 -0000 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 46.22.139.13 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:114211 Archived-At: I use global-visual-line mode. I've found a problem with it for one file type that I use (tab-separated values). So, what I want to do is set visual-line-mode in all buffers except those particular ones. Usually modes are set up the other way around, by including things. Mode X is triggered for languages Y and Z, for example. I want it the opposite way around, I want visual-line-mode to be always enabled unless I have a tab-separated-value file. Is that possible? BR, Robert Thorpe