unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).