view etc/images/spell.xpm @ 67171:35b9e081ceed

Remove useless leading * in defcustom docstrings. (save-completions-file-name): Use ~/.emacs.d if available. (completion-standard-syntax-table): Rename from cmpl-standard-syntax-table and fold initialization into declaration, thus removing cmpl-make-standard-completion-syntax-table. (completion-lisp-syntax-table, completion-c-syntax-table) (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem. (cmpl-saved-syntax, cmpl-saved-point): Remove. (symbol-under-point, symbol-before-point) (symbol-under-or-before-point, symbol-before-point-for-complete) (add-completions-from-c-buffer): Use with-syntax-table. (make-completion): Don't return a list of completion entries. Update callers. (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias. (completion-initialize): Rename from initialize-completions. (completion-find-file-hook): Rename from cmpl-find-file-hook. (kill-emacs-save-completions): Collect stats here. (save-completions-to-file, load-completions-from-file): Use with-current-buffer. (completion-def-wrapper): Rename from def-completion-wrapper. Make it into a function. Move all calls to toplevel. (completion-lisp-mode-hook): New fun. (completion-c-mode-hook, completion-setup-fortran-mode): Set the syntax-table here. Use local-set-key. (completion-saved-bindings): New var. (dynamic-completion-mode): Make it into a proper minor mode. (load-completions-from-file): Remove unused var `num-uses'.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 28 Nov 2005 01:43:28 +0000
parents 28718fa5d988
children
line wrap: on
line source

/* XPM */
static char * spell_xpm[] = {
"24 24 37 1",
" 	c None",
".	c #000000",
"+	c #8BBB8C",
"@	c #ABD0AC",
"#	c #1A3B1A",
"$	c #8ABA88",
"%	c #B4D5B4",
"&	c #70A770",
"*	c #132C13",
"=	c #77A676",
"-	c #2D2D2D",
";	c #CBDFCB",
">	c #6FAE6E",
",	c #A8CBA6",
"'	c #6D9D6C",
")	c #D0E4D0",
"!	c #6FAF6F",
"~	c #587055",
"{	c #B8D6B8",
"]	c #5B9159",
"^	c #D4E4D4",
"/	c #67AF67",
"(	c #5D905B",
"_	c #9FC59D",
":	c #93BE92",
"<	c #B5D1B5",
"[	c #67AF68",
"}	c #63A261",
"|	c #BBD6BA",
"1	c #82B881",
"2	c #75AF74",
"3	c #6B8868",
"4	c #9DC39D",
"5	c #7DB17B",
"6	c #6BA368",
"7	c #485C46",
"8	c #89BA88",
"                        ",
"                        ",
"                        ",
"                        ",
"  ...  ....   ...       ",
" ..  . ..  . ..  .      ",
" ..  . ....  ..         ",
" ..... ..  . ..         ",
" ..  . ..  . ..  .   .  ",
" ..  . ....   ...   ... ",
"                   .+.  ",
"         ..       .@#   ",
"         .$.     .%&.   ",
"          *=.   -;>.    ",
"          .,'. .)!~.    ",
"           .{].^/(.     ",
"           ._:<[}~.     ",
"            .|123.      ",
"            .4567.      ",
"             .83.       ",
"             .37.       ",
"              ..        ",
"                        ",
"                        "};