annotate etc/letter.xpm @ 64855:2fe6c83ec9b4

(ispell-word): More fboundp checks. (ispell-find-aspell-dictionaries): New command. (ispell-have-aspell-dictionaries): New variable. (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables. (ispell-get-aspell-config-value): New function. (ispell-aspell-find-dictionary): New function. (ispell-aspell-add-aliases): New function. (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if appropriate. Don't look for ispell dictionaries if we use aspell. (ispell-menu-map): Don't build a submenu of dictionaries.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Aug 2005 14:11:49 +0000
parents bc20bf61a6e9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
43002
292640c5a4d0 New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff changeset
1 /* XPM */
292640c5a4d0 New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff changeset
2 static char * letter_xpm[] = {
292640c5a4d0 New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff changeset
3 "14 10 2 1",
50393
bc20bf61a6e9 Use transparent/opaque `colours'.
Dave Love <fx@gnu.org>
parents: 43002
diff changeset
4 ". c opaque",
bc20bf61a6e9 Use transparent/opaque `colours'.
Dave Love <fx@gnu.org>
parents: 43002
diff changeset
5 " c None",
43002
292640c5a4d0 New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff changeset
6 "..............",
292640c5a4d0 New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff changeset
7 "... ...",
292640c5a4d0 New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff changeset
8 ". . . .",
292640c5a4d0 New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff changeset
9 ". . . .",
292640c5a4d0 New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff changeset
10 ". .... .",
292640c5a4d0 New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff changeset
11 ". . .. . .",
292640c5a4d0 New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff changeset
12 ". . . .",
292640c5a4d0 New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff changeset
13 ". . . .",
292640c5a4d0 New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff changeset
14 ".. ..",
292640c5a4d0 New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff changeset
15 ".............."};