From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rich E Newsgroups: gmane.emacs.help Subject: Re: highlight spaces Date: Mon, 15 Jun 2009 00:17:15 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=00504502e3b4d43395046c564d5f X-Trace: ger.gmane.org 1245017872 30039 80.91.229.12 (14 Jun 2009 22:17:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 14 Jun 2009 22:17:52 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Sivaram Neelakantan Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 15 00:17:50 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 1MFy1J-0001WH-HU for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Jun 2009 00:17:45 +0200 Original-Received: from localhost ([127.0.0.1]:48074 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MFy1I-0007aD-PU for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Jun 2009 18:17:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MFy0v-0007a8-Do for help-gnu-emacs@gnu.org; Sun, 14 Jun 2009 18:17:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MFy0r-0007Zl-2K for help-gnu-emacs@gnu.org; Sun, 14 Jun 2009 18:17:21 -0400 Original-Received: from [199.232.76.173] (port=42533 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MFy0q-0007Zi-SX for help-gnu-emacs@gnu.org; Sun, 14 Jun 2009 18:17:16 -0400 Original-Received: from mail-bw0-f227.google.com ([209.85.218.227]:44230) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MFy0q-0005w9-I1 for help-gnu-emacs@gnu.org; Sun, 14 Jun 2009 18:17:16 -0400 Original-Received: by bwz27 with SMTP id 27so803072bwz.42 for ; Sun, 14 Jun 2009 15:17:15 -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; bh=hxeQSPxlosIOEt7+VDWtctSaX9+77Js4gux0YrMMVsQ=; b=mKRbD+uwn+WmK/IkWySFm5o2souTs6iB0VuBxIjlnF+n5SLkaumAQ8NwhQKSh/P+/J /oX0Jd8RA+WUPmhDyDJmUapSpkV4QwbdOF4M14w+nP3Pt644JhezS8Xz1jiBdQnH1CL2 y32HGjU/5pf606PShnoUqNCwBKmEtiPKmnh3c= 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; b=uGts0fqw7KL1RWxkq+MRItoPkw+8kSxmD+gLzX/5czg6mlIZntNOV/Q4WEcFeLICat Fbw3J5oy2RFA60dAEkjeikVVGVBlxSZuf5h7hoEKcf+RniqxNgywqbbqArQZ/ZqUzjc7 Cxk/MeF/uNk6qXOlDgmcpLMz6xbvQeFS+Syxg= Original-Received: by 10.204.60.148 with SMTP id p20mr6311347bkh.160.1245017835582; Sun, 14 Jun 2009 15:17:15 -0700 (PDT) In-Reply-To: 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:65290 Archived-At: --00504502e3b4d43395046c564d5f Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hmm... next time it happens I guess. C-h l is useful if you know what the command is called. It looks like it is whitespace-something, but i don't see a whitespace-mode. It was more a nice key combo to know, when I want to check identations in code such as python. On Sun, Jun 14, 2009 at 8:27 PM, Sivaram Neelakantan wrote: > Rich E writes: > > > Hi, > > > > I just accidentally hit some key combination that highlighted all the > spaces > > on the left hand side. This is really useful, but I don't know how I did > it > > :) Anyone know? > > > > thanks, > > Rich > > Try M-x view-lossage to see the last few key presses. > > sivaram > -- > > > > --00504502e3b4d43395046c564d5f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hmm... next time it happens I guess.

C-h l is useful if you know wha= t the command is called.=A0 It looks like it is whitespace-something, but i= don't see a whitespace-mode.

It was more a nice key combo to k= now, when I want to check identations in code such as python.

On Sun, Jun 14, 2009 at 8:27 PM, Sivaram Nee= lakantan <nsivaram.net= @gmail.com> wrote:
Rich E <reakin= ator@gmail.com> writes:

> Hi,
>
> I just accidentally hit some key combination that highlighted all the = spaces
> on the left hand side. =A0This is really useful, but I don't know = how I did it
> :) =A0Anyone know?
>
> thanks,
> Rich

Try M-x view-lossage to see the last few key presses.

=A0sivaram
=A0--




--00504502e3b4d43395046c564d5f--