emacs_making_whitespace_visibile

This is part of The Pile, a partial archive of some open source mailing lists and newsgroups.



Date: Wed, 28 Feb 2001 17:28:46 -0500
Subject: Re: how to view whitespace (newbie)
From: David Masterson <dmasters@rational.com>

>>>>> "Syver" == Syver Enstad <syver@NOSPAMcyberwatcher.com> writes:

> What is the command to view whitespace in an Emacs buffer? What I
> mean is an option to view tabs, spaces and returns like any decent
> editor has.

How do you mean "view" them?  Simple answer is to move your cursor to
a character (including whitespace characters) and hit "C-x="
(what-cursor-position) and Emacs will tell you what the character is
(including in ASCII).  More complex answer is to install Vinicius Jose
Latorre's `blank-mode' and/or `ascii' which can be found at:

        http://www.cpqd.com.br/~vinicius/emacs/Emacs.html

-- 
David Masterson          (dmasters@rational.com)
Rational Software        (but I don't speak for them)


Path: nntp.stanford.edu!newsfeed.stanford.edu!newsfeed.mesh.ad.jp!sjc-peer.news.verio.net!news.verio.net!sea-read.news.verio.net.POSTED!not-for-mail
Message-ID: <3A9D9B6D.91F8A19@wrq.com>
From: Michael Slass <mikesl@wrq.com>
X-Mailer: Mozilla 4.7 [en] (WinNT; U)
X-Accept-Language: en
MIME-Version: 1.0
Newsgroups: comp.emacs
Subject: Re: how to view whitespace (newbie)
References: <97jr3u$fhn$1@troll.powertech.no> <u7l2asawv.fsf@mail.rational.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 26
Date: Thu, 01 Mar 2001 00:44:31 GMT
NNTP-Posting-Host: 150.215.90.100
X-Complaints-To: abuse@verio.net
X-Trace: sea-read.news.verio.net 983407471 150.215.90.100 (Thu, 01 Mar 2001 00:44:31 GMT)
NNTP-Posting-Date: Thu, 01 Mar 2001 00:44:31 GMT
Organization: Verio
Xref: nntp.stanford.edu comp.emacs:55661

Try ascii-display.el, available from Colin Walters at

http://www.cis.ohio-state.edu/~walters

-Mike


David Masterson wrote:
> 
> >>>>> "Syver" == Syver Enstad <syver@NOSPAMcyberwatcher.com> writes:
> 
> > What is the command to view whitespace in an Emacs buffer? What I
> > mean is an option to view tabs, spaces and returns like any decent
> > editor has.
> 
> How do you mean "view" them?  Simple answer is to move your cursor to
> a character (including whitespace characters) and hit "C-x="
> (what-cursor-position) and Emacs will tell you what the character is
> (including in ASCII).  More complex answer is to install Vinicius Jose
> Latorre's `blank-mode' and/or `ascii' which can be found at:
> 
>         http://www.cpqd.com.br/~vinicius/emacs/Emacs.html
> 
> --
> David Masterson          (dmasters@rational.com)
> Rational Software        (but I don't speak for them)

Path: nntp.stanford.edu!newsfeed.stanford.edu!newsfeed.mesh.ad.jp!sjc-peer.news.verio.net!news.verio.net!sea-read.news.verio.net.POSTED!not-for-mail
Message-ID: <3A9DA15B.42D6188E@wrq.com>
From: Michael Slass <mikesl@wrq.com>
X-Mailer: Mozilla 4.7 [en] (WinNT; U)
X-Accept-Language: en
MIME-Version: 1.0
Newsgroups: comp.emacs
Subject: Re: how to view whitespace (newbie)
References: <97jr3u$fhn$1@troll.powertech.no> <u7l2asawv.fsf@mail.rational.com> <3A9D9B6D.91F8A19@wrq.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 32
Date: Thu, 01 Mar 2001 01:09:50 GMT
NNTP-Posting-Host: 150.215.90.100
X-Complaints-To: abuse@verio.net
X-Trace: sea-read.news.verio.net 983408990 150.215.90.100 (Thu, 01 Mar 2001 01:09:50 GMT)
NNTP-Posting-Date: Thu, 01 Mar 2001 01:09:50 GMT
Organization: Verio
Xref: nntp.stanford.edu comp.emacs:55662

Hm.. seems to be missing from there.
I'd  be glad to send you a copy if you'd like.

-Mike

Michael Slass wrote:
> 
> Try ascii-display.el, available from Colin Walters at
> 
> http://www.cis.ohio-state.edu/~walters
> 
> -Mike
> 
> David Masterson wrote:
> >
> > >>>>> "Syver" == Syver Enstad <syver@NOSPAMcyberwatcher.com> writes:
> >
> > > What is the command to view whitespace in an Emacs buffer? What I
> > > mean is an option to view tabs, spaces and returns like any decent
> > > editor has.
> >
> > How do you mean "view" them?  Simple answer is to move your cursor to
> > a character (including whitespace characters) and hit "C-x="
> > (what-cursor-position) and Emacs will tell you what the character is
> > (including in ASCII).  More complex answer is to install Vinicius Jose
> > Latorre's `blank-mode' and/or `ascii' which can be found at:
> >
> >         http://www.cpqd.com.br/~vinicius/emacs/Emacs.html
> >
> > --
> > David Masterson          (dmasters@rational.com)
> > Rational Software        (but I don't speak for them)

Path: nntp.stanford.edu!newsfeed.stanford.edu!news.ems.psu.edu!news.cis.ohio-state.edu!192.168.5.1!nobody
From: Colin Walters <walters+n@cis.ohio-state.edu>
Newsgroups: comp.emacs
Subject: Re: how to view whitespace (newbie)
Date: 28 Feb 2001 20:16:30 -0500
Organization: Church of Emacs, Missionary Dept.
Lines: 8

===






From: "Syver Enstad" <syver@NOSPAMcyberwatcher.com>
Subject: Re: how to view whitespace (newbie)
Date: Fri, 2 Mar 2001 12:47:47 +0100

Excellent, that was exactly what I wanted. A real boon when you're having
strange syntax errors in
a python script (python is whitespace sensitive).

"Colin Walters" <walters+n@cis.ohio-state.edu> wrote in message
news:873dcyl24x.church.of.emacs@meta.verbum.org...
> Michael Slass <mikesl@wrq.com> writes:
>
> > Hm.. seems to be missing from there.
> > I'd  be glad to send you a copy if you'd like.
>
> Ah, I didn't think anyone else actually used it :)
>
> I'll put it back up.



Path: nntp.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!howland.erols.net!panix!news.panix.com!not-for-mail
From: bingalls@panix.com (Bruce Ingalls)
Newsgroups: comp.emacs
Subject: Re: how to view whitespace (newbie)
Date: 02 Mar 2001 20:21:31 -0500
Organization: PANIX Public Access Internet and UNIX, NYC
Lines: 26

===









the rest of The Pile (a partial mailing list archive)

doom@kzsu.stanford.edu