help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

about showing all characters including non-printable, control etc


From: Harry Putnam
Subject: about showing all characters including non-printable, control etc
Date: Sat, 03 Oct 2009 12:58:19 -0500
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux)

How can I make emacs show all the characters in a given line?

I've been using a little function that emulates vims :l cmd.
(That `:l' command in vim does show all characters in the current line)

I have two little home made defuns that do the job  sort of.
(defun vi-list ()
(defun vi-nolist ()

But that really needs to be a toggle of one function, and made to
apply to the line at point instead of the whole buffer.

Even better an existing emacs function that can be made to do this.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]