all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Edward O'Connor <hober0@gmail.com>
Subject: Re: Regular expression search
Date: Wed, 01 Nov 2006 17:23:41 -0500	[thread overview]
Message-ID: <863b927qmq.fsf@rakim.cfhp.org> (raw)
In-Reply-To: 200611011310.59710.help-gnu-emacs@vsbe.com

> (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	other threads:[~2006-11-01 22:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.7939.1160429872.9609.help-gnu-emacs@gnu.org>
2006-10-10 12:51 ` Where is clipper.el's homepage today? greg.bognar
2006-10-17  7:37 ` Mathias Dahl
2006-11-01 19:31   ` Regular expression search vb
2006-11-01 20:04     ` Kevin Rodgers
2006-11-01 21:10       ` vb
2006-11-01 22:23         ` Edward O'Connor [this message]
2006-11-01 23:08           ` vb
2006-11-02 18:49         ` Kevin Rodgers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=863b927qmq.fsf@rakim.cfhp.org \
    --to=hober0@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.