view etc/images/smilies/indifferent.xpm @ 112017:db006527425b

* lisp/emacs-lisp/rx.el: Make it a superset of sregex. (rx-constituents): Add `any => "."', mark `repeat' as taking any number of args, add `regex' alias. (rx-info): Add arg to distinguish head and standalone forms. (rx-check, rx-form): Pass the corresponding arg. (rx-**): Simplify. (rx-repeat): Make it work for any number of args. (rx-syntax): Make it accept syntax chars as is. * lisp/obsolete/sregex.el: Move from emacs-lisp/. * lisp/emacs-lisp/re-builder.el: Remove sregex support. * lisp/emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 26 Dec 2010 18:17:09 -0500
parents 210af0ad3d35
children
line wrap: on
line source

/* XPM */
static char * indifferent_xpm[] = {
"13 14 3 1",
" 	c None",
".	c #000000",
"+	c #FFDD00",
"   .......   ",
"  ..+++++..  ",
" .+++++++++. ",
".+++++++++++.",
".++..+++..++.",
".++..+++..++.",
".+++++++++++.",
".+++++++++++.",
".+++++++++++.",
".++.......++.",
".+++++++++++.",
" .+++++++++. ",
"  ..+++++..  ",
"   .......   "};