annotate lisp/toolbar/gud-until.xpm @ 50914:26edd9033fca

Use the original buffer-name as `base' in place of the nondirectory part of the file name. (uniquify-rationalize-file-buffer-names): Split the `newbuffile' arg into `base' and `dirname'. Reuse old uniquify-items to avoid recomputing their base&dirname. (uniquify-buffer-file-name): Only return the directory part. (uniquify-rerationalize-w/o-cb): Don't bother reseting proposed names. (rename-buffer): Use the `newname' arg as base. (create-file-buffer): Split the file name into base and dirname.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 09 May 2003 13:19:15 +0000
parents 8d984c0d5d8c
children f7114bba1fd4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
49148
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
1 /* XPM */
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
2 static char * goto_xpm[] = {
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
3 "24 24 6 1",
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
4 " c #c0c0c0",
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
5 ". c #ff0000",
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
6 "X c #616161",
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
7 "o c #2a1f55",
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
8 "O c #adadad",
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
9 "+ c #cc9999",
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
10 " ",
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
11 " ",
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
12 " ",
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
13 " ",
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
14 " ",
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
15 " . ",
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
16 " . ",
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
17 " . Xo oX ",
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
18 " . XoO OoX ",
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
19 " . oo oo ",
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
20 " . oo oo ",
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
21 " . .+ oo oo ",
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
22 " . +..+ oX Xo ",
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
23 " ...... oo oo ",
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
24 " +..+ oX Xo ",
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
25 " .+ oo oo ",
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
26 " oo oo ",
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
27 " oo oo ",
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
28 " XoO OoX ",
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
29 " Xo oX ",
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
30 " ",
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
31 " ",
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
32 " ",
8d984c0d5d8c Renamed gud-goto to gud-until
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
33 " "};