all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* What does (looking-at "\\>") mean?
@ 2009-01-25 15:38 Wang Lei
  2009-01-25 16:52 ` Drew Adams
  0 siblings, 1 reply; 6+ messages in thread
From: Wang Lei @ 2009-01-25 15:38 UTC (permalink / raw
  To: help-gnu-emacs

Hi, all.

I copied a piece of code like this:

(defun my-indent-or-complete ()
  (interactive)
  (if (looking-at "\\>")
      (hippie-expand nil)
    (indent-for-tab-command)))

But, I can't figure out what this "\\>" means. Could someone give me a
explanation ?

Many thanks!

-- 
Regards
Lei




^ permalink raw reply	[flat|nested] 6+ messages in thread
[parent not found: <mailman.5745.1232899168.26697.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2009-01-27  2:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-25 15:38 What does (looking-at "\\>") mean? Wang Lei
2009-01-25 16:52 ` Drew Adams
     [not found] <mailman.5745.1232899168.26697.help-gnu-emacs@gnu.org>
2009-01-25 20:07 ` weber
2009-01-26  0:51   ` Wang Lei
2009-01-26  7:00     ` Thierry Volpiatto
2009-01-27  2:20       ` Wang Lei

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.