all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How highlight 16 or more occurrences of same character?
@ 2010-09-13  8:49 Oleksandr Gavenko
  2010-09-13  8:55 ` Deniz Dogan
  0 siblings, 1 reply; 4+ messages in thread
From: Oleksandr Gavenko @ 2010-09-13  8:49 UTC (permalink / raw)
  To: help-gnu-emacs

I use

(font-lock-add-keywords
  'c-mode
  '(
    ("\\(.\\)\\1\\1\\1\\1\\1\\1\\1\\1\\1\\1\\1\\1\\1\\1\\1\\1" 0 
'font-lock-warning-face t)
    ))

but don't  know how make variable back links count.




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

end of thread, other threads:[~2010-09-13 11:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-13  8:49 How highlight 16 or more occurrences of same character? Oleksandr Gavenko
2010-09-13  8:55 ` Deniz Dogan
2010-09-13 11:20   ` Oleksandr Gavenko
     [not found] <mailman.11.1284367774.24995.help-gnu-emacs@gnu.org>
2010-09-13 10:32 ` Stefan Monnier

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.