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

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

Re: Regular expression search


From: Edward O'Connor
Subject: Re: Regular expression search
Date: Wed, 01 Nov 2006 17:23:41 -0500
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.3 (berkeley-unix)

> (defun vb-first-printable ()
> (interactive)
> (beginning-of-line)
> ( if (re-search-forward "\\S-" (line-end-position) 't)
> (backward-char)
> )
> )
>

I wonder if you know about M-m?

,----[ C-h k M-m ]
| M-m runs the command back-to-indentation
|    which is an interactive compiled Lisp function in `simple'.
| (back-to-indentation)
| 
| Move point to the first non-whitespace character on this line.
`----


-- 
Edward O'Connor
hober0@gmail.com

Ense petit placidam sub libertate quietem.





reply via email to

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