From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tim X Newsgroups: gmane.emacs.help Subject: Re: about showing all characters including non-printable, control etc Date: Tue, 06 Oct 2009 17:43:14 +1100 Organization: Rapt Technologies Message-ID: <87bpklrpj1.fsf@lion.rapttech.com.au> References: <82eipkw9pd.fsf@alum.mit.edu> <87y6nrvq78.fsf@galatea.local> <87ws3bwzy2.fsf@newsguy.com> <4AC81E68.2080307@pobox.com> <87y6nqogez.fsf@lion.rapttech.com.au> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1254814859 24743 80.91.229.12 (6 Oct 2009 07:40:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Oct 2009 07:40:59 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 06 09:40: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 1Mv4fB-00077G-Vb for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Oct 2009 09:40:50 +0200 Original-Received: from localhost ([127.0.0.1]:58237 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mv4fB-0003Fm-GX for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Oct 2009 03:40:49 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!news.glorb.com!news2.glorb.com!news.glorb.com!news.astraweb.com!border2.newsrouter.astraweb.com!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:wroBmwLd7EQBfq9r0yoLa59f2G0= Original-Lines: 100 Original-NNTP-Posting-Host: b0686b7e.news.astraweb.com Original-X-Trace: DXC=E` 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:68694 Archived-At: Harry Putnam writes: > Tim X writes: > >>> What would be really useful would be to set things up so that after >>> pressing M-x vi-list The first scroll kind of motion would >>> automatically call vi-nolist. >>> >>> That's pretty much how it works in vim.. I don't know the mechanics but >>> if you press :l The current line is shown but soon as you move it >>> goes off. nice. >>> >>> >> For emacs 23 > > If that is a question... I'm not sure what its about. If you are > asking if I'm running emacs-23... then yes. > Actually, not sure what happened, but I /thought/ I'd also included the doc string for ,----[ C-h f whitespace-toggle-options RET ] | whitespace-toggle-options is an interactive autoloaded Lisp function in | `whitespace.el'. | | (whitespace-toggle-options ARG) | | Toggle local `whitespace-mode' options. | | If local whitespace-mode is off, toggle the option given by ARG | and turn on local whitespace-mode. | | If local whitespace-mode is on, toggle the option given by ARG | and restart local whitespace-mode. | | Interactively, it reads one of the following chars: | | CHAR MEANING | (VIA FACES) | t toggle TAB visualization | s toggle SPACE and HARD SPACE visualization | r toggle trailing blanks visualization | l toggle "long lines" visualization | L toggle "long lines" tail visualization | n toggle NEWLINE visualization | e toggle empty line at bob and/or eob visualization | C-i toggle indentation SPACEs visualization (via `indent-tabs-mode') | I toggle indentation SPACEs visualization | i toggle indentation TABs visualization | C-a toggle SPACEs after TAB visualization (via `indent-tabs-mode') | A toggle SPACEs after TAB: SPACEs visualization | a toggle SPACEs after TAB: TABs visualization | C-b toggle SPACEs before TAB visualization (via `indent-tabs-mode') | B toggle SPACEs before TAB: SPACEs visualization | b toggle SPACEs before TAB: TABs visualization | | (VIA DISPLAY TABLE) | T toggle TAB visualization | S toggle SPACEs before TAB visualization | N toggle NEWLINE visualization | | x restore `whitespace-style' value | ? display brief help | | Non-interactively, ARG should be a symbol or a list of symbols. | The valid symbols are: | | tabs toggle TAB visualization | spaces toggle SPACE and HARD SPACE visualization | trailing toggle trailing blanks visualization | lines toggle "long lines" visualization | lines-tail toggle "long lines" tail visualization | newline toggle NEWLINE visualization | empty toggle empty line at bob and/or eob visualization | indentation toggle indentation SPACEs visualization | indentation::tab toggle indentation SPACEs visualization | indentation::space toggle indentation TABs visualization | space-after-tab toggle SPACEs after TAB visualization | space-after-tab::tab toggle SPACEs after TAB: SPACEs visualization | space-after-tab::space toggle SPACEs after TAB: TABs visualization | space-before-tab toggle SPACEs before TAB visualization | space-before-tab::tab toggle SPACEs before TAB: SPACEs visualization | space-before-tab::space toggle SPACEs before TAB: TABs visualization | | tab-mark toggle TAB visualization | space-mark toggle SPACEs before TAB visualization | newline-mark toggle NEWLINE visualization | | whitespace-style restore `whitespace-style' value | | Only useful with a windowing system. | | See `whitespace-style' and `indent-tabs-mode' for documentation. `---- > > > -- tcross (at) rapttech dot com dot au