From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "John Wiegley" Newsgroups: gmane.emacs.help Subject: Re: Disabling show-wspace for a specific mode or buffer Date: Wed, 27 Jun 2012 21:11:53 -0500 Organization: New Artisans LLC Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1340849631 5911 80.91.229.3 (28 Jun 2012 02:13:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 28 Jun 2012 02:13:51 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 28 04:13:50 2012 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 1Sk4Ev-00008H-LL for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Jun 2012 04:13:49 +0200 Original-Received: from localhost ([::1]:49485 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sk4Ev-00057s-FZ for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Jun 2012 22:13:49 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41695) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sk4DA-0003sh-9Q for help-gnu-emacs@gnu.org; Wed, 27 Jun 2012 22:12:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sk4D7-0000OK-DF for help-gnu-emacs@gnu.org; Wed, 27 Jun 2012 22:11:59 -0400 Original-Received: from mail-gg0-f169.google.com ([209.85.161.169]:35675) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sk4D7-0000NT-68 for help-gnu-emacs@gnu.org; Wed, 27 Jun 2012 22:11:57 -0400 Original-Received: by ggm4 with SMTP id 4so1746207ggm.0 for ; Wed, 27 Jun 2012 19:11:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:organization:references:mail-followup-to :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=D8JmFKsaA81MShS37Yq8HJDm0vN6AVwoKSjS9tKjTKQ=; b=ZYSnpgj7YhJTYOOfEeyuvtMT/7n6a86LBQFvvLtUN5+twIDz6UAuFizqH6ASHtnKo5 UCeaE1+Snntvs7B3HACPGWQgyb9f+06oBFnjbnbu34ZQiwQYTT4djNZV7Oe61hVGDYt2 VCqMKgV4ocpil1bsRwumgmlEV5hgMZmnpyeo3JzKUEjjKyDl0jjtOHcU+Tt1T+iX2xDq sGS/4C5o7PYySsa01sdJctQG39pR5uQMFxovH4xanUd7yNwuAr+qMATb9CCGgHsztqKl 6kYNHwHzspJAFIMT7LD4XobAyUozskdakjhaeVjTQTWAEdpyGp6Lz0uTBAnN443axdAz SxcQ== Original-Received: by 10.236.165.102 with SMTP id d66mr166821yhl.54.1340849515555; Wed, 27 Jun 2012 19:11:55 -0700 (PDT) Original-Received: from vulcan.local (c-98-215-105-167.hsd1.il.comcast.net. [98.215.105.167]) by mx.google.com with ESMTPS id a64sm151379417yhe.11.2012.06.27.19.11.54 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 27 Jun 2012 19:11:54 -0700 (PDT) Original-Received: by vulcan.local (Postfix, from userid 501) id D7846F1BF622; Wed, 27 Jun 2012 21:11:53 -0500 (CDT) Mail-Followup-To: help-gnu-emacs@gnu.org In-Reply-To: (Valera Rozuvan's message of "Wed, 27 Jun 2012 21:27:26 +0300") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1 (darwin) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.161.169 X-Mailman-Approved-At: Wed, 27 Jun 2012 22:13:30 -0400 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:85546 Archived-At: >>>>> Valera Rozuvan writes: > I am using the package show-wspace ( > http://www.emacswiki.org/emacs/show-wspace.el ) to visually show > trailing whitespace and tab characters in all my files. FWIW- M-x whitespace-mode does this exact same thing, is highly configurable, can even cleanup whitespace issues, and comes with Emacs 24. John