From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: n179911 Newsgroups: gmane.emacs.help Subject: Re: a emacs mode to see newline, tabs, spaces Date: Thu, 13 Aug 2009 18:36:02 -0700 Message-ID: <3b9893450908131836n5642338bh4ba4505076b36e6c@mail.gmail.com> References: <3b9893450908131210p15d4d610vfaad872b973c5768@mail.gmail.com> <87bpmjle23.fsf@cuma.i-did-not-set--mail-host-address--so-tickle-me> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1250213798 27067 80.91.229.12 (14 Aug 2009 01:36:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Aug 2009 01:36:38 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: maurizio.vitale@polymath-solutions.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 14 03:36:31 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MbliW-0000Xo-6t for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Aug 2009 03:36:28 +0200 Original-Received: from localhost ([127.0.0.1]:55297 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbliV-0001a2-F8 for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Aug 2009 21:36:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MbliB-0001Zv-TM for help-gnu-emacs@gnu.org; Thu, 13 Aug 2009 21:36:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mbli7-0001Xm-Ns for help-gnu-emacs@gnu.org; Thu, 13 Aug 2009 21:36:07 -0400 Original-Received: from [199.232.76.173] (port=41427 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mbli7-0001Xj-KN for help-gnu-emacs@gnu.org; Thu, 13 Aug 2009 21:36:03 -0400 Original-Received: from mail-qy0-f183.google.com ([209.85.221.183]:50130) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mbli7-0001Pf-At for help-gnu-emacs@gnu.org; Thu, 13 Aug 2009 21:36:03 -0400 Original-Received: by qyk13 with SMTP id 13so1048229qyk.14 for ; Thu, 13 Aug 2009 18:36:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=y5TUdfJKrM3gxkXIbLHBiN3/fLim98t3DeoK2rPGysQ=; b=FFQXyo3MpxnI8mTSS9u4zzQUIUQ0GY2gduzgBqO+xie/b8ePP73usLqCql6cmH0M/e WWvo/XuMDBl6yitgEOktlDL8o2RCjLF9ug2bxgE5+27ThIyXNieWnA/CV3Q+q1+LVeuS Ihm+fO9He9gKPmdsLkpXWhO74qFbPqxabqyz0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Ov1A5x2fsAuR5DGurJfyp4Xjjg/u88PrzsHjmjqFCN8T08+r1vnqm2DKzor2Qe301b IgHdxGQ96Eb+hZ9Unr7oa0z9WNWT22H7JV9ssX3NwG3LBfqcVoYVIJQjmw+pOthDbfkC 89poHfpu4Xpno6H951BkR1T4tQSj85FdUNMFo= Original-Received: by 10.229.33.70 with SMTP id g6mr1208809qcd.75.1250213762497; Thu, 13 Aug 2009 18:36:02 -0700 (PDT) In-Reply-To: <87bpmjle23.fsf@cuma.i-did-not-set--mail-host-address--so-tickle-me> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:67135 Archived-At: Thank you. I have installed whitespace.el. And I have read 'http://www.emacswiki.org/emacs/download/whitespace.el' But is there a way to convert a section of the code (not the whole file) so that all the tab will be 4 spaces? I tried 'whitespace-cleanup-region', but that does not change anything. Thank you. On Thu, Aug 13, 2009 at 12:16 PM, Maurizio Vitale wrote: >>>>>> "n179911" =3D=3D n179911 =A0 writes: > > =A0 =A0n179911> Hi, Is there any way to put emacs in a mode which I can > =A0 =A0n179911> visualize newline, tab, space? > > whitespace.el > > -- > > > >