Mercurial > emacs
annotate lisp/toolbar/lc-cut.xpm @ 63476:a02cb15bf34c
2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
* ido.el (ido-incomplete-regexp): New variable.
(ido-set-matches-1): Handle invalid-regexp error and set
ido-incomplete-regexp.
(ido-incomplete-regexp): New face.
(ido-completions): Use it.
(ido-complete, ido-exit-minibuffer, ido-completions): Handle
incomplete regexps.
(ido-completions): Add check for complete match when entering a
regexp.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 15 Jun 2005 22:44:09 +0000 |
parents | e3fc28ed75ac |
children |
rev | line source |
---|---|
56001 | 1 /* XPM */ |
2 static char * cut2_xpm[] = { | |
3 "24 24 7 1", | |
4 " c None", | |
5 ". c #000100", | |
6 "+ c #BBBDBA", | |
7 "@ c #FFFFFF", | |
8 "# c #6B6B66", | |
9 "$ c #504D46", | |
10 "% c #3E4850", | |
11 " ", | |
12 " ", | |
13 " . . ", | |
14 " . . ", | |
15 " .+. .@. ", | |
16 " .@$ #@. ", | |
17 " .@#. .@+. ", | |
18 " .@+$ #@+. ", | |
19 " #@#. .@+$ ", | |
20 " .@+$ $@+. ", | |
21 " #@#.%@+# ", | |
22 " .@+$#++. ", | |
23 " .@+$+. ", | |
24 " .++.. ", | |
25 " ..#$. ", | |
26 " ............. ", | |
27 " . ... ... ... ", | |
28 " .. .. .. .. ", | |
29 " . . . . ", | |
30 " .. .. .. .. ", | |
31 " .... .. . ", | |
32 " .... .... ", | |
33 " ", | |
34 " "}; |