(ispell-dictionary-base-alist): Adjust to the
[bpt/emacs.git] / lisp / textmodes / ispell.el
1 ;;; ispell.el --- interface to International Ispell Versions 3.1 and 3.2
2
3 ;; Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
4 ;; 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5
6 ;; Author: Ken Stevens <k.stevens@ieee.org>
7 ;; Maintainer: Ken Stevens <k.stevens@ieee.org>
8 ;; Stevens Mod Date: Mon Jan 7 12:32:44 PST 2003
9 ;; Stevens Revision: 3.6
10 ;; Status : Release with 3.1.12+ and 3.2.0+ ispell.
11 ;; Bug Reports : ispell-el-bugs@itcorp.com
12 ;; Web Site : http://kdstevens.com/~stevens/ispell-page.html
13 ;; Keywords: unix wp
14
15 ;; This file is part of GNU Emacs.
16
17 ;; GNU Emacs is free software: you can redistribute it and/or modify
18 ;; it under the terms of the GNU General Public License as published by
19 ;; the Free Software Foundation, either version 3 of the License, or
20 ;; (at your option) any later version.
21
22 ;; GNU Emacs is distributed in the hope that it will be useful,
23 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
24 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 ;; GNU General Public License for more details.
26
27 ;; You should have received a copy of the GNU General Public License
28 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
29
30 ;; Note: version numbers and time stamp are not updated
31 ;; when this file is edited for release with GNU Emacs.
32
33 ;;; Commentary:
34
35 ;; INSTRUCTIONS
36
37 ;; This code contains a section of user-settable variables that you
38 ;; should inspect prior to installation. Look past the end of the history
39 ;; list. Set them up for your locale and the preferences of the majority
40 ;; of the users. Otherwise the users may need to set a number of variables
41 ;; themselves.
42 ;; You particularly may want to change the default dictionary for your
43 ;; country and language.
44 ;; Most dictionary changes should be made in this file so all users can
45 ;; enjoy them. Local or modified dictionaries are supported in your .emacs
46 ;; file. Use the variable `ispell-local-dictionary-alist' to specify
47 ;; your own dictionaries.
48
49 ;; Depending on the mail system you use, you may want to include these:
50 ;; (add-hook 'news-inews-hook 'ispell-message)
51 ;; (add-hook 'mail-send-hook 'ispell-message)
52 ;; (add-hook 'mh-before-send-letter-hook 'ispell-message)
53
54 ;; Ispell has a TeX parser and a nroff parser (the default).
55 ;; The parsing is controlled by the variable ispell-parser. Currently
56 ;; it is just a "toggle" between TeX and nroff, but if more parsers are
57 ;; added it will be updated. See the variable description for more info.
58
59
60 ;; TABLE OF CONTENTS
61
62 ;; ispell-word
63 ;; ispell-region
64 ;; ispell-buffer
65 ;; ispell-message
66 ;; ispell-comments-and-strings
67 ;; ispell-continue
68 ;; ispell-complete-word
69 ;; ispell-complete-word-interior-frag
70 ;; ispell-change-dictionary
71 ;; ispell-kill-ispell
72 ;; ispell-pdict-save
73 ;; ispell-skip-region-alist
74
75 ;; Commands in ispell-region:
76 ;; Character replacement: Replace word with choice. May query-replace.
77 ;; ` ': Accept word this time.
78 ;; `i': Accept word and insert into private dictionary.
79 ;; `a': Accept word for this session.
80 ;; `A': Accept word and place in buffer-local dictionary.
81 ;; `r': Replace word with typed-in value. Rechecked.
82 ;; `R': Replace word with typed-in value. Query-replaced in buffer. Rechecked.
83 ;; `?': Show these commands
84 ;; `x': Exit spelling buffer. Move cursor to original point.
85 ;; `X': Exit spelling buffer. Leaves cursor at the current point, and permits
86 ;; the check to be completed later.
87 ;; `q': Quit spelling session (Kills ispell process).
88 ;; `l': Look up typed-in replacement in alternate dictionary. Wildcards okay.
89 ;; `u': Like `i', but the word is lower-cased first.
90 ;; `m': Place entered value in personal dictionary, then recheck current word.
91 ;; `C-l': redraws screen
92 ;; `C-r': recursive edit
93 ;; `C-z': suspend Emacs or iconify frame
94
95 ;; Buffer-Local features:
96 ;; There are a number of buffer-local features that can be used to customize
97 ;; ispell for the current buffer. This includes language dictionaries,
98 ;; personal dictionaries, parsing, and local word spellings. Each of these
99 ;; local customizations are done either through local variables, or by
100 ;; including the keyword and argument(s) at the end of the buffer (usually
101 ;; prefixed by the comment characters). See the end of this file for
102 ;; examples. The local keywords and variables are:
103
104 ;; ispell-dictionary-keyword language-dictionary
105 ;; uses local variable ispell-local-dictionary
106 ;; ispell-pdict-keyword personal-dictionary
107 ;; uses local variable ispell-local-pdict
108 ;; ispell-parsing-keyword mode-arg extended-char-arg
109 ;; ispell-words-keyword any number of local word spellings
110
111 ;; Region skipping:
112 ;; Place new regular expression definitions of regions you prefer not to
113 ;; spell check in `ispell-skip-region-alist'. Mode-dependent features can
114 ;; be added to latex by modifying `ispell-tex-skip-alists'.
115 ;; `ispell-message' contains some custom skipping code for e-mail messages.
116
117 ;; BUGS:
118 ;; Need a way to select between different character mappings without separate
119 ;; dictionary entries.
120 ;; Multi-byte characters if not defined by current dictionary may result in the
121 ;; evil "misalignment error" in some versions of MULE Emacs.
122 ;; On some versions of Emacs, growing the minibuffer fails.
123 ;; see `ispell-help-in-bufferp'.
124 ;; Recursive edits (?C-r or ?R) inside a keyboard text replacement check (?r)
125 ;; can cause misalignment errors.
126
127 ;; HISTORY
128
129 ;; Modifications made in latest versions:
130
131 ;; Revision 3.6 2003/01/07 12:32:44 kss
132 ;; Removed extra -d LIB in dictionary defs. (Pavel Janik)
133 ;; Filtered process calls with duplicate dictionary entries.
134 ;; Fixed bug where message-text-end is inside a mime skipped region.
135 ;; Minor fixes to get ispell menus right in XEmacs
136 ;; Fixed skip regexp so it doesn't match stuff like `/.\w'.
137 ;; Detecting dictionary change not working. Fixed. kss
138 ;; function `ispell-change-dictionary' now only completes valid dicts.
139
140 ;; Revision 3.5 2001/7/11 18:43:57 kss
141 ;; Added fix for aspell to work in XEmacs (ispell-check-version).
142 ;; Added Portuguese dictionary definition.
143 ;; New feature: MIME mail message support, Fcc support.
144 ;; Bug fix: retain comment syntax on lines with region skipping. (TeX $ bug...)
145 ;; Improved allocation for graphic mode lines. (Miles Bader)
146 ;; Support -v flag for old versions of aspell. (Eli Zaretskii)
147 ;; Clear minibuffer on ^G from ispell-help (Tak Ota)
148
149 ;; Revision 3.4 2000/8/4 09:41:50 kss
150 ;; Support new color display functions.
151 ;; Fixed misalignment offset bug when replacing a string after a shift made.
152 ;; Set to standard Author/Maintainer heading,
153 ;; ensure localwords lists are separated from the text by newline. (Dave Love)
154 ;; Added dictionary definition for Italian (William Deakin)
155 ;; HTML region skipping greatly improved. (Chuck D. Phillips)
156 ;; improved menus. Fixed regexp matching http/email addresses.
157 ;; one arg always for XEmacs sleep-for (gunnar Evermann)
158 ;; support for synchronous processes (Eli Zaretskii)
159
160 ;; Revision 3.3 1999/11/29 11:38:34 kss
161 ;; Only word replacements entered in from the keyboard are rechecked.
162 ;; This fixes a bug in tex parsing and misalignment.
163 ;; Exceptions exist for recursive edit and query-replace, with tex error
164 ;; condition tested. Recursive editing improved.
165 ;; XEmacs repair for when `enable-multibyte-characters' defined - Didier Verna.
166 ;; ispell-help fixed for XEmacs. Choices minibuffer now displayed in XEmacs.
167 ;; Only list valid dictionaries in Spell menu. Russian dictionary doesn't allow
168 ;; run-together words, and uses koi8-r font. Don't skip text in html <TT>
169 ;; fonts.
170
171 ;; Revision 3.2 1999/5/7 14:25:14 kss
172 ;; Accept ispell versions 3.X.Y where X>=1
173 ;; fine tuned latex region skipping. Fixed bug in ispell-word that did not
174 ;; point in right place on words < 2 chars. Simplified ispell-minor-mode.
175 ;; Fixed bug in TeX parsing when math commands are in the comments.
176 ;; Removed calls to `when' macro.
177
178 ;; Revision 3.1 1998/12/1 13:21:52 kss
179 ;; Improved and fixed customize support.
180 ;; Improved and fixed comments in variables and messages.
181 ;; A coding system is now required for all languages.
182 ;; casechars improved for castellano, castellano8, and norsk dictionaries.
183 ;; Dictionary norsk7-tex removed. Dictionary polish added.
184 ;; Dictionaries redefined at load-time to support dictionary changes.
185 ;; Menu redefined at load time to support dictionary changes.
186 ;; ispell-check-version added as an alias for `check-ispell-version'.
187 ;; Spelling suggestions returned in order generated by ispell.
188 ;; Small bug fixed in matching ispell error messages.
189 ;; Robustness added to ensure `case-fold-search' doesn't get redefined.
190 ;; Fixed bug that didn't respect case of word in `ispell-complete-word'.
191 ;; Multibyte character coding support added for process interactions.
192 ;; Ensure ispell process has terminated before starting new process.
193 ;; This can otherwise confuse process filters and hang ispell.
194 ;; Improved skipping support for SGML.
195 ;; Fixed bug using ^M rather than \r in `ispell-minor-check'.
196 ;; Improved message reference matching in `ispell-message'.
197 ;; Fixed bug in returning to nroff mode from tex mode.
198
199
200 ;;; Code:
201
202 (defvar mail-yank-prefix)
203
204 (defgroup ispell nil
205 "User variables for Emacs ispell interface."
206 :group 'applications)
207
208 (if (not (fboundp 'buffer-substring-no-properties))
209 (defun buffer-substring-no-properties (start end)
210 (buffer-substring start end)))
211
212 (defalias 'check-ispell-version 'ispell-check-version)
213
214 ;;; **********************************************************************
215 ;;; The following variables should be set according to personal preference
216 ;;; and location of binaries:
217 ;;; **********************************************************************
218
219
220 ;;; ******* THIS FILE IS WRITTEN FOR ISPELL VERSION 3.1+
221
222 (defcustom ispell-highlight-p 'block
223 "*Highlight spelling errors when non-nil.
224 When set to `block', assumes a block cursor with TTY displays."
225 :type '(choice (const block) (const :tag "off" nil) (const :tag "on" t))
226 :group 'ispell)
227
228 (defcustom ispell-lazy-highlight (boundp 'lazy-highlight-cleanup)
229 "*Controls the lazy-highlighting of spelling errors.
230 When non-nil, all text in the buffer matching the current spelling
231 error is highlighted lazily using isearch lazy highlighting (see
232 `lazy-highlight-initial-delay' and `lazy-highlight-interval')."
233 :type 'boolean
234 :group 'lazy-highlight
235 :group 'ispell
236 :version "22.1")
237
238 (defcustom ispell-highlight-face (if ispell-lazy-highlight 'isearch 'highlight)
239 "*The face used for Ispell highlighting. For Emacsen with overlays.
240 Possible values are `highlight', `modeline', `secondary-selection',
241 `region', and `underline'.
242 This variable can be set by the user to whatever face they desire.
243 It's most convenient if the cursor color and highlight color are
244 slightly different."
245 :type 'face
246 :group 'ispell)
247
248 (defcustom ispell-check-comments t
249 "*Spelling of comments checked when non-nil.
250 When set to `exclusive', ONLY comments are checked. (For code comments).
251 Warning! Not checking comments, when a comment start is embedded in strings,
252 may produce undesired results."
253 :type '(choice (const exclusive) (const :tag "off" nil) (const :tag "on" t))
254 :group 'ispell)
255 ;;;###autoload(put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
256
257 (defcustom ispell-query-replace-choices nil
258 "*Corrections made throughout region when non-nil.
259 Uses `query-replace' (\\[query-replace]) for corrections."
260 :type 'boolean
261 :group 'ispell)
262
263 (defcustom ispell-skip-tib nil
264 "*Does not spell check `tib' bibliography references when non-nil.
265 Skips any text between strings matching regular expressions
266 `ispell-tib-ref-beginning' and `ispell-tib-ref-end'.
267
268 TeX users beware: Any field starting with [. will skip until a .] -- even
269 your whole buffer -- unless you set `ispell-skip-tib' to nil. That includes
270 a [.5mm] type of number...."
271 :type 'boolean
272 :group 'ispell)
273
274 (defvar ispell-tib-ref-beginning "[[<]\\."
275 "Regexp matching the beginning of a Tib reference.")
276
277 (defvar ispell-tib-ref-end "\\.[]>]"
278 "Regexp matching the end of a Tib reference.")
279
280 (defcustom ispell-keep-choices-win t
281 "*When non-nil, the `*Choices*' window remains for spelling session.
282 This minimizes redisplay thrashing."
283 :type 'boolean
284 :group 'ispell)
285
286 (defcustom ispell-choices-win-default-height 2
287 "*The default size of the `*Choices*' window, including mode line.
288 Must be greater than 1."
289 :type 'integer
290 :group 'ispell)
291
292 (defcustom ispell-program-name
293 (or (locate-file "aspell" exec-path exec-suffixes 'file-executable-p)
294 "ispell")
295 "Program invoked by \\[ispell-word] and \\[ispell-region] commands."
296 :type 'string
297 :group 'ispell)
298
299 (defcustom ispell-alternate-dictionary
300 (cond ((file-exists-p "/usr/dict/web2") "/usr/dict/web2")
301 ((file-exists-p "/usr/share/dict/web2") "/usr/share/dict/web2")
302 ((file-exists-p "/usr/dict/words") "/usr/dict/words")
303 ((file-exists-p "/usr/lib/dict/words") "/usr/lib/dict/words")
304 ((file-exists-p "/usr/share/dict/words") "/usr/share/dict/words")
305 ((file-exists-p "/usr/share/lib/dict/words")
306 "/usr/share/lib/dict/words")
307 ((file-exists-p "/sys/dict") "/sys/dict")
308 (t "/usr/dict/words"))
309 "*Alternate dictionary for spelling help."
310 :type '(choice file (const :tag "None" nil))
311 :group 'ispell)
312
313 (defcustom ispell-complete-word-dict ispell-alternate-dictionary
314 "*Dictionary used for word completion."
315 :type '(choice file (const :tag "None" nil))
316 :group 'ispell)
317
318 (defcustom ispell-message-dictionary-alist nil
319 "*List used by `ispell-message' to select a new dictionary.
320 It consists of pairs (REGEXP . DICTIONARY). If REGEXP is found
321 in the message headers, `ispell-local-dictionary' will be set to
322 DICTIONARY if `ispell-local-dictionary' is not buffer-local.
323 E.g. you may use the following value:
324 '((\"^Newsgroups:[ \\t]*de\\\\.\" . \"deutsch8\")
325 (\"^To:[^\\n,]+\\\\.de[ \\t\\n,>]\" . \"deutsch8\"))"
326 :type '(repeat (cons regexp string))
327 :group 'ispell)
328
329
330 (defcustom ispell-message-fcc-skip 50000
331 "*Query before saving Fcc message copy if attachment larger than this value.
332 Always stores Fcc copy of message when nil."
333 :type '(choice integer (const :tag "off" nil))
334 :group 'ispell)
335
336
337 (defcustom ispell-grep-command
338 ;; MS-Windows/MS-DOS have `egrep' as a Unix shell script, so they
339 ;; cannot invoke it. Use "grep -E" instead (see ispell-grep-options
340 ;; below).
341 (if (memq system-type '(windows-nt ms-dos)) "grep" "egrep")
342 "Name of the grep command for search processes."
343 :type 'string
344 :group 'ispell)
345
346 (defcustom ispell-grep-options
347 (if (memq system-type '(windows-nt ms-dos)) "-Ei" "-i")
348 "String of options to use when running the program in `ispell-grep-command'.
349 Should probably be \"-i\" or \"-e\".
350 Some machines (like the NeXT) don't support \"-i\""
351 :type 'string
352 :group 'ispell)
353
354 (defcustom ispell-look-command
355 (cond ((file-exists-p "/bin/look") "/bin/look")
356 ((file-exists-p "/usr/local/bin/look") "/usr/local/bin/look")
357 ((file-exists-p "/usr/bin/look") "/usr/bin/look")
358 (t "look"))
359 "Name of the look command for search processes.
360 This must be an absolute file name."
361 :type 'file
362 :group 'ispell)
363
364 (defcustom ispell-look-p (file-exists-p ispell-look-command)
365 "*Non-nil means use `look' rather than `grep'.
366 Default is based on whether `look' seems to be available."
367 :type 'boolean
368 :group 'ispell)
369
370 (defcustom ispell-have-new-look nil
371 "*Non-nil means use the `-r' option (regexp) when running `look'."
372 :type 'boolean
373 :group 'ispell)
374
375 (defcustom ispell-look-options (if ispell-have-new-look "-dfr" "-df")
376 "String of command options for `ispell-look-command'."
377 :type 'string
378 :group 'ispell)
379
380 (defcustom ispell-use-ptys-p nil
381 "When non-nil, Emacs uses ptys to communicate with Ispell.
382 When nil, Emacs uses pipes."
383 :type 'boolean
384 :group 'ispell)
385
386 (defcustom ispell-following-word nil
387 "*Non-nil means `ispell-word' checks the word around or after point.
388 Otherwise `ispell-word' checks the preceding word."
389 :type 'boolean
390 :group 'ispell)
391
392 (defcustom ispell-help-in-bufferp nil
393 "*Non-nil means display interactive keymap help in a buffer.
394 The following values are supported:
395 nil Expand the minibuffer and display a short help message
396 there for a couple of seconds.
397 t Pop up a new buffer and display a short help message there
398 for a couple of seconds.
399 electric Pop up a new buffer and display a long help message there.
400 User can browse and then exit the help mode."
401 :type '(choice (const electric) (const :tag "off" nil) (const :tag "on" t))
402 :group 'ispell)
403
404 (defcustom ispell-quietly nil
405 "*Non-nil means suppress messages in `ispell-word'."
406 :type 'boolean
407 :group 'ispell)
408
409 (defcustom ispell-format-word-function (function upcase)
410 "*Formatting function for displaying word being spell checked.
411 The function must take one string argument and return a string."
412 :type 'function
413 :group 'ispell)
414 (defvaralias 'ispell-format-word 'ispell-format-word-function)
415
416 (defcustom ispell-use-framepop-p nil
417 "When non-nil ispell uses framepop to display choices in a dedicated frame.
418 You can set this variable to dynamically use framepop if you are in a
419 window system by evaluating the following on startup to set this variable:
420 (and window-system (condition-case () (require 'framepop) (error nil)))"
421 :type 'boolean
422 :group 'ispell)
423
424 ;;;###autoload
425 (defcustom ispell-personal-dictionary nil
426 "*File name of your personal spelling dictionary, or nil.
427 If nil, the default personal dictionary, (\"~/.ispell_DICTNAME\" for ispell or
428 \"~/.aspell.LANG.pws\" for aspell) is used, where DICTNAME is the name of your
429 default dictionary and LANG the two letter language code."
430 :type '(choice file
431 (const :tag "default" nil))
432 :group 'ispell)
433
434 (defcustom ispell-silently-savep nil
435 "*When non-nil, save the personal dictionary without confirmation."
436 :type 'boolean
437 :group 'ispell)
438
439 (defvar ispell-local-dictionary-overridden nil
440 "Non-nil means the user has explicitly set this buffer's Ispell dictionary.")
441 (make-variable-buffer-local 'ispell-local-dictionary-overridden)
442
443 (defcustom ispell-local-dictionary nil
444 "If non-nil, the dictionary to be used for Ispell commands in this buffer.
445 The value must be a string dictionary name,
446 or nil, which means use the global setting in `ispell-dictionary'.
447 Dictionary names are defined in `ispell-local-dictionary-alist'
448 and `ispell-dictionary-alist',
449
450 Setting `ispell-local-dictionary' to a value has the same effect as
451 calling \\[ispell-change-dictionary] with that value. This variable
452 is automatically set when defined in the file with either
453 `ispell-dictionary-keyword' or the Local Variable syntax."
454 :type '(choice string
455 (const :tag "default" nil))
456 :group 'ispell)
457 ;;;###autoload(put 'ispell-local-dictionary 'safe-local-variable 'string-or-null-p)
458
459 (make-variable-buffer-local 'ispell-local-dictionary)
460
461 (defcustom ispell-extra-args nil
462 "*If non-nil, a list of extra switches to pass to the Ispell program.
463 For example, (\"-W\" \"3\") to cause it to accept all 1-3 character
464 words as correct. See also `ispell-dictionary-alist', which may be used
465 for language-specific arguments."
466 :type '(repeat string)
467 :group 'ispell)
468
469
470
471 (defcustom ispell-skip-html 'use-mode-name
472 "*Indicates whether ispell should skip spell checking of SGML markup.
473 If t, always skip SGML markup; if nil, never skip; if non-t and non-nil,
474 guess whether SGML markup should be skipped according to the name of the
475 buffer's major mode."
476 :type '(choice (const :tag "always" t) (const :tag "never" nil)
477 (const :tag "use-mode-name" use-mode-name))
478 :group 'ispell)
479
480 (make-variable-buffer-local 'ispell-skip-html)
481
482
483 (defcustom ispell-local-dictionary-alist nil
484 "*List of local or customized dictionary definitions.
485 These can override the values in `ispell-dictionary-alist'.
486
487 To make permanent changes to your dictionary definitions, you
488 will need to make your changes in this variable, save, and then
489 re-start Emacs."
490 :type '(repeat (list (choice :tag "Dictionary"
491 (string :tag "Dictionary name")
492 (const :tag "default" nil))
493 (regexp :tag "Case characters")
494 (regexp :tag "Non case characters")
495 (regexp :tag "Other characters")
496 (boolean :tag "Many other characters")
497 (repeat :tag "Ispell command line args"
498 (string :tag "Arg"))
499 (choice :tag "Extended character mode"
500 (const "~tex") (const "~plaintex")
501 (const "~nroff") (const "~list")
502 (const "~latin1") (const "~latin3")
503 (const :tag "default" nil))
504 (coding-system :tag "Coding System")))
505 :group 'ispell)
506
507
508 (defvar ispell-dictionary-base-alist
509 '((nil
510 ;; The default dictionary. It may be English.aff, or any other
511 ;; dictionary depending on locale and such things. We should probably
512 ;; ask ispell what dictionary it's using, but until we do that, let's
513 ;; just use an approximate regexp.
514 "[[:alpha:]]" "[^[:alpha:]]" "[']" nil ("-B") nil iso-8859-1)
515 ("american" ; Yankee English
516 "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1)
517 ("brasileiro" ; Brazilian mode
518 "[A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]"
519 "[^A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]"
520 "[']" nil nil nil iso-8859-1)
521 ("british" ; British version
522 "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1)
523 ("castellano" ; Spanish mode
524 "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]"
525 "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]"
526 "[-]" nil ("-B") "~tex" iso-8859-1)
527 ("castellano8" ; 8 bit Spanish mode
528 "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]"
529 "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]"
530 "[-]" nil ("-B" "-d" "castellano") "~latin1" iso-8859-1)
531 ("czech"
532 "[A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]"
533 "[^A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]"
534 "" nil ("-B") nil iso-8859-2)
535 ("dansk" ; Dansk.aff
536 "[A-Z\306\330\305a-z\346\370\345]" "[^A-Z\306\330\305a-z\346\370\345]"
537 "[']" nil ("-C") nil iso-8859-1)
538 ("deutsch" ; Deutsch.aff
539 "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1)
540 ("deutsch8"
541 "[a-zA-Z\304\326\334\344\366\337\374]"
542 "[^a-zA-Z\304\326\334\344\366\337\374]"
543 "[']" t ("-C" "-d" "deutsch") "~latin1" iso-8859-1)
544 ("english" ; make English explicitly selectable
545 "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1)
546 ("esperanto"
547 "[A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]"
548 "[^A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]"
549 "[-']" t ("-C") "~latin3" iso-8859-3)
550 ("esperanto-tex"
551 "[A-Za-z^\\]" "[^A-Za-z^\\]"
552 "[-'`\"]" t ("-C" "-d" "esperanto") "~tex" iso-8859-3)
553 ("francais7"
554 "[A-Za-z]" "[^A-Za-z]" "[`'^-]" t nil nil iso-8859-1)
555 ("francais" ; Francais.aff
556 "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]"
557 "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]"
558 "[-'.@]" t nil "~list" iso-8859-1)
559 ("francais-tex" ; Francais.aff
560 "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]"
561 "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]"
562 "[-'^`\".@]" t nil "~tex" iso-8859-1)
563 ("german" ; german.aff
564 "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1)
565 ("german8" ; german.aff
566 "[a-zA-Z\304\326\334\344\366\337\374]"
567 "[^a-zA-Z\304\326\334\344\366\337\374]"
568 "[']" t ("-C" "-d" "german") "~latin1" iso-8859-1)
569 ("italiano" ; Italian.aff
570 "[A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]"
571 "[^A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]"
572 "[-.]" nil ("-B" "-d" "italian") "~tex" iso-8859-1)
573 ("nederlands" ; Nederlands.aff
574 "[A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]"
575 "[^A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]"
576 "[']" t ("-C") nil iso-8859-1)
577 ("nederlands8" ; Dutch8.aff
578 "[A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]"
579 "[^A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]"
580 "[']" t ("-C") nil iso-8859-1)
581 ("norsk" ; 8 bit Norwegian mode
582 "[A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]"
583 "[^A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]"
584 "[\"]" nil nil "~list" iso-8859-1)
585 ("norsk7-tex" ; 7 bit Norwegian TeX mode
586 "[A-Za-z{}\\'^`]" "[^A-Za-z{}\\'^`]"
587 "[\"]" nil ("-d" "norsk") "~plaintex" iso-8859-1)
588 ("polish" ; Polish mode
589 "[A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]"
590 "[^A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]"
591 "[.]" nil nil nil iso-8859-2)
592 ("portugues" ; Portuguese mode
593 "[a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]"
594 "[^a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]"
595 "[']" t ("-C") "~latin1" iso-8859-1)
596 ("russian" ; Russian.aff (KOI8-R charset)
597 "[\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]"
598 "[^\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]"
599 "" nil nil nil koi8-r)
600 ("russianw" ; russianw.aff (CP1251 charset)
601 "[\300\301\302\303\304\305\250\306\307\310\311\312\313\314\315\316\317\320\321\322\323\324\325\326\327\330\331\334\333\332\335\336\337\340\341\342\343\344\345\270\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\366\367\370\371\374\373\372\375\376\377]"
602 "[^\300\301\302\303\304\305\250\306\307\310\311\312\313\314\315\316\317\320\321\322\323\324\325\326\327\330\331\334\333\332\335\336\337\340\341\342\343\344\345\270\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\366\367\370\371\374\373\372\375\376\377]"
603 "" nil nil nil windows-1251)
604 ("slovak" ; Slovakian
605 "[A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]"
606 "[^A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]"
607 "" nil ("-B") nil iso-8859-2)
608 ("slovenian" ; Slovenian
609 "[A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]"
610 "[^A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]"
611 "" nil ("-B" "-d" "slovenian") nil iso-8859-2)
612 ("svenska" ; Swedish mode
613 "[A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]"
614 "[^A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]"
615 "[']" nil ("-C") "~list" iso-8859-1))
616 "Base value for `ispell-dictionary-alist'.")
617
618 (defvar ispell-dictionary-alist nil
619 "An alist of dictionaries and their associated parameters.
620
621 Each element of this list is also a list:
622
623 \(DICTIONARY-NAME CASECHARS NOT-CASECHARS OTHERCHARS MANY-OTHERCHARS-P
624 ISPELL-ARGS EXTENDED-CHARACTER-MODE CHARACTER-SET\)
625
626 DICTIONARY-NAME is a possible string value of variable `ispell-dictionary',
627 nil means the default dictionary.
628
629 CASECHARS is a regular expression of valid characters that comprise a word.
630
631 NOT-CASECHARS is the opposite regexp of CASECHARS.
632
633 OTHERCHARS is a regexp of characters in the NOT-CASECHARS set but which can be
634 used to construct words in some special way. If OTHERCHARS characters follow
635 and precede characters from CASECHARS, they are parsed as part of a word,
636 otherwise they become word-breaks. As an example in English, assume the
637 regular expression \"[']\" for OTHERCHARS. Then \"they're\" and
638 \"Steven's\" are parsed as single words including the \"'\" character, but
639 \"Stevens'\" does not include the quote character as part of the word.
640 If you want OTHERCHARS to be empty, use the empty string.
641 Hint: regexp syntax requires the hyphen to be declared first here.
642
643 CASECHARS, NOT-CASECHARS, and OTHERCHARS must be unibyte strings
644 containing bytes of CHARACTER-SET. In addition, if they contain
645 a non-ASCII byte, the regular expression must be a single
646 `character set' construct that doesn't specify a character range
647 for non-ASCII bytes.
648
649 MANY-OTHERCHARS-P is non-nil when multiple OTHERCHARS are allowed in a word.
650 Otherwise only a single OTHERCHARS character is allowed to be part of any
651 single word.
652
653 ISPELL-ARGS is a list of additional arguments passed to the ispell
654 subprocess.
655
656 EXTENDED-CHARACTER-MODE should be used when dictionaries are used which
657 have been configured in an Ispell affix file. (For example, umlauts
658 can be encoded as \\\"a, a\\\", \"a, ...) Defaults are ~tex and ~nroff
659 in English. This has the same effect as the command-line `-T' option.
660 The buffer Major Mode controls Ispell's parsing in tex or nroff mode,
661 but the dictionary can control the extended character mode.
662 Both defaults can be overruled in a buffer-local fashion. See
663 `ispell-parsing-keyword' for details on this.
664
665 CHARACTER-SET used for languages with multibyte characters.
666
667 Note that the CASECHARS and OTHERCHARS slots of the alist should
668 contain the same character set as casechars and otherchars in the
669 LANGUAGE.aff file \(e.g., english.aff\).")
670
671 (defvar ispell-really-aspell nil) ; Non-nil if aspell extensions should be used
672
673 (defvar ispell-aspell-supports-utf8 nil
674 "Non-nil means to try to automatically find aspell dictionaries.
675 This is set to t in `ispell-check-version' for aspell >= 0.60.
676
677 Earlier aspell versions do not consistently support UTF-8. Handling
678 this would require some extra guessing in `ispell-aspell-find-dictionary'.")
679
680
681
682 ;;; **********************************************************************
683 ;;; The following are used by ispell, and should not be changed.
684 ;;; **********************************************************************
685
686
687
688 ;;; The version must be 3.1 or greater for this version of ispell.el
689 ;;; There is an incompatibility between version 3.1.12 and lower versions.
690 (defconst ispell-required-version '(3 1 12)
691 "Ispell versions with which this version of ispell.el is known to work.")
692 (defvar ispell-offset -1
693 "Offset that maps protocol differences between ispell 3.1 versions.")
694
695 (defconst ispell-version "ispell.el 3.6 - 7-Jan-2003")
696
697
698 (defun ispell-check-version (&optional interactivep)
699 "Ensure that `ispell-program-name' is valid and the correct version.
700 Returns version number if called interactively.
701 Otherwise returns the library directory name, if that is defined."
702 ;; This is a little wasteful as we actually launch ispell twice: once
703 ;; to make sure it's the right version, and once for real. But people
704 ;; get confused by version mismatches *all* the time (and I've got the
705 ;; email to prove it) so I think this is worthwhile. And the -v[ersion]
706 ;; option is the only way I can think of to do this that works with
707 ;; all versions, since versions earlier than 3.0.09 didn't identify
708 ;; themselves on startup.
709 (interactive "p")
710 (let ((case-fold-search-val case-fold-search)
711 ;; avoid bugs when syntax of `.' changes in various default modes
712 (default-major-mode 'fundamental-mode)
713 (default-directory (or (and (boundp 'temporary-file-directory)
714 temporary-file-directory)
715 default-directory))
716 result status)
717 (save-excursion
718 (let ((buf (get-buffer " *ispell-tmp*")))
719 (if buf (kill-buffer buf)))
720 (set-buffer (get-buffer-create " *ispell-tmp*"))
721 (erase-buffer)
722 (setq status (ispell-call-process
723 ispell-program-name nil t nil
724 ;; aspell doesn't accept the -vv switch.
725 (let ((case-fold-search
726 (memq system-type '(ms-dos windows-nt)))
727 (speller
728 (file-name-nondirectory ispell-program-name)))
729 ;; Assume anything that isn't `aspell' is Ispell.
730 (if (string-match "\\`aspell" speller) "-v" "-vv"))))
731 (goto-char (point-min))
732 (if interactivep
733 ;; report version information of ispell and ispell.el
734 (progn
735 (end-of-line)
736 (setq result (concat (buffer-substring-no-properties (point-min)
737 (point))
738 ", "
739 ispell-version))
740 (message "%s" result))
741 ;; return library directory.
742 (if (re-search-forward "LIBDIR = \\\"\\([^ \t\n]*\\)\\\"" nil t)
743 (setq result (buffer-substring (match-beginning 1) (match-end 1)))))
744 (goto-char (point-min))
745 (if (not (memq status '(0 nil)))
746 (error "%s exited with %s %s" ispell-program-name
747 (if (stringp status) "signal" "code") status))
748 (setq case-fold-search t
749 status (re-search-forward
750 (concat "\\<\\("
751 (format "%d" (car ispell-required-version))
752 "\\)\\.\\([0-9]*\\)\\.\\([0-9]*\\)\\>")
753 nil t)
754 case-fold-search case-fold-search-val)
755 (if (or (not status) ; major version mismatch
756 (< (car (read-from-string (match-string-no-properties 2)))
757 (car (cdr ispell-required-version)))) ; minor version mismatch
758 (error "%s version 3 release %d.%d.%d or greater is required"
759 ispell-program-name (car ispell-required-version)
760 (car (cdr ispell-required-version))
761 (car (cdr (cdr ispell-required-version))))
762 ;; check that it is the correct version.
763 (if (and (= (car (read-from-string (match-string-no-properties 2)))
764 (car (cdr ispell-required-version)))
765 (< (car (read-from-string (match-string-no-properties 3)))
766 (car (cdr (cdr ispell-required-version)))))
767 (setq ispell-offset 0))
768 ;; Check to see if it's really aspell.
769 (goto-char (point-min))
770 (let (case-fold-search)
771 (setq ispell-really-aspell
772 (and (search-forward-regexp
773 "(but really Aspell \\(.*?\\)\\(-[0-9]+\\)?)" nil t)
774 (progn
775 (setq ispell-aspell-supports-utf8
776 (not (version< (match-string 1) "0.60")))
777 t)))))
778 (kill-buffer (current-buffer)))
779 result))
780
781 (defun ispell-call-process (&rest args)
782 "Like `call-process' but defend against bad `default-directory'."
783 (let ((default-directory default-directory))
784 (unless (and (file-directory-p default-directory)
785 (file-readable-p default-directory))
786 (setq default-directory (expand-file-name "~/")))
787 (apply 'call-process args)))
788
789 (defun ispell-call-process-region (&rest args)
790 "Like `call-process-region' but defend against bad `default-directory'."
791 (let ((default-directory default-directory))
792 (unless (and (file-directory-p default-directory)
793 (file-readable-p default-directory))
794 (setq default-directory (expand-file-name "~/")))
795 (apply 'call-process-region args)))
796
797
798
799 ;;; The preparation of the menu bar menu must be autoloaded
800 ;;; because otherwise this file gets autoloaded every time Emacs starts
801 ;;; so that it can set up the menus and determine keyboard equivalents.
802
803
804 ;;;###autoload
805 (defvar ispell-menu-map nil "Key map for ispell menu.")
806 ;;; redo menu when loading ispell to get dictionary modifications
807 (setq ispell-menu-map nil)
808
809 ;;;###autoload
810 (defvar ispell-menu-xemacs nil
811 "Spelling menu for XEmacs.
812 If nil when package is loaded, a standard menu will be set,
813 and added as a submenu of the \"Edit\" menu.")
814
815 ;; Break out XEmacs menu and split into several calls to avoid having
816 ;; long lines in loaddefs.el. Detect need off following constant.
817
818 ;;; Set up dictionary
819 ;;;###autoload
820 (defvar ispell-menu-map-needed
821 ;; only needed when not version 18 and not XEmacs.
822 (and (not ispell-menu-map)
823 (not (featurep 'xemacs))
824 'reload))
825
826 (defvar ispell-library-directory (condition-case ()
827 (ispell-check-version)
828 (error nil))
829 "Directory where ispell dictionaries reside.")
830
831 (defvar ispell-process nil
832 "The process object for Ispell.")
833
834 (defvar ispell-async-processp (and (fboundp 'delete-process)
835 (fboundp 'process-send-string)
836 (fboundp 'accept-process-output)
837 ;;(fboundp 'start-process)
838 ;;(fboundp 'set-process-filter)
839 ;;(fboundp 'process-kill-without-query)
840 )
841 "Non-nil means that the OS supports asynchronous processes.")
842
843 ;; Make ispell.el work better with aspell.
844
845 (defvar ispell-aspell-dictionary-alist nil
846 "An alist of parsed aspell dicts and associated parameters.
847 Internal use.")
848
849 (defun ispell-find-aspell-dictionaries ()
850 "Find Aspell's dictionaries, and record in `ispell-dictionary-alist'."
851 (unless ispell-really-aspell
852 (error "This function only works with aspell"))
853 (let* ((dictionaries
854 (split-string
855 (with-temp-buffer
856 (ispell-call-process ispell-program-name nil t nil "dicts")
857 (buffer-string))))
858 ;; Search for the named dictionaries.
859 (found
860 (delq nil
861 (mapcar #'ispell-aspell-find-dictionary dictionaries))))
862 ;; Ensure aspell's alias dictionary will override standard
863 ;; definitions.
864 (setq found (ispell-aspell-add-aliases found))
865 ;; Merge into FOUND any elements from the standard ispell-dictionary-alist
866 ;; which have no element in FOUND at all.
867 (dolist (dict ispell-dictionary-alist)
868 (unless (assoc (car dict) found)
869 (setq found (nconc found (list dict)))))
870 (setq ispell-aspell-dictionary-alist found)
871 ;; Add a default entry
872 (let* ((english-dict (assoc "en" ispell-dictionary-alist))
873 (default-dict
874 (cons nil (or (cdr english-dict)
875 (cdr (car ispell-dictionary-base-alist))))))
876 (push default-dict ispell-aspell-dictionary-alist))))
877
878 (defvar ispell-aspell-data-dir nil
879 "Data directory of Aspell.")
880
881 (defvar ispell-aspell-dict-dir nil
882 "Dictionary directory of Aspell.")
883
884 (defun ispell-get-aspell-config-value (key)
885 "Return value of Aspell configuration option KEY.
886 Assumes that value contains no whitespace."
887 (with-temp-buffer
888 (ispell-call-process ispell-program-name nil t nil "config" key)
889 (car (split-string (buffer-string)))))
890
891 (defun ispell-aspell-find-dictionary (dict-name)
892 ;; This returns nil if the data file does not exist.
893 ;; Can someone please explain the return value format when the
894 ;; file does exist -- rms?
895 (let* ((lang ;; Strip out region, variant, etc.
896 (and (string-match "^[[:alpha:]]+" dict-name)
897 (match-string 0 dict-name)))
898 (data-file
899 (concat (or ispell-aspell-data-dir
900 (setq ispell-aspell-data-dir
901 (ispell-get-aspell-config-value "data-dir")))
902 "/" lang ".dat"))
903 otherchars)
904 (condition-case ()
905 (with-temp-buffer
906 (insert-file-contents data-file)
907 ;; There is zero or one line with special characters declarations.
908 (when (search-forward-regexp "^special" nil t)
909 (let ((specials (split-string
910 (buffer-substring (point)
911 (progn (end-of-line) (point))))))
912 ;; The line looks like: special ' -** - -** . -** : -*-
913 ;; -** means that this character
914 ;; - doesn't appear at word start
915 ;; * may appear in the middle of a word
916 ;; * may appear at word end
917 ;; `otherchars' is about the middle case.
918 (while specials
919 (when (eq (aref (cadr specials) 1) ?*)
920 (push (car specials) otherchars))
921 (setq specials (cddr specials)))))
922 (list dict-name
923 "[[:alpha:]]"
924 "[^[:alpha:]]"
925 (regexp-opt otherchars)
926 t ; We can't tell, so set this to t
927 (list "-d" dict-name)
928 nil ; aspell doesn't support this
929 ;; Here we specify the encoding to use while communicating with
930 ;; aspell. This doesn't apply to command line arguments, so
931 ;; just don't pass words to spellcheck as arguments...
932 'utf-8))
933 (file-error
934 nil))))
935
936 (defun ispell-aspell-add-aliases (alist)
937 "Find aspell's dictionary aliases and add them to dictionary ALIST.
938 Return the new dictionary alist."
939 (let ((aliases (file-expand-wildcards
940 (concat (or ispell-aspell-dict-dir
941 (setq ispell-aspell-dict-dir
942 (ispell-get-aspell-config-value "dict-dir")))
943 "/*.alias"))))
944 (dolist (alias-file aliases)
945 (with-temp-buffer
946 (insert-file-contents alias-file)
947 ;; Look for a line "add FOO.multi", extract FOO
948 (when (search-forward-regexp "^add \\([^.]+\\)\\.multi" nil t)
949 (let* ((aliasname (file-name-sans-extension
950 (file-name-nondirectory alias-file)))
951 (already-exists-p (assoc aliasname alist))
952 (realname (match-string 1))
953 (realdict (assoc realname alist)))
954 (when (and realdict (not already-exists-p))
955 (push (cons aliasname (cdr realdict)) alist))))))
956 alist))
957
958 ;; Set params according to the selected spellchecker
959
960 (defvar ispell-last-program-name nil
961 "Last value of ispell-program name. Internal use.")
962
963 (defvar ispell-initialize-spellchecker-hook nil
964 "Normal hook run on spellchecker initialization.
965 This hook is run when a spellchecker is used for the first
966 time, before `ispell-dictionary-alist' is set. It is intended for
967 sysadmins to override entries in `ispell-dictionary-base-alist'
968 by putting those overrides in `ispell-base-dicts-override-alist', which is
969 a dynamically scoped var with same format as `ispell-dictionary-alist'.
970 This alist will not override the auto-detected values (e.g. if a recent
971 aspell is used along with Emacs).")
972
973 (defun ispell-set-spellchecker-params ()
974 "Initialize some spellchecker parameters when changed or first used."
975 (unless (eq ispell-last-program-name ispell-program-name)
976 (setq ispell-last-program-name ispell-program-name)
977 (ispell-kill-ispell t)
978 (if (and (condition-case ()
979 (progn
980 (setq ispell-library-directory (ispell-check-version))
981 t)
982 (error nil))
983 ispell-really-aspell
984 ispell-aspell-supports-utf8
985 ;; XEmacs does not like [:alpha:] regexps.
986 (string-match "^[[:alpha:]]+$" "abcde"))
987 (unless ispell-aspell-dictionary-alist
988 (ispell-find-aspell-dictionaries)))
989
990 ;; Substitute ispell-dictionary-alist with the list of dictionaries
991 ;; corresponding to the given spellchecker. If a recent aspell, use
992 ;; the list of really installed dictionaries and add to it elements
993 ;; of the original list that are not present there. Allow distro info.
994 (let ((found-dicts-alist
995 (if (and ispell-really-aspell
996 ispell-aspell-supports-utf8)
997 ispell-aspell-dictionary-alist
998 nil))
999 ispell-base-dicts-override-alist ; Override only base-dicts-alist
1000 all-dicts-alist)
1001
1002 (run-hooks 'ispell-initialize-spellchecker-hook)
1003
1004 ;; Add dicts to ``ispell-dictionary-alist'' unless already present.
1005 (dolist (dict (append found-dicts-alist
1006 ispell-base-dicts-override-alist
1007 ispell-dictionary-base-alist))
1008 (unless (assoc (car dict) all-dicts-alist)
1009 (add-to-list 'all-dicts-alist dict)))
1010 (setq ispell-dictionary-alist all-dicts-alist))))
1011
1012
1013 (defun ispell-valid-dictionary-list ()
1014 "Returns a list of valid dictionaries.
1015 The variable `ispell-library-directory' defines the library location."
1016 ;; Initialize variables and dictionaries alists for desired spellchecker.
1017 ;; Make sure ispell.el is loaded to avoid some autoload loops in XEmacs
1018 ;; (and may be others)
1019 (if (featurep 'ispell)
1020 (ispell-set-spellchecker-params))
1021
1022 (let ((dicts (append ispell-local-dictionary-alist ispell-dictionary-alist))
1023 (dict-list (cons "default" nil))
1024 name load-dict)
1025 (dolist (dict dicts)
1026 (setq name (car dict)
1027 load-dict (car (cdr (member "-d" (nth 5 dict)))))
1028 ;; Include if the dictionary is in the library, or dir not defined.
1029 (if (and
1030 name
1031 ;; include all dictionaries if lib directory not known.
1032 ;; For Aspell, we already know which dictionaries exist.
1033 (or ispell-really-aspell
1034 (not ispell-library-directory)
1035 (file-exists-p (concat ispell-library-directory
1036 "/" name ".hash"))
1037 (file-exists-p (concat ispell-library-directory "/" name ".has"))
1038 (and load-dict
1039 (or (file-exists-p (concat ispell-library-directory
1040 "/" load-dict ".hash"))
1041 (file-exists-p (concat ispell-library-directory
1042 "/" load-dict ".has"))))))
1043 (setq dict-list (cons name dict-list))))
1044 dict-list))
1045
1046 ;;; define commands in menu in opposite order you want them to appear.
1047 ;;;###autoload
1048 (if ispell-menu-map-needed
1049 (progn
1050 (setq ispell-menu-map (make-sparse-keymap "Spell"))
1051 (define-key ispell-menu-map [ispell-change-dictionary]
1052 '(menu-item "Change Dictionary..." ispell-change-dictionary
1053 :help "Supply explicit dictionary file name"))
1054 (define-key ispell-menu-map [ispell-kill-ispell]
1055 '(menu-item "Kill Process" ispell-kill-ispell
1056 :enable (and (boundp 'ispell-process) ispell-process
1057 (eq (ispell-process-status) 'run))
1058 :help "Terminate Ispell subprocess"))
1059 (define-key ispell-menu-map [ispell-pdict-save]
1060 '(menu-item "Save Dictionary"
1061 (lambda () (interactive) (ispell-pdict-save t t))
1062 :help "Save personal dictionary"))
1063 (define-key ispell-menu-map [ispell-customize]
1064 '(menu-item "Customize..."
1065 (lambda () (interactive) (customize-group 'ispell))
1066 :help "Customize spell checking options"))
1067 (define-key ispell-menu-map [ispell-help]
1068 ;; use (x-popup-menu last-nonmenu-event(list "" ispell-help-list)) ?
1069 '(menu-item "Help"
1070 (lambda () (interactive) (describe-function 'ispell-help))
1071 :help "Show standard Ispell keybindings and commands"))
1072 (define-key ispell-menu-map [flyspell-mode]
1073 '(menu-item "Automatic spell checking (Flyspell)"
1074 flyspell-mode
1075 :help "Check spelling while you edit the text"
1076 :button (:toggle . (bound-and-true-p flyspell-mode))))
1077 (define-key ispell-menu-map [ispell-complete-word]
1078 '(menu-item "Complete Word" ispell-complete-word
1079 :help "Complete word at cursor using dictionary"))
1080 (define-key ispell-menu-map [ispell-complete-word-interior-frag]
1081 '(menu-item "Complete Word Fragment" ispell-complete-word-interior-frag
1082 :help "Complete word fragment at cursor"))))
1083
1084 ;;;###autoload
1085 (if ispell-menu-map-needed
1086 (progn
1087 (define-key ispell-menu-map [ispell-continue]
1088 '(menu-item "Continue Spell-Checking" ispell-continue
1089 :enable (and (boundp 'ispell-region-end)
1090 (marker-position ispell-region-end)
1091 (equal (marker-buffer ispell-region-end)
1092 (current-buffer)))
1093 :help "Continue spell checking last region"))
1094 (define-key ispell-menu-map [ispell-word]
1095 '(menu-item "Spell-Check Word" ispell-word
1096 :help "Spell-check word at cursor"))
1097 (define-key ispell-menu-map [ispell-comments-and-strings]
1098 '(menu-item "Spell-Check Comments" ispell-comments-and-strings
1099 :help "Spell-check only comments and strings"))))
1100
1101 ;;;###autoload
1102 (if ispell-menu-map-needed
1103 (progn
1104 (define-key ispell-menu-map [ispell-region]
1105 '(menu-item "Spell-Check Region" ispell-region
1106 :enable mark-active
1107 :help "Spell-check text in marked region"))
1108 (define-key ispell-menu-map [ispell-message]
1109 '(menu-item "Spell-Check Message" ispell-message
1110 :visible (eq major-mode 'mail-mode)
1111 :help "Skip headers and included message text"))
1112 (define-key ispell-menu-map [ispell-buffer]
1113 '(menu-item "Spell-Check Buffer" ispell-buffer
1114 :help "Check spelling of selected buffer"))
1115 ;;(put 'ispell-region 'menu-enable 'mark-active)
1116 (fset 'ispell-menu-map (symbol-value 'ispell-menu-map))))
1117
1118 ;;; XEmacs versions 19 & 20
1119 (if (and (featurep 'xemacs)
1120 (featurep 'menubar)
1121 ;;(null ispell-menu-xemacs)
1122 (not (and (boundp 'infodock-version) infodock-version)))
1123 (let ((dicts (if (fboundp 'ispell-valid-dictionary-list)
1124 (reverse (ispell-valid-dictionary-list))))
1125 (current-menubar (or current-menubar default-menubar))
1126 (menu
1127 '(["Help" (describe-function 'ispell-help) t]
1128 ;;["Help" (popup-menu ispell-help-list) t]
1129 ["Check Message" ispell-message t]
1130 ["Check Buffer" ispell-buffer t]
1131 ["Check Comments" ispell-comments-and-strings t]
1132 ["Check Word" ispell-word t]
1133 ["Check Region" ispell-region (or (not zmacs-regions) (mark))]
1134 ["Continue Check" ispell-continue t]
1135 ["Complete Word Frag"ispell-complete-word-interior-frag t]
1136 ["Complete Word" ispell-complete-word t]
1137 ["Kill Process" ispell-kill-ispell t]
1138 ["Customize..." (customize-group 'ispell) t]
1139 ;; flyspell-mode may not be bound...
1140 ;;["flyspell" flyspell-mode
1141 ;; :style toggle :selected flyspell-mode ]
1142 "-"
1143 ["Save Personal Dict"(ispell-pdict-save t t) t]
1144 ["Change Dictionary" ispell-change-dictionary t])))
1145 (if (null dicts)
1146 (setq dicts (cons "default" nil)))
1147 (dolist (name dicts)
1148 (setq menu (append menu
1149 (list
1150 (vector
1151 (concat "Select " (capitalize name))
1152 (list 'ispell-change-dictionary name)
1153 t)))))
1154 (setq ispell-menu-xemacs menu)
1155 (if current-menubar
1156 (progn
1157 (if (car (find-menu-item current-menubar '("Cmds")))
1158 (progn
1159 ;; XEmacs 21.2
1160 (delete-menu-item '("Cmds" "Spell-Check"))
1161 (add-menu '("Cmds") "Spell-Check" ispell-menu-xemacs))
1162 ;; previous
1163 (delete-menu-item '("Edit" "Spell")) ; in case already defined
1164 (add-menu '("Edit") "Spell" ispell-menu-xemacs))))))
1165
1166 (defalias 'ispell-int-char
1167 ;; Allow incrementing characters as integers in XEmacs 20
1168 (if (and (featurep 'xemacs)
1169 (fboundp 'int-char))
1170 'int-char
1171 ;; Emacs and XEmacs 19 or earlier
1172 'identity))
1173
1174
1175 ;;; **********************************************************************
1176
1177
1178 ;;; This variable contains the current dictionary being used if the ispell
1179 ;;; process is running.
1180 (defvar ispell-current-dictionary nil
1181 "The name of the current dictionary, or nil for the default.
1182 This is passed to the ispell process using the `-d' switch and is
1183 used as key in `ispell-local-dictionary-alist' and `ispell-dictionary-alist'.")
1184
1185 (defvar ispell-current-personal-dictionary nil
1186 "The name of the current personal dictionary, or nil for the default.
1187 This is passed to the ispell process using the `-p' switch.")
1188
1189 (defvar ispell-dictionary nil
1190 "Default dictionary to use if `ispell-local-dictionary' is nil.")
1191
1192 (defun ispell-decode-string (str)
1193 "Decodes multibyte character strings.
1194 Protects against bogus binding of `enable-multibyte-characters' in XEmacs."
1195 ;; FIXME: enable-multibyte-characters is read-only, so bogus bindings are
1196 ;; really nasty (they signal an error in Emacs): Who does that? --Stef
1197 (if (and (or (featurep 'xemacs)
1198 (and (boundp 'enable-multibyte-characters)
1199 enable-multibyte-characters))
1200 (fboundp 'decode-coding-string)
1201 (ispell-get-coding-system))
1202 (decode-coding-string str (ispell-get-coding-system))
1203 str))
1204
1205 ;; Return a string decoded from Nth element of the current dictionary.
1206 (defun ispell-get-decoded-string (n)
1207 (let* ((slot (or
1208 (assoc ispell-current-dictionary ispell-local-dictionary-alist)
1209 (assoc ispell-current-dictionary ispell-dictionary-alist)))
1210 (str (nth n slot)))
1211 (when (and (> (length str) 0)
1212 (not (multibyte-string-p str)))
1213 (setq str (ispell-decode-string str))
1214 (or (multibyte-string-p str)
1215 (setq str (string-to-multibyte str))))
1216 str))
1217
1218 (defun ispell-get-casechars ()
1219 (ispell-get-decoded-string 1))
1220 (defun ispell-get-not-casechars ()
1221 (ispell-get-decoded-string 2))
1222 (defun ispell-get-otherchars ()
1223 (ispell-get-decoded-string 3))
1224 (defun ispell-get-many-otherchars-p ()
1225 (nth 4 (or (assoc ispell-current-dictionary ispell-local-dictionary-alist)
1226 (assoc ispell-current-dictionary ispell-dictionary-alist))))
1227 (defun ispell-get-ispell-args ()
1228 (nth 5 (or (assoc ispell-current-dictionary ispell-local-dictionary-alist)
1229 (assoc ispell-current-dictionary ispell-dictionary-alist))))
1230 (defun ispell-get-extended-character-mode ()
1231 (nth 6 (or (assoc ispell-current-dictionary ispell-local-dictionary-alist)
1232 (assoc ispell-current-dictionary ispell-dictionary-alist))))
1233 (defun ispell-get-coding-system ()
1234 (nth 7 (or (assoc ispell-current-dictionary ispell-local-dictionary-alist)
1235 (assoc ispell-current-dictionary ispell-dictionary-alist))))
1236
1237
1238 (defvar ispell-pdict-modified-p nil
1239 "Non-nil means personal dictionary has modifications to be saved.")
1240
1241 ;;; If you want to save the dictionary when quitting, must do so explicitly.
1242 ;;; When non-nil, the spell session is terminated.
1243 ;;; When numeric, contains cursor location in buffer, and cursor remains there.
1244 (defvar ispell-quit nil)
1245
1246 (defvar ispell-process-directory nil
1247 "The directory where `ispell-process' was started.")
1248
1249 (defvar ispell-filter nil
1250 "Output filter from piped calls to Ispell.")
1251
1252 (defvar ispell-filter-continue nil
1253 "Control variable for Ispell filter function.")
1254
1255 (defvar ispell-output-buffer nil
1256 "Buffer used for reading output of a synchronous Ispell subprocess.")
1257
1258 (defvar ispell-session-buffer nil
1259 "Buffer used for passing input to a synchronous Ispell subprocess.")
1260
1261 (defvar ispell-cmd-args nil
1262 "Command-line arguments to pass to a synchronous Ispell subprocess.")
1263
1264 (defvar ispell-query-replace-marker (make-marker)
1265 "Marker for `query-replace' processing.")
1266
1267 (defvar ispell-recursive-edit-marker (make-marker)
1268 "Marker for return point from recursive edit.")
1269
1270 (defvar ispell-checking-message nil
1271 "Non-nil when we're checking a mail message.
1272 Set to the MIME boundary locations when checking messages.")
1273
1274 (defconst ispell-choices-buffer "*Choices*")
1275
1276 (defvar ispell-overlay nil "Overlay variable for Ispell highlighting.")
1277
1278 ;;; *** Buffer Local Definitions ***
1279
1280 (defconst ispell-words-keyword "LocalWords: "
1281 "The keyword for local oddly-spelled words to accept.
1282 The keyword will be followed by any number of local word spellings.
1283 There can be multiple of these keywords in the file.")
1284
1285 (defconst ispell-dictionary-keyword "Local IspellDict: "
1286 "The keyword for a local dictionary to use.
1287 The keyword must be followed by a valid dictionary name, defined in
1288 `ispell-local-dictionary-alist' or `ispell-dictionary-alist'.
1289 When multiple occurrences exist, the last keyword
1290 definition is used.")
1291
1292 (defconst ispell-pdict-keyword "Local IspellPersDict: "
1293 "The keyword for defining buffer local dictionaries.
1294 Keyword must be followed by the filename of a personal dictionary.
1295 The last occurring definition in the buffer will be used.")
1296
1297 (defconst ispell-parsing-keyword "Local IspellParsing: "
1298 "The keyword for overriding default Ispell parsing.
1299 The above keyword string should be followed by `latex-mode' or
1300 `nroff-mode' to put the current buffer into the desired parsing mode.
1301
1302 Extended character mode can be changed for this buffer by placing
1303 a `~' followed by an extended-character mode -- such as `~.tex'.
1304 The last occurring definition in the buffer will be used.")
1305
1306 ;;;###autoload
1307 (defvar ispell-skip-region-alist
1308 '((ispell-words-keyword forward-line)
1309 (ispell-dictionary-keyword forward-line)
1310 (ispell-pdict-keyword forward-line)
1311 (ispell-parsing-keyword forward-line)
1312 ("^---*BEGIN PGP [A-Z ]*--*" . "^---*END PGP [A-Z ]*--*")
1313 ;; assume multiline uuencoded file? "\nM.*$"?
1314 ("^begin [0-9][0-9][0-9] [^ \t]+$" . "\nend\n")
1315 ("^%!PS-Adobe-[123].0" . "\n%%EOF\n")
1316 ("^---* \\(Start of \\)?[Ff]orwarded [Mm]essage"
1317 . "^---* End of [Ff]orwarded [Mm]essage")
1318 ;; Matches e-mail addresses, file names, http addresses, etc. The
1319 ;; `-+' `_+' patterns are necessary for performance reasons when
1320 ;; `-' or `_' part of word syntax.
1321 ("\\(--+\\|_+\\|\\(/\\w\\|\\(\\(\\w\\|[-_]\\)+[.:@]\\)\\)\\(\\w\\|[-_]\\)*\\([.:/@]+\\(\\w\\|[-_~=?&]\\)+\\)+\\)")
1322 ;; above checks /.\w sequences
1323 ;;("\\(--+\\|\\(/\\|\\(\\(\\w\\|[-_]\\)+[.:@]\\)\\)\\(\\w\\|[-_]\\)*\\([.:/@]+\\(\\w\\|[-_~=?&]\\)+\\)+\\)")
1324 ;; This is a pretty complex regexp. It can be simplified to the following:
1325 ;; "\\(\\w\\|[-_]\\)*\\([.:/@]+\\(\\w\\|[-_]\\|~\\)+\\)+"
1326 ;; but some valid text will be skipped, e.g. "his/her". This could be
1327 ;; fixed up (at the expense of a moderately more complex regexp)
1328 ;; by not allowing "/" to be the character which triggers the
1329 ;; identification of the computer name, e.g.:
1330 ;; "\\(\\w\\|[-_]\\)+[.:@]\\(\\w\\|[-_]\\)*\\([.:/@]+\\(\\w\\|[-_]\\|~\\)+\\)+"
1331 )
1332 "Alist expressing beginning and end of regions not to spell check.
1333 The alist key must be a regular expression.
1334 Valid forms include:
1335 (KEY) - just skip the key.
1336 (KEY . REGEXP) - skip to the end of REGEXP. REGEXP may be string or symbol.
1337 (KEY REGEXP) - skip to end of REGEXP. REGEXP must be a string.
1338 (KEY FUNCTION ARGS) - FUNCTION called with ARGS returns end of region.")
1339 (put 'ispell-skip-region-alist 'risky-local-variable t)
1340
1341
1342 ;;;###autoload
1343 (defvar ispell-tex-skip-alists
1344 '((;;("%\\[" . "%\\]") ; AMStex block comment...
1345 ;; All the standard LaTeX keywords from L. Lamport's guide:
1346 ;; \cite, \hspace, \hspace*, \hyphenation, \include, \includeonly, \input,
1347 ;; \label, \nocite, \rule (in ispell - rest included here)
1348 ("\\\\addcontentsline" ispell-tex-arg-end 2)
1349 ("\\\\add\\(tocontents\\|vspace\\)" ispell-tex-arg-end)
1350 ("\\\\\\([aA]lph\\|arabic\\)" ispell-tex-arg-end)
1351 ;;("\\\\author" ispell-tex-arg-end)
1352 ("\\\\bibliographystyle" ispell-tex-arg-end)
1353 ("\\\\makebox" ispell-tex-arg-end 0)
1354 ("\\\\e?psfig" ispell-tex-arg-end)
1355 ("\\\\document\\(class\\|style\\)" .
1356 "\\\\begin[ \t\n]*{[ \t\n]*document[ \t\n]*}"))
1357 (;; delimited with \begin. In ispell: displaymath, eqnarray, eqnarray*,
1358 ;; equation, minipage, picture, tabular, tabular* (ispell)
1359 ("\\(figure\\|table\\)\\*?" ispell-tex-arg-end 0)
1360 ("list" ispell-tex-arg-end 2)
1361 ("program" . "\\\\end[ \t\n]*{[ \t\n]*program[ \t\n]*}")
1362 ("verbatim\\*?" . "\\\\end[ \t\n]*{[ \t\n]*verbatim\\*?[ \t\n]*}")))
1363 "*Lists of regions to be skipped in TeX mode.
1364 First list is used raw.
1365 Second list has key placed inside \\begin{}.
1366
1367 Delete or add any regions you want to be automatically selected
1368 for skipping in latex mode.")
1369 (put 'ispell-tex-skip-alist 'risky-local-variable t)
1370
1371
1372 ;;;###autoload
1373 (defvar ispell-html-skip-alists
1374 '(("<[cC][oO][dD][eE]\\>[^>]*>" "</[cC][oO][dD][eE]*>")
1375 ("<[sS][cC][rR][iI][pP][tT]\\>[^>]*>" "</[sS][cC][rR][iI][pP][tT]>")
1376 ("<[aA][pP][pP][lL][eE][tT]\\>[^>]*>" "</[aA][pP][pP][lL][eE][tT]>")
1377 ("<[vV][eE][rR][bB]\\>[^>]*>" "<[vV][eE][rR][bB]\\>[^>]*>")
1378 ;;("<[tT][tT]\\>[^>]*>" "<[tT][tT]\\>[^>]*>")
1379 ("<[tT][tT]/" "/")
1380 ("<[^ \t\n>]" ">")
1381 ("&[^ \t\n;]" "[; \t\n]"))
1382 "*Lists of start and end keys to skip in HTML buffers.
1383 Same format as `ispell-skip-region-alist'
1384 Note - substrings of other matches must come last
1385 (e.g. \"<[tT][tT]/\" and \"<[^ \\t\\n>]\").")
1386 (put 'ispell-html-skip-alists 'risky-local-variable t)
1387
1388 (defvar ispell-local-pdict ispell-personal-dictionary
1389 "A buffer local variable containing the current personal dictionary.
1390 If non-nil, the value must be a string, which is a file name.
1391
1392 If you specify a personal dictionary for the current buffer which is
1393 different from the current personal dictionary, the effect is similar
1394 to calling \\[ispell-change-dictionary]. This variable is automatically
1395 set when defined in the file with either `ispell-pdict-keyword' or the
1396 local variable syntax.")
1397
1398 (make-variable-buffer-local 'ispell-local-pdict)
1399 ;;;###autoload(put 'ispell-local-pdict 'safe-local-variable 'stringp)
1400
1401 (defvar ispell-buffer-local-name nil
1402 "Contains the buffer name if local word definitions were used.
1403 Ispell is then restarted because the local words could conflict.")
1404
1405 (defvar ispell-parser 'use-mode-name
1406 "*Indicates whether ispell should parse the current buffer as TeX Code.
1407 Special value `use-mode-name' tries to guess using the name of `major-mode'.
1408 Default parser is `nroff'.
1409 Currently the only other valid parser is `tex'.
1410
1411 You can set this variable in hooks in your init file -- eg:
1412
1413 \(add-hook 'tex-mode-hook (lambda () (setq ispell-parser 'tex)))")
1414
1415 (defvar ispell-region-end (make-marker)
1416 "Marker that allows spelling continuations.")
1417
1418 (defvar ispell-check-only nil
1419 "If non-nil, `ispell-word' does not try to correct the word.")
1420
1421
1422 ;;; **********************************************************************
1423 ;;; **********************************************************************
1424
1425
1426
1427 ;;;###autoload (define-key esc-map "$" 'ispell-word)
1428
1429
1430 (defun ispell-accept-output (&optional timeout-secs timeout-msecs)
1431 "Wait for output from ispell process, or TIMEOUT-SECS and TIMEOUT-MSECS.
1432 If asynchronous subprocesses are not supported, call `ispell-filter' and
1433 pass it the output of the last ispell invocation."
1434 (if ispell-async-processp
1435 (accept-process-output ispell-process timeout-secs timeout-msecs)
1436 (if (null ispell-process)
1437 (error "No Ispell process to read output from!")
1438 (let ((buf ispell-output-buffer)
1439 ispell-output)
1440 (if (not (bufferp buf))
1441 (setq ispell-filter nil)
1442 (save-excursion
1443 (set-buffer buf)
1444 (setq ispell-output (buffer-substring-no-properties
1445 (point-min) (point-max))))
1446 (ispell-filter t ispell-output)
1447 (save-excursion
1448 (set-buffer buf)
1449 (erase-buffer)))))))
1450
1451 (defun ispell-send-replacement (misspelled replacement)
1452 "Notify aspell that MISSPELLED should be spelled REPLACEMENT.
1453 This allows it to improve the suggestion list based on actual mispellings."
1454 (and ispell-really-aspell
1455 (ispell-send-string (concat "$$ra " misspelled "," replacement "\n"))))
1456
1457
1458 (defun ispell-send-string (string)
1459 "Send the string STRING to the Ispell process."
1460 (if ispell-async-processp
1461 (process-send-string ispell-process string)
1462 ;; Asynchronous subprocesses aren't supported on this losing system.
1463 ;; We keep all the directives passed to Ispell during the entire
1464 ;; session in a buffer, and pass them anew each time we invoke
1465 ;; Ispell to process another chunk of text. (Yes, I know this is a
1466 ;; terrible kludge, and it's a bit slow, but it does get the work done.)
1467 (let ((cmd (aref string 0))
1468 ;; The following commands are not passed to Ispell until
1469 ;; we have a *real* reason to invoke it.
1470 (cmds-to-defer '(?* ?@ ?~ ?+ ?- ?! ?%))
1471 (default-major-mode 'fundamental-mode)
1472 (session-buf ispell-session-buffer)
1473 (output-buf ispell-output-buffer)
1474 (ispell-args ispell-cmd-args)
1475 (defdir ispell-process-directory)
1476 prev-pos)
1477 (save-excursion
1478 (set-buffer session-buf)
1479 (setq prev-pos (point))
1480 (setq default-directory defdir)
1481 (insert string)
1482 (if (not (memq cmd cmds-to-defer))
1483 (let (coding-system-for-read coding-system-for-write status)
1484 (if (and (boundp 'enable-multibyte-characters)
1485 enable-multibyte-characters)
1486 (setq coding-system-for-read (ispell-get-coding-system)
1487 coding-system-for-write (ispell-get-coding-system)))
1488 (set-buffer output-buf)
1489 (erase-buffer)
1490 (set-buffer session-buf)
1491 (setq status
1492 (apply 'ispell-call-process-region
1493 (point-min) (point-max)
1494 ispell-program-name nil
1495 output-buf nil
1496 "-a" "-m" ispell-args))
1497 (set-buffer output-buf)
1498 (goto-char (point-min))
1499 (save-match-data
1500 (if (not (looking-at "@(#) "))
1501 (error "Ispell error: %s"
1502 (buffer-substring-no-properties
1503 (point) (progn (end-of-line) (point)))))
1504 ;; If STRING is "^Z\n", we just started Ispell and need
1505 ;; to retain its version ID line in the output buffer.
1506 ;; Otherwise, remove the ID line, as it will confuse
1507 ;; `ispell-filter'.
1508 (or (string= string "\032\n")
1509 (progn
1510 (forward-line)
1511 (delete-region (point-min) (point))))
1512 ;; If STRING begins with ^ or any normal character, we need
1513 ;; to remove the last line from the session buffer, since it
1514 ;; was just spell-checked, and we don't want to check it again.
1515 ;; The same goes for the # command, since Ispell already saved
1516 ;; the personal dictionary.
1517 (set-buffer session-buf)
1518 (delete-region prev-pos (point))
1519 ;; Ispell run synchronously saves the personal dictionary
1520 ;; after each successful command. So we can remove any
1521 ;; lines in the session buffer that insert words into the
1522 ;; dictionary.
1523 (if (memq status '(0 nil))
1524 (let ((more-lines t))
1525 (goto-char (point-min))
1526 (while more-lines
1527 (if (looking-at "^\\*")
1528 (let ((start (point)))
1529 (forward-line)
1530 (delete-region start (point)))
1531 (setq more-lines (= 0 (forward-line))))))))))))))
1532
1533
1534 ;; Insert WORD while translating Latin characters to the equivalent
1535 ;; characters that is supported by buffer-file-coding-system.
1536
1537 (defun ispell-insert-word (word)
1538 (let ((pos (point)))
1539 (insert word)
1540 (if (char-table-p translation-table-for-input)
1541 (translate-region pos (point) translation-table-for-input))))
1542
1543 ;;;###autoload
1544 (defun ispell-word (&optional following quietly continue region)
1545 "Check spelling of word under or before the cursor.
1546 If the word is not found in dictionary, display possible corrections
1547 in a window allowing you to choose one.
1548
1549 If optional argument FOLLOWING is non-nil or if `ispell-following-word'
1550 is non-nil when called interactively, then the following word
1551 \(rather than preceding\) is checked when the cursor is not over a word.
1552 When the optional argument QUIETLY is non-nil or `ispell-quietly' is non-nil
1553 when called interactively, non-corrective messages are suppressed.
1554
1555 With a prefix argument (or if CONTINUE is non-nil),
1556 resume interrupted spell-checking of a buffer or region.
1557
1558 Interactively, in Transient Mark mode when the mark is active, call
1559 `ispell-region' to check the active region for spelling errors.
1560
1561 Word syntax is controlled by the definition of the chosen dictionary,
1562 which is in `ispell-local-dictionary-alist' or `ispell-dictionary-alist'.
1563
1564 This will check or reload the dictionary. Use \\[ispell-change-dictionary]
1565 or \\[ispell-region] to update the Ispell process.
1566
1567 Return values:
1568 nil word is correct or spelling is accepted.
1569 0 word is inserted into buffer-local definitions.
1570 \"word\" word corrected from word list.
1571 \(\"word\" arg\) word is hand entered.
1572 quit spell session exited."
1573 (interactive (list ispell-following-word ispell-quietly current-prefix-arg t))
1574 (cond
1575 ((and region (use-region-p))
1576 (ispell-region (region-beginning) (region-end)))
1577 (continue (ispell-continue))
1578 (t
1579 (ispell-set-spellchecker-params) ; Initialize variables and dicts alists
1580 (ispell-accept-buffer-local-defs) ; use the correct dictionary
1581 (let ((cursor-location (point)) ; retain cursor location
1582 (word (ispell-get-word following))
1583 start end poss new-word replace)
1584 ;; De-structure return word info list.
1585 (setq start (car (cdr word))
1586 end (car (cdr (cdr word)))
1587 word (car word))
1588
1589 ;; At this point it used to ignore 2-letter words.
1590 ;; But that is silly; if the user asks for it, we should do it. - rms.
1591 (or quietly
1592 (message "Checking spelling of %s..."
1593 (funcall ispell-format-word-function word)))
1594 (ispell-send-string "%\n") ; put in verbose mode
1595 (ispell-send-string (concat "^" word "\n"))
1596 ;; wait until ispell has processed word
1597 (while (progn
1598 (ispell-accept-output)
1599 (not (string= "" (car ispell-filter)))))
1600 ;;(ispell-send-string "!\n") ;back to terse mode.
1601 (setq ispell-filter (cdr ispell-filter)) ; remove extra \n
1602 (if (and ispell-filter (listp ispell-filter))
1603 (if (> (length ispell-filter) 1)
1604 (error "Ispell and its process have different character maps")
1605 (setq poss (ispell-parse-output (car ispell-filter)))))
1606 (cond ((eq poss t)
1607 (or quietly
1608 (message "%s is correct"
1609 (funcall ispell-format-word-function word)))
1610 (and (featurep 'xemacs)
1611 (extent-at start)
1612 (and (fboundp 'delete-extent)
1613 (delete-extent (extent-at start)))))
1614 ((stringp poss)
1615 (or quietly
1616 (message "%s is correct because of root %s"
1617 (funcall ispell-format-word-function word)
1618 (funcall ispell-format-word-function poss)))
1619 (and (featurep 'xemacs)
1620 (extent-at start)
1621 (and (fboundp 'delete-extent)
1622 (delete-extent (extent-at start)))))
1623 ((null poss) (message "Error in ispell process"))
1624 (ispell-check-only ; called from ispell minor mode.
1625 (if (fboundp 'make-extent)
1626 (if (fboundp 'set-extent-property)
1627 (let ((ext (make-extent start end)))
1628 (set-extent-property ext 'face ispell-highlight-face)
1629 (set-extent-property ext 'priority 2000)))
1630 (beep)
1631 (message "%s is incorrect"
1632 (funcall ispell-format-word-function word))))
1633 (t ; prompt for correct word.
1634 (save-window-excursion
1635 (setq replace (ispell-command-loop
1636 (car (cdr (cdr poss)))
1637 (car (cdr (cdr (cdr poss))))
1638 (car poss) start end)))
1639 (cond ((equal 0 replace)
1640 (ispell-add-per-file-word-list (car poss)))
1641 (replace
1642 (setq new-word (if (atom replace) replace (car replace))
1643 cursor-location (+ (- (length word) (- end start))
1644 cursor-location))
1645 (if (not (equal new-word (car poss)))
1646 (progn
1647 (goto-char start)
1648 ;; Insert first and then delete,
1649 ;; to avoid collapsing markers before and after
1650 ;; into a single place.
1651 (ispell-insert-word new-word)
1652 (delete-region (point) end)
1653 ;; It is meaningless to preserve the cursor position
1654 ;; inside a word that has changed.
1655 (setq cursor-location (point))
1656 (setq end (point))))
1657 (if (not (atom replace)) ;recheck spelling of replacement
1658 (progn
1659 (if (car (cdr replace)) ; query replace requested
1660 (save-window-excursion
1661 (query-replace word new-word t)))
1662 (goto-char start)
1663 ;; single word could be split into multiple words
1664 (setq ispell-quit (not (ispell-region start end)))
1665 ))))
1666 ;; keep if rechecking word and we keep choices win.
1667 (if (get-buffer ispell-choices-buffer)
1668 (kill-buffer ispell-choices-buffer))))
1669 (ispell-pdict-save ispell-silently-savep)
1670 ;; NB: Cancels ispell-quit incorrectly if called from ispell-region
1671 (if ispell-quit (setq ispell-quit nil replace 'quit))
1672 (goto-char cursor-location) ; return to original location
1673 replace))))
1674
1675
1676 (defun ispell-get-word (following &optional extra-otherchars)
1677 "Return the word for spell-checking according to ispell syntax.
1678 If optional argument FOLLOWING is non-nil or if `ispell-following-word'
1679 is non-nil when called interactively, then the following word
1680 \(rather than preceding\) is checked when the cursor is not over a word.
1681 Optional second argument contains otherchars that can be included in word
1682 many times.
1683
1684 Word syntax is controlled by the definition of the chosen dictionary,
1685 which is in `ispell-local-dictionary-alist' or `ispell-dictionary-alist'."
1686 (let* ((ispell-casechars (ispell-get-casechars))
1687 (ispell-not-casechars (ispell-get-not-casechars))
1688 (ispell-otherchars (ispell-get-otherchars))
1689 (ispell-many-otherchars-p (ispell-get-many-otherchars-p))
1690 (word-regexp (concat ispell-casechars
1691 "+\\("
1692 (if (not (string= "" ispell-otherchars))
1693 (concat ispell-otherchars "?"))
1694 (if extra-otherchars
1695 (concat extra-otherchars "?"))
1696 ispell-casechars
1697 "+\\)"
1698 (if (or ispell-many-otherchars-p
1699 extra-otherchars)
1700 "*" "?")))
1701 did-it-once prevpt
1702 start end word)
1703 ;; find the word
1704 (if (not (looking-at ispell-casechars))
1705 (if following
1706 (re-search-forward ispell-casechars (point-max) t)
1707 (re-search-backward ispell-casechars (point-min) t)))
1708 ;; move to front of word
1709 (re-search-backward ispell-not-casechars (point-min) 'start)
1710 (while (and (or (and (not (string= "" ispell-otherchars))
1711 (looking-at ispell-otherchars))
1712 (and extra-otherchars (looking-at extra-otherchars)))
1713 (not (bobp))
1714 (or (not did-it-once)
1715 ispell-many-otherchars-p)
1716 (not (eq prevpt (point))))
1717 (if (and extra-otherchars (looking-at extra-otherchars))
1718 (progn
1719 (backward-char 1)
1720 (if (looking-at ispell-casechars)
1721 (re-search-backward ispell-not-casechars (point-min) 'move)))
1722 (setq did-it-once t
1723 prevpt (point))
1724 (backward-char 1)
1725 (if (looking-at ispell-casechars)
1726 (re-search-backward ispell-not-casechars (point-min) 'move)
1727 (backward-char -1))))
1728 ;; Now mark the word and save to string.
1729 (if (not (re-search-forward word-regexp (point-max) t))
1730 (if ispell-check-only
1731 ;; return dummy word when just flagging misspellings
1732 (list "" (point) (point))
1733 (error "No word found to check!"))
1734 (setq start (copy-marker (match-beginning 0))
1735 end (point-marker)
1736 word (buffer-substring-no-properties start end))
1737 (list word start end))))
1738
1739
1740 ;;; Global ispell-pdict-modified-p is set by ispell-command-loop and
1741 ;;; tracks changes in the dictionary. The global may either be
1742 ;;; a value or a list, whose value is the state of whether the
1743 ;;; dictionary needs to be saved.
1744
1745 ;;;###autoload
1746 (defun ispell-pdict-save (&optional no-query force-save)
1747 "Check to see if the personal dictionary has been modified.
1748 If so, ask if it needs to be saved."
1749 (interactive (list ispell-silently-savep t))
1750 (if (and ispell-pdict-modified-p (listp ispell-pdict-modified-p))
1751 (setq ispell-pdict-modified-p (car ispell-pdict-modified-p)))
1752 (if (or ispell-pdict-modified-p force-save)
1753 (if (or no-query (y-or-n-p "Personal dictionary modified. Save? "))
1754 (progn
1755 (ispell-send-string "#\n") ; save dictionary
1756 (message "Personal dictionary saved."))))
1757 ;; unassert variable, even if not saved to avoid questioning.
1758 (setq ispell-pdict-modified-p nil))
1759
1760
1761 (defun ispell-command-loop (miss guess word start end)
1762 "Display possible corrections from list MISS.
1763 GUESS lists possibly valid affix construction of WORD.
1764 Returns nil to keep word.
1765 Returns 0 to insert locally into buffer-local dictionary.
1766 Returns string for new chosen word.
1767 Returns list for new replacement word (will be rechecked).
1768 Query-replace when list length is 2.
1769 Automatic query-replace when second element is `query-replace'.
1770 Highlights the word, which is assumed to run from START to END.
1771 Global `ispell-pdict-modified-p' becomes a list where the only value
1772 indicates whether the dictionary has been modified when option `a' or `i' is
1773 used.
1774 Global `ispell-quit' set to start location to continue spell session."
1775 (let ((count ?0)
1776 (line ispell-choices-win-default-height)
1777 ;; ensure 4 context lines.
1778 (max-lines (- (ispell-adjusted-window-height) 4))
1779 (choices miss)
1780 (window-min-height (min window-min-height
1781 ispell-choices-win-default-height))
1782 (command-characters '( ? ?i ?a ?A ?r ?R ?? ?x ?X ?q ?l ?u ?m ))
1783 (dedicated (window-dedicated-p (selected-window)))
1784 (skipped 0)
1785 char num result textwin dedicated-win)
1786
1787 ;; setup the *Choices* buffer with valid data.
1788 (save-excursion
1789 (set-buffer (get-buffer-create ispell-choices-buffer))
1790 (setq mode-line-format
1791 (concat "-- %b -- word: " word
1792 " -- dict: " (or ispell-current-dictionary "default")
1793 " -- prog: " (file-name-nondirectory ispell-program-name)))
1794 ;; XEmacs: no need for horizontal scrollbar in choices window
1795 (with-no-warnings
1796 (and (fboundp 'set-specifier)
1797 (boundp 'horizontal-scrollbar-visible-p)
1798 (set-specifier horizontal-scrollbar-visible-p nil
1799 (cons (current-buffer) nil))))
1800 (erase-buffer)
1801 (if guess
1802 (progn
1803 (insert "Affix rules generate and capitalize "
1804 "this word as shown below:\n\t")
1805 (while guess
1806 (if (> (+ 4 (current-column) (length (car guess)))
1807 (window-width))
1808 (progn
1809 (insert "\n\t")
1810 (setq line (1+ line))))
1811 (insert (car guess) " ")
1812 (setq guess (cdr guess)))
1813 (insert "\nUse option `i' to accept this spelling and put it in your private dictionary.")
1814 (setq line (+ line (if choices 3 2)))))
1815 (while (and choices
1816 (< (if (> (+ 7 (current-column) (length (car choices))
1817 (if (> count ?~) 3 0))
1818 (window-width))
1819 (progn
1820 (insert "\n")
1821 (setq line (1+ line)))
1822 line)
1823 max-lines))
1824 ;; not so good if there are over 20 or 30 options, but then, if
1825 ;; there are that many you don't want to scan them all anyway...
1826 (while (memq count command-characters) ; skip command characters.
1827 (setq count (ispell-int-char (1+ count))
1828 skipped (1+ skipped)))
1829 (insert "(" count ") " (car choices) " ")
1830 (setq choices (cdr choices)
1831 count (ispell-int-char (1+ count))))
1832 (setq count (ispell-int-char (- count ?0 skipped))))
1833
1834 ;; ensure word is visible
1835 (if (not (pos-visible-in-window-p end))
1836 (sit-for 0))
1837
1838 ;; allow temporary split of dedicated windows...
1839 (if dedicated
1840 (progn
1841 (setq dedicated-win (selected-window))
1842 (set-window-dedicated-p dedicated-win nil)))
1843
1844 ;; Display choices for misspelled word.
1845 (ispell-show-choices line end)
1846 (select-window (setq textwin (next-window)))
1847
1848 ;; highlight word, protecting current buffer status
1849 (unwind-protect
1850 (progn
1851 (and ispell-highlight-p
1852 (ispell-highlight-spelling-error start end t))
1853 ;; Loop until a valid choice is made.
1854 (while
1855 (eq
1856 t
1857 (setq
1858 result
1859 (progn
1860 (undo-boundary)
1861 (let (message-log-max)
1862 (message (concat "C-h or ? for more options; SPC to leave "
1863 "unchanged, Character to replace word")))
1864 (let ((inhibit-quit t)
1865 (input-valid t))
1866 (setq char nil skipped 0)
1867 ;; If the user types C-g, or generates some other
1868 ;; non-character event (such as a frame switch
1869 ;; event), stop ispell. As a special exception,
1870 ;; ignore mouse events occuring in the same frame.
1871 (while (and input-valid (not (characterp char)))
1872 (setq char (read-event))
1873 (setq input-valid
1874 (or (characterp char)
1875 (and (mouse-event-p char)
1876 (eq (selected-frame)
1877 (window-frame
1878 (posn-window (event-start char))))))))
1879 (when (or quit-flag (not input-valid) (= char ?\C-g))
1880 (setq char ?X quit-flag nil)))
1881 ;; Adjust num to array offset skipping command characters.
1882 (let ((com-chars command-characters))
1883 (while com-chars
1884 (if (and (> (car com-chars) ?0) (< (car com-chars) char))
1885 (setq skipped (1+ skipped)))
1886 (setq com-chars (cdr com-chars)))
1887 (setq num (- char ?0 skipped)))
1888
1889 (cond
1890 ((= char ? ) nil) ; accept word this time only
1891 ((= char ?i) ; accept and insert word into pers dict
1892 (ispell-send-string (concat "*" word "\n"))
1893 (setq ispell-pdict-modified-p '(t)) ; dictionary modified!
1894 nil)
1895 ((or (= char ?a) (= char ?A)) ; accept word without insert
1896 (ispell-send-string (concat "@" word "\n"))
1897 (if (null ispell-pdict-modified-p)
1898 (setq ispell-pdict-modified-p
1899 (list ispell-pdict-modified-p)))
1900 (if (= char ?A) 0)) ; return 0 for ispell-add buffer-local
1901 ((or (= char ?r) (= char ?R)) ; type in replacement
1902 (and (eq 'block ispell-highlight-p) ; refresh tty's
1903 (ispell-highlight-spelling-error start end nil t))
1904 (let ((result
1905 (if (or (= char ?R) ispell-query-replace-choices)
1906 (list (read-string
1907 (format "Query-replacement for %s: "word)
1908 word)
1909 t)
1910 (cons (read-string "Replacement for: " word)
1911 nil))))
1912 (and (eq 'block ispell-highlight-p)
1913 (ispell-highlight-spelling-error start end nil
1914 'block))
1915 result))
1916 ((or (= char ??) (= char help-char) (= char ?\C-h))
1917 (and (eq 'block ispell-highlight-p)
1918 (ispell-highlight-spelling-error start end nil t))
1919 (ispell-help)
1920 (and (eq 'block ispell-highlight-p)
1921 (ispell-highlight-spelling-error start end nil
1922 'block))
1923 t)
1924 ;; Quit and move point back.
1925 ((= char ?x)
1926 (ispell-pdict-save ispell-silently-savep)
1927 (message "Exited spell-checking")
1928 (setq ispell-quit t)
1929 nil)
1930 ;; Quit and preserve point.
1931 ((= char ?X)
1932 (ispell-pdict-save ispell-silently-savep)
1933 (message "%s"
1934 (substitute-command-keys
1935 (concat "Spell-checking suspended;"
1936 " use C-u \\[ispell-word] to resume")))
1937 (setq ispell-quit start)
1938 nil)
1939 ((= char ?q)
1940 (if (y-or-n-p "Really kill Ispell process? ")
1941 (progn
1942 (ispell-kill-ispell t) ; terminate process.
1943 (setq ispell-quit (or (not ispell-checking-message)
1944 (point))
1945 ispell-pdict-modified-p nil))
1946 t)) ; continue if they don't quit.
1947 ((= char ?l)
1948 (and (eq 'block ispell-highlight-p) ; refresh tty displays
1949 (ispell-highlight-spelling-error start end nil t))
1950 (let ((new-word (read-string
1951 "Lookup string (`*' is wildcard): "
1952 word)))
1953 (if new-word
1954 (progn
1955 (save-excursion
1956 (set-buffer (get-buffer-create
1957 ispell-choices-buffer))
1958 (erase-buffer)
1959 (setq count ?0
1960 skipped 0
1961 mode-line-format
1962 (concat "-- %b -- word: " new-word
1963 " -- dict: "
1964 ispell-alternate-dictionary)
1965 miss (lookup-words new-word)
1966 choices miss
1967 line ispell-choices-win-default-height)
1968 (while (and choices ; adjust choices window.
1969 (< (if (> (+ 7 (current-column)
1970 (length (car choices))
1971 (if (> count ?~) 3 0))
1972 (window-width))
1973 (progn
1974 (insert "\n")
1975 (setq line (1+ line)))
1976 line)
1977 max-lines))
1978 (while (memq count command-characters)
1979 (setq count (ispell-int-char (1+ count))
1980 skipped (1+ skipped)))
1981 (insert "(" count ") " (car choices) " ")
1982 (setq choices (cdr choices)
1983 count (ispell-int-char (1+ count))))
1984 (setq count (ispell-int-char
1985 (- count ?0 skipped))))
1986 (ispell-show-choices line end)
1987 (select-window (next-window)))))
1988 (and (eq 'block ispell-highlight-p)
1989 (ispell-highlight-spelling-error start end nil
1990 'block))
1991 t) ; reselect from new choices
1992 ((= char ?u) ; insert lowercase into dictionary
1993 (ispell-send-string (concat "*" (downcase word) "\n"))
1994 (setq ispell-pdict-modified-p '(t)) ; dictionary modified!
1995 nil)
1996 ((= char ?m) ; type in what to insert
1997 (ispell-send-string
1998 (concat "*" (read-string "Insert: " word) "\n"))
1999 (setq ispell-pdict-modified-p '(t))
2000 (cons word nil))
2001 ((and (>= num 0) (< num count))
2002 (if ispell-query-replace-choices ; Query replace flag
2003 (list (nth num miss) 'query-replace)
2004 (nth num miss)))
2005 ((= char ?\C-l)
2006 (redraw-display) t)
2007 ((= char ?\C-r)
2008 ;; This may have alignment errors if current line is edited
2009 (if (marker-position ispell-recursive-edit-marker)
2010 (progn
2011 (message "Only one recursive edit session supported")
2012 (beep)
2013 (sit-for 2))
2014 (set-marker ispell-recursive-edit-marker start)
2015 ;;(set-marker ispell-region-end reg-end)
2016 (and ispell-highlight-p ; unhighlight
2017 (ispell-highlight-spelling-error start end))
2018 (unwind-protect
2019 (progn
2020 (message
2021 "%s"
2022 (substitute-command-keys
2023 (concat "Exit recursive edit with"
2024 " \\[exit-recursive-edit]")))
2025 (save-window-excursion (save-excursion
2026 (recursive-edit))))
2027 ;; protected
2028 (goto-char ispell-recursive-edit-marker)
2029 (if (not (equal (marker-buffer
2030 ispell-recursive-edit-marker)
2031 (current-buffer)))
2032 (progn
2033 (set-marker ispell-recursive-edit-marker nil)
2034 (error
2035 "Cannot continue ispell from this buffer.")))
2036 (set-marker ispell-recursive-edit-marker nil)))
2037 (list word nil)) ; recheck starting at this word.
2038 ((= char ?\C-z)
2039 (funcall (key-binding "\C-z"))
2040 t)
2041 (t (ding) t))))))
2042 result)
2043 ;; protected
2044 (and ispell-highlight-p ; unhighlight
2045 (save-window-excursion
2046 (select-window textwin)
2047 (ispell-highlight-spelling-error start end)))
2048 (if dedicated
2049 (set-window-dedicated-p dedicated-win t)))))
2050
2051
2052
2053 (defun ispell-show-choices (line end)
2054 "Shows the choices in another buffer or frame."
2055 (if (and ispell-use-framepop-p (fboundp 'framepop-display-buffer))
2056 (progn
2057 (framepop-display-buffer (get-buffer ispell-choices-buffer))
2058 ;;; (get-buffer-window ispell-choices-buffer t)
2059 (select-window (previous-window))) ; *Choices* window
2060 ;; standard selection by splitting a small buffer out of this window.
2061 (let ((choices-window (get-buffer-window ispell-choices-buffer)))
2062 (if choices-window
2063 (if (= line (ispell-adjusted-window-height choices-window))
2064 (select-window choices-window)
2065 ;; *Choices* window changed size. Adjust the choices window
2066 ;; without scrolling the spelled window when possible
2067 (let ((window-line
2068 (- line (ispell-adjusted-window-height choices-window)))
2069 (visible (progn (vertical-motion -1) (point))))
2070 (if (< line ispell-choices-win-default-height)
2071 (setq window-line (+ window-line
2072 (- ispell-choices-win-default-height
2073 line))))
2074 (move-to-window-line 0)
2075 (vertical-motion window-line)
2076 (set-window-start (selected-window)
2077 (if (> (point) visible) visible (point)))
2078 (goto-char end)
2079 (select-window choices-window)
2080 (enlarge-window window-line)))
2081 ;; Overlay *Choices* window when it isn't showing
2082 (ispell-overlay-window (max line ispell-choices-win-default-height)))
2083 (switch-to-buffer ispell-choices-buffer)
2084 (goto-char (point-min)))))
2085
2086
2087 ;;;###autoload
2088 (defun ispell-help ()
2089 "Display a list of the options available when a misspelling is encountered.
2090
2091 Selections are:
2092
2093 DIGIT: Replace the word with a digit offered in the *Choices* buffer.
2094 SPC: Accept word this time.
2095 `i': Accept word and insert into private dictionary.
2096 `a': Accept word for this session.
2097 `A': Accept word and place in `buffer-local dictionary'.
2098 `r': Replace word with typed-in value. Rechecked.
2099 `R': Replace word with typed-in value. Query-replaced in buffer. Rechecked.
2100 `?': Show these commands.
2101 `x': Exit spelling buffer. Move cursor to original point.
2102 `X': Exit spelling buffer. Leaves cursor at the current point, and permits
2103 the aborted check to be completed later.
2104 `q': Quit spelling session (Kills ispell process).
2105 `l': Look up typed-in replacement in alternate dictionary. Wildcards okay.
2106 `u': Like `i', but the word is lower-cased first.
2107 `m': Place typed-in value in personal dictionary, then recheck current word.
2108 `C-l': Redraw screen.
2109 `C-r': Recursive edit.
2110 `C-z': Suspend Emacs or iconify frame."
2111
2112 (if (equal ispell-help-in-bufferp 'electric)
2113 (progn
2114 (require 'ehelp)
2115 (with-electric-help
2116 (function (lambda ()
2117 ;;This shouldn't be necessary: with-electric-help needs
2118 ;; an optional argument telling it about the smallest
2119 ;; acceptable window-height of the help buffer.
2120 ;;(if (< (window-height) 15)
2121 ;; (enlarge-window
2122 ;; (- 15 (ispell-adjusted-window-height))))
2123 (princ "Selections are:
2124
2125 DIGIT: Replace the word with a digit offered in the *Choices* buffer.
2126 SPC: Accept word this time.
2127 `i': Accept word and insert into private dictionary.
2128 `a': Accept word for this session.
2129 `A': Accept word and place in `buffer-local dictionary'.
2130 `r': Replace word with typed-in value. Rechecked.
2131 `R': Replace word with typed-in value. Query-replaced in buffer. Rechecked.
2132 `?': Show these commands.
2133 `x': Exit spelling buffer. Move cursor to original point.
2134 `X': Exit spelling buffer. Leaves cursor at the current point, and permits
2135 the aborted check to be completed later.
2136 `q': Quit spelling session (Kills ispell process).
2137 `l': Look up typed-in replacement in alternate dictionary. Wildcards okay.
2138 `u': Like `i', but the word is lower-cased first.
2139 `m': Place typed-in value in personal dictionary, then recheck current word.
2140 `C-l': Redraw screen.
2141 `C-r': Recursive edit.
2142 `C-z': Suspend Emacs or iconify frame.")
2143 nil))))
2144
2145
2146 (let ((help-1 (concat "[r/R]eplace word; [a/A]ccept for this session; "
2147 "[i]nsert into private dictionary"))
2148 (help-2 (concat "[l]ook a word up in alternate dictionary; "
2149 "e[x/X]it; [q]uit session"))
2150 (help-3 (concat "[u]ncapitalized insert into dict. "
2151 "Type 'x C-h f ispell-help' for more help")))
2152 (save-window-excursion
2153 (if ispell-help-in-bufferp
2154 (progn
2155 (ispell-overlay-window 4)
2156 (switch-to-buffer (get-buffer-create "*Ispell Help*"))
2157 (insert (concat help-1 "\n" help-2 "\n" help-3))
2158 (sit-for 5)
2159 (kill-buffer "*Ispell Help*"))
2160 (unwind-protect
2161 (let ((resize-mini-windows 'grow-only))
2162 (select-window (minibuffer-window))
2163 (erase-buffer)
2164 (message nil)
2165 ;;(set-minibuffer-window (selected-window))
2166 (enlarge-window 2)
2167 (insert (concat help-1 "\n" help-2 "\n" help-3))
2168 (sit-for 5))
2169 (erase-buffer)))))))
2170
2171
2172 (defun lookup-words (word &optional lookup-dict)
2173 "Look up WORD in optional word-list dictionary LOOKUP-DICT.
2174 A `*' serves as a wild card. If no wild cards, `look' is used if it exists.
2175 Otherwise the variable `ispell-grep-command' contains the command used to
2176 search for the words (usually egrep).
2177
2178 Optional second argument contains the dictionary to use; the default is
2179 `ispell-alternate-dictionary'."
2180 ;; We don't use the filter for this function, rather the result is written
2181 ;; into a buffer. Hence there is no need to save the filter values.
2182 (if (null lookup-dict)
2183 (setq lookup-dict ispell-alternate-dictionary))
2184
2185 (let* ((process-connection-type ispell-use-ptys-p)
2186 (wild-p (string-match "\\*" word))
2187 (look-p (and ispell-look-p ; Only use look for an exact match.
2188 (or ispell-have-new-look (not wild-p))))
2189 (ispell-grep-buffer (get-buffer-create "*Ispell-Temp*")) ; result buf
2190 (prog (if look-p ispell-look-command ispell-grep-command))
2191 (args (if look-p ispell-look-options ispell-grep-options))
2192 status results loc)
2193 (unwind-protect
2194 (save-window-excursion
2195 (message "Starting \"%s\" process..." (file-name-nondirectory prog))
2196 (set-buffer ispell-grep-buffer)
2197 (if look-p
2198 nil
2199 ;; convert * to .*
2200 (insert "^" word "$")
2201 (while (search-backward "*" nil t) (insert "."))
2202 (setq word (buffer-string))
2203 (erase-buffer))
2204 (setq status (apply 'ispell-call-process prog nil t nil
2205 (nconc (if (and args (> (length args) 0))
2206 (list args)
2207 (if look-p nil
2208 (list "-e")))
2209 (list word)
2210 (if lookup-dict (list lookup-dict)))))
2211 ;; grep returns status 1 and no output when word not found, which
2212 ;; is a perfectly normal thing.
2213 (if (stringp status)
2214 (setq results (cons (format "error: %s exited with signal %s"
2215 (file-name-nondirectory prog) status)
2216 results))
2217 ;; else collect words into `results' in FIFO order
2218 (goto-char (point-max))
2219 ;; assure we've ended with \n
2220 (or (bobp) (= (preceding-char) ?\n) (insert ?\n))
2221 (while (not (bobp))
2222 (setq loc (point))
2223 (forward-line -1)
2224 (setq results (cons (buffer-substring-no-properties (point)
2225 (1- loc))
2226 results)))))
2227 ;; protected
2228 (kill-buffer ispell-grep-buffer)
2229 (if (and results (string-match ".+: " (car results)))
2230 (error "%s error: %s" ispell-grep-command (car results))))
2231 results))
2232
2233
2234 ;;; "ispell-filter" is a list of output lines from the generating function.
2235 ;;; Each full line (ending with \n) is a separate item on the list.
2236 ;;; "output" can contain multiple lines, part of a line, or both.
2237 ;;; "start" and "end" are used to keep bounds on lines when "output" contains
2238 ;;; multiple lines.
2239 ;;; "ispell-filter-continue" is true when we have received only part of a
2240 ;;; line as output from a generating function ("output" did not end with \n)
2241 ;;; THIS FUNCTION WILL FAIL IF THE PROCESS OUTPUT DOESN'T END WITH \n!
2242 ;;; This is the case when a process dies or fails. The default behavior
2243 ;;; in this case treats the next input received as fresh input.
2244
2245 (defun ispell-filter (process output)
2246 "Output filter function for ispell, grep, and look."
2247 (let ((start 0)
2248 (continue t)
2249 end)
2250 (while continue
2251 (setq end (string-match "\n" output start)) ; get text up to the newline.
2252 ;; If we get out of sync and ispell-filter-continue is asserted when we
2253 ;; are not continuing, treat the next item as a separate list. When
2254 ;; ispell-filter-continue is asserted, ispell-filter *should* always be a
2255 ;; list!
2256
2257 ;; Continue with same line (item)?
2258 (if (and ispell-filter-continue ispell-filter (listp ispell-filter))
2259 ;; Yes. Add it to the prev item
2260 (setcar ispell-filter
2261 (concat (car ispell-filter) (substring output start end)))
2262 ;; No. This is a new line and item.
2263 (setq ispell-filter
2264 (cons (substring output start end) ispell-filter)))
2265 (if (null end)
2266 ;; We've completed reading the output, but didn't finish the line.
2267 (setq ispell-filter-continue t continue nil)
2268 ;; skip over newline, this line complete.
2269 (setq ispell-filter-continue nil end (1+ end))
2270 (if (= end (length output)) ; No more lines in output
2271 (setq continue nil) ; so we can exit the filter.
2272 (setq start end)))))) ; else move start to next line of input
2273
2274
2275 ;;; This function destroys the mark location if it is in the word being
2276 ;;; highlighted.
2277 (defun ispell-highlight-spelling-error-generic (start end &optional highlight
2278 refresh)
2279 "Highlight the word from START to END with a kludge using `inverse-video'.
2280 When the optional third arg HIGHLIGHT is set, the word is highlighted;
2281 otherwise it is displayed normally.
2282 Uses block cursor to highlight one character.
2283 Optional REFRESH will unhighlighted then highlight, using block cursor
2284 highlighting when REFRESH is equal to `block'."
2285 (and (eq 'block ispell-highlight-p)
2286 (or (eq 'block refresh)
2287 (setq start (1+ start)))) ; On block non-refresh, inc start.
2288 (let ((modified (buffer-modified-p)) ; don't allow this fn to modify buffer
2289 (buffer-read-only nil) ; Allow highlighting read-only buffers.
2290 (text (buffer-substring-no-properties start end)) ; Save hilight region
2291 (inhibit-quit t) ; inhibit interrupt processing here.
2292 (buffer-undo-list t)) ; don't clutter the undo list.
2293 (goto-char end)
2294 (delete-region start end)
2295 (insert-char ? (- end start)) ; minimize amount of redisplay
2296 (sit-for 0) ; update display
2297 (if highlight (setq inverse-video (not inverse-video))) ; toggle video
2298 (delete-region start end) ; delete whitespace
2299 (insert text) ; insert text in inverse video.
2300 (sit-for 0) ; update display showing inverse video.
2301 (if (not highlight)
2302 (goto-char end)
2303 (setq inverse-video (not inverse-video)) ; toggle video
2304 (and (eq 'block ispell-highlight-p)
2305 (goto-char (1- start)))) ; use block cursor to "highlight" char
2306 (set-buffer-modified-p modified) ; don't modify if flag not set.
2307 (and refresh ; re-highlight
2308 (ispell-highlight-spelling-error-generic
2309 (if (eq 'block refresh) start (- start 2)) end t))))
2310
2311
2312 (defun ispell-highlight-spelling-error-xemacs (start end &optional highlight)
2313 "Highlight the word from START to END using `isearch-highlight'.
2314 When the optional third arg HIGHLIGHT is set, the word is highlighted,
2315 otherwise it is displayed normally."
2316 (if highlight
2317 (isearch-highlight start end)
2318 (isearch-dehighlight))
2319 ;;(sit-for 0)
2320 )
2321
2322
2323 (defun ispell-highlight-spelling-error-overlay (start end &optional highlight)
2324 "Highlight the word from START to END using overlays.
2325 When the optional third arg HIGHLIGHT is set, the word is highlighted
2326 otherwise it is displayed normally.
2327
2328 The variable `ispell-highlight-face' selects the face to use for highlighting."
2329 (if highlight
2330 (if ispell-overlay
2331 (move-overlay ispell-overlay start end (current-buffer))
2332 (setq ispell-overlay (make-overlay start end))
2333 (overlay-put ispell-overlay 'priority 1001) ;higher than lazy overlays
2334 (overlay-put ispell-overlay 'face ispell-highlight-face))
2335 (if ispell-overlay
2336 (delete-overlay ispell-overlay)))
2337 (if (and ispell-lazy-highlight (boundp 'lazy-highlight-cleanup))
2338 (if highlight
2339 (let ((isearch-string
2340 (concat
2341 "\\b"
2342 (regexp-quote (buffer-substring-no-properties start end))
2343 "\\b"))
2344 (isearch-regexp t)
2345 (isearch-case-fold-search nil))
2346 (isearch-lazy-highlight-new-loop
2347 (if (boundp 'reg-start) reg-start)
2348 (if (boundp 'reg-end) reg-end)))
2349 (lazy-highlight-cleanup lazy-highlight-cleanup)
2350 (setq isearch-lazy-highlight-last-string nil))))
2351
2352
2353 (defun ispell-highlight-spelling-error (start end &optional highlight refresh)
2354 (cond
2355 ((featurep 'xemacs)
2356 (ispell-highlight-spelling-error-xemacs start end highlight))
2357 ((and (featurep 'faces)
2358 (or (and (fboundp 'display-color-p) (display-color-p))
2359 window-system))
2360 (ispell-highlight-spelling-error-overlay start end highlight))
2361 (t (ispell-highlight-spelling-error-generic start end highlight refresh))))
2362
2363 (defun ispell-adjusted-window-height (&optional window)
2364 "Like `window-height', adjusted to correct for the effect of tall mode-lines.
2365 The value returned is actually the nominal number of text-lines in the
2366 window plus 1. On a terminal, this is the same value returned by
2367 `window-height', but if the window has a mode-line is taller than a normal
2368 text line, the returned value may be smaller than that from
2369 `window-height'."
2370 (cond ((fboundp 'window-text-height)
2371 (1+ (window-text-height window)))
2372 ((or (and (fboundp 'display-graphic-p) (display-graphic-p))
2373 (and (featurep 'xemacs) window-system))
2374 (1- (window-height window)))
2375 (t
2376 (window-height window))))
2377
2378 (defun ispell-overlay-window (height)
2379 "Create a window covering the top HEIGHT lines of the current window.
2380 Ensure that the line above point is still visible but otherwise avoid
2381 scrolling the current window. Leave the new window selected."
2382 (save-excursion
2383 (let ((oldot (save-excursion (vertical-motion -1) (point)))
2384 (top (save-excursion (move-to-window-line height) (point))))
2385 ;; If line above old point (line starting at oldot) would be
2386 ;; hidden by new window, scroll it to just below new win
2387 ;; otherwise set top line of other win so it doesn't scroll.
2388 (if (< oldot top) (setq top oldot))
2389 ;; if frame is unsplitable, temporarily disable that...
2390 (if (cdr (assq 'unsplittable (frame-parameters (selected-frame))))
2391 (let ((frame (selected-frame)))
2392 (modify-frame-parameters frame '((unsplittable . nil)))
2393 (split-window nil height)
2394 (modify-frame-parameters frame '((unsplittable . t))))
2395 (split-window nil height))
2396 (let ((deficit (- height (ispell-adjusted-window-height))))
2397 (when (> deficit 0)
2398 ;; Number of lines the window is still too short. We ensure that
2399 ;; there are at least (1- HEIGHT) lines visible in the window.
2400 (enlarge-window deficit)
2401 (goto-char top)
2402 (vertical-motion deficit)
2403 (setq top (min (point) oldot))))
2404 (set-window-start (next-window) top))))
2405
2406
2407 ;;; Should we add a compound word match return value?
2408 (defun ispell-parse-output (output &optional accept-list shift)
2409 "Parse the OUTPUT string from Ispell process and return:
2410 1: t for an exact match.
2411 2: A string containing the root word matched via suffix removal.
2412 3: A list of possible correct spellings of the format:
2413 (\"ORIGINAL-WORD\" OFFSET MISS-LIST GUESS-LIST)
2414 ORIGINAL-WORD is a string of the possibly misspelled word.
2415 OFFSET is an integer giving the line offset of the word.
2416 MISS-LIST and GUESS-LIST are possibly null lists of guesses and misses.
2417 4: nil when an error has occurred.
2418
2419 Optional second arg ACCEPT-LIST is list of words already accepted.
2420 Optional third arg SHIFT is an offset to apply based on previous corrections."
2421 (cond
2422 ((string= output "") t) ; for startup with pipes...
2423 ((string= output "*") t) ; exact match
2424 ((string= output "-") t) ; compound word match
2425 ((eq (aref output 0) ?+) ; found because of root word
2426 (substring output 2)) ; return root word
2427 ((equal 0 (string-match "[\ra-zA-Z]" output))
2428 (ding) ; error message from ispell!
2429 (message "Ispell error: %s" output)
2430 (sit-for 5)
2431 nil)
2432 (t ; need to process &, ?, and #'s
2433 (let ((type (aref output 0)) ; &, ?, or #
2434 (original-word (substring output 2 (string-match " " output 2)))
2435 (cur-count 0) ; contains number of misses + guesses
2436 count miss-list guess-list offset)
2437 (setq output (substring output (match-end 0))) ; skip over misspelling
2438 (if (eq type ?#)
2439 (setq count 0) ; no misses for type #
2440 (setq count (string-to-number output) ; get number of misses.
2441 output (substring output (1+ (string-match " " output 1)))))
2442 (setq offset (string-to-number output))
2443 (if (eq type ?#) ; No miss or guess list.
2444 (setq output nil)
2445 (setq output (substring output (1+ (string-match " " output 1)))))
2446 (while output
2447 (let ((end (string-match ", \\|\\($\\)" output))) ; end of miss/guess.
2448 (setq cur-count (1+ cur-count))
2449 (if (> cur-count count)
2450 (setq guess-list (cons (substring output 0 end) guess-list))
2451 (setq miss-list (cons (substring output 0 end) miss-list)))
2452 (if (match-end 1) ; True only when at end of line.
2453 (setq output nil) ; no more misses or guesses
2454 (setq output (substring output (+ end 2))))))
2455 ;; return results. Accept word if it was already accepted.
2456 ;; adjust offset.
2457 (if (member original-word accept-list)
2458 t
2459 (list original-word
2460 (if (numberp shift) (+ shift offset) offset)
2461 (nreverse miss-list) (nreverse guess-list)))))))
2462
2463
2464 (defun ispell-process-status ()
2465 "Return the status of the Ispell process.
2466 When asynchronous processes are not supported, `run' is always returned."
2467 (if ispell-async-processp
2468 (process-status ispell-process)
2469 (and ispell-process 'run)))
2470
2471
2472 (defun ispell-start-process ()
2473 "Start the ispell process, with support for no asynchronous processes.
2474 Keeps argument list for future ispell invocations for no async support."
2475 (let ((default-directory default-directory)
2476 args)
2477 (unless (and (file-directory-p default-directory)
2478 (file-readable-p default-directory))
2479 ;; Defend against bad `default-directory'.
2480 (setq default-directory (expand-file-name "~/")))
2481 ;; Local dictionary becomes the global dictionary in use.
2482 (setq ispell-current-dictionary
2483 (or ispell-local-dictionary ispell-dictionary))
2484 (setq ispell-current-personal-dictionary
2485 (or ispell-local-pdict ispell-personal-dictionary))
2486 (setq args (ispell-get-ispell-args))
2487 (if (and ispell-current-dictionary ; use specified dictionary
2488 (not (member "-d" args))) ; only define if not overridden
2489 (setq args
2490 (append (list "-d" ispell-current-dictionary) args)))
2491 (if ispell-current-personal-dictionary ; use specified pers dict
2492 (setq args
2493 (append args
2494 (list "-p"
2495 (expand-file-name ispell-current-personal-dictionary)))))
2496 (if (and ispell-really-aspell
2497 ispell-aspell-supports-utf8)
2498 (setq args
2499 (append args
2500 (list
2501 (concat "--encoding="
2502 (symbol-name (ispell-get-coding-system)))))))
2503 (setq args (append args ispell-extra-args))
2504
2505 ;; Initially we don't know any buffer's local words.
2506 (setq ispell-buffer-local-name nil)
2507
2508 (if ispell-async-processp
2509 (let ((process-connection-type ispell-use-ptys-p))
2510 (apply 'start-process
2511 "ispell" nil ispell-program-name
2512 "-a" ; accept single input lines
2513 "-m" ; make root/affix combos not in dict
2514 args))
2515 (setq ispell-cmd-args args
2516 ispell-output-buffer (generate-new-buffer " *ispell-output*")
2517 ispell-session-buffer (generate-new-buffer " *ispell-session*"))
2518 (ispell-send-string "\032\n") ; so Ispell prints version and exits
2519 t)))
2520
2521
2522
2523 (defun ispell-init-process ()
2524 "Check status of Ispell process and start if necessary."
2525 (if (and ispell-process
2526 (eq (ispell-process-status) 'run)
2527 ;; If we're using a personal dictionary, ensure
2528 ;; we're in the same default directory!
2529 (or (not ispell-personal-dictionary)
2530 (equal ispell-process-directory default-directory)))
2531 (setq ispell-filter nil ispell-filter-continue nil)
2532 ;; may need to restart to select new personal dictionary.
2533 (ispell-kill-ispell t)
2534 (message "Starting new Ispell process [%s] ..."
2535 (or ispell-local-dictionary ispell-dictionary "default"))
2536 (sit-for 0)
2537 (setq ispell-library-directory (ispell-check-version)
2538 ispell-process-directory default-directory
2539 ispell-process (ispell-start-process)
2540 ispell-filter nil
2541 ispell-filter-continue nil)
2542 (if ispell-async-processp
2543 (set-process-filter ispell-process 'ispell-filter))
2544 ;; protect against bogus binding of `enable-multibyte-characters' in XEmacs
2545 (if (and (or (featurep 'xemacs)
2546 (and (boundp 'enable-multibyte-characters)
2547 enable-multibyte-characters))
2548 (fboundp 'set-process-coding-system))
2549 (set-process-coding-system ispell-process (ispell-get-coding-system)
2550 (ispell-get-coding-system)))
2551 ;; Get version ID line
2552 (ispell-accept-output 3)
2553 ;; get more output if filter empty?
2554 (if (null ispell-filter) (ispell-accept-output 3))
2555 (cond ((null ispell-filter)
2556 (error "%s did not output version line" ispell-program-name))
2557 ((and
2558 (stringp (car ispell-filter))
2559 (if (string-match "warning: " (car ispell-filter))
2560 (progn
2561 (ispell-accept-output 3) ; was warn msg.
2562 (stringp (car ispell-filter)))
2563 (null (cdr ispell-filter)))
2564 (string-match "^@(#) " (car ispell-filter)))
2565 ;; got the version line as expected (we already know it's the right
2566 ;; version, so don't bother checking again.)
2567 nil)
2568 (t
2569 ;; Otherwise, it must be an error message. Show the user.
2570 ;; But first wait to see if some more output is going to arrive.
2571 ;; Otherwise we get cool errors like "Can't open ".
2572 (sleep-for 1)
2573 (ispell-accept-output 3)
2574 (error "%s" (mapconcat 'identity ispell-filter "\n"))))
2575 (setq ispell-filter nil) ; Discard version ID line
2576 (let ((extended-char-mode (ispell-get-extended-character-mode)))
2577 (if extended-char-mode ; ~ extended character mode
2578 (ispell-send-string (concat extended-char-mode "\n"))))
2579 (if ispell-async-processp
2580 (set-process-query-on-exit-flag ispell-process nil))))
2581
2582 ;;;###autoload
2583 (defun ispell-kill-ispell (&optional no-error)
2584 "Kill current Ispell process (so that you may start a fresh one).
2585 With NO-ERROR, just return non-nil if there was no Ispell running."
2586 (interactive)
2587 ;; This hook is typically used by flyspell to flush some variables used
2588 ;; to optimize the common cases.
2589 (run-hooks 'ispell-kill-ispell-hook)
2590 (if (not (and ispell-process
2591 (eq (ispell-process-status) 'run)))
2592 (or no-error
2593 (error "There is no ispell process running!"))
2594 (if ispell-async-processp
2595 (delete-process ispell-process)
2596 ;; synchronous processes
2597 (ispell-send-string "\n") ; make sure side effects occurred.
2598 (kill-buffer ispell-output-buffer)
2599 (kill-buffer ispell-session-buffer)
2600 (setq ispell-output-buffer nil
2601 ispell-session-buffer nil))
2602 (setq ispell-process nil)
2603 (message "Ispell process killed")
2604 nil))
2605
2606
2607 ;;; ispell-change-dictionary is set in some people's hooks. Maybe this should
2608 ;;; call ispell-init-process rather than wait for a spell checking command?
2609
2610 ;;;###autoload
2611 (defun ispell-change-dictionary (dict &optional arg)
2612 "Change to dictionary DICT for Ispell.
2613 With a prefix arg, set it \"globally\", for all buffers.
2614 Without a prefix arg, set it \"locally\", just for this buffer.
2615
2616 By just answering RET you can find out what the current dictionary is."
2617 (interactive
2618 (list (completing-read
2619 "Use new dictionary (RET for current, SPC to complete): "
2620 (and (fboundp 'ispell-valid-dictionary-list)
2621 (mapcar 'list (ispell-valid-dictionary-list)))
2622 nil t)
2623 current-prefix-arg))
2624 (ispell-set-spellchecker-params) ; Initilize variables and dicts alists
2625 (unless arg (ispell-buffer-local-dict 'no-reload))
2626 (if (equal dict "default") (setq dict nil))
2627 ;; This relies on completing-read's bug of returning "" for no match
2628 (cond ((equal dict "")
2629 (ispell-internal-change-dictionary)
2630 (message "Using %s dictionary"
2631 (or (and (not arg) ispell-local-dictionary)
2632 ispell-dictionary "default")))
2633 ((equal dict (or (and (not arg) ispell-local-dictionary)
2634 ispell-dictionary "default"))
2635 ;; Specified dictionary is the default already. Could reload
2636 ;; the dictionaries if needed.
2637 (ispell-internal-change-dictionary)
2638 (and (interactive-p)
2639 (message "No change, using %s dictionary" dict)))
2640 (t ; reset dictionary!
2641 (if (or (assoc dict ispell-local-dictionary-alist)
2642 (assoc dict ispell-dictionary-alist))
2643 (if arg
2644 ;; set default dictionary
2645 (setq ispell-dictionary dict)
2646 ;; set local dictionary
2647 (setq ispell-local-dictionary dict)
2648 (setq ispell-local-dictionary-overridden t))
2649 (error "Undefined dictionary: %s" dict))
2650 (ispell-internal-change-dictionary)
2651 (message "%s Ispell dictionary set to %s"
2652 (if arg "Global" "Local")
2653 dict))))
2654
2655 (defun ispell-internal-change-dictionary ()
2656 "Update the dictionary and the personal dictionary used by Ispell.
2657 This may kill the Ispell process; if so,
2658 a new one will be started when needed."
2659 (let ((dict (or ispell-local-dictionary ispell-dictionary))
2660 (pdict (or ispell-local-pdict ispell-personal-dictionary)))
2661 (unless (and (equal ispell-current-dictionary dict)
2662 (equal ispell-current-personal-dictionary pdict))
2663 (ispell-kill-ispell t)
2664 (setq ispell-current-dictionary dict
2665 ispell-current-personal-dictionary pdict))))
2666
2667 ;;; Spelling of comments are checked when ispell-check-comments is non-nil.
2668
2669 ;;;###autoload
2670 (defun ispell-region (reg-start reg-end &optional recheckp shift)
2671 "Interactively check a region for spelling errors.
2672 Return nil if spell session is quit,
2673 otherwise returns shift offset amount for last line processed."
2674 (interactive "r") ; Don't flag errors on read-only bufs.
2675 (ispell-set-spellchecker-params) ; Initialize variables and dicts alists
2676 (if (not recheckp)
2677 (ispell-accept-buffer-local-defs)) ; set up dictionary, local words, etc.
2678 (let ((skip-region-start (make-marker))
2679 (rstart (make-marker)))
2680 (unwind-protect
2681 (save-excursion
2682 (message "Spell-checking %s using %s with %s dictionary..."
2683 (if (and (= reg-start (point-min)) (= reg-end (point-max)))
2684 (buffer-name) "region")
2685 (file-name-nondirectory ispell-program-name)
2686 (or ispell-current-dictionary "default"))
2687 ;; Returns cursor to original location.
2688 (save-window-excursion
2689 (goto-char reg-start)
2690 (let ((transient-mark-mode)
2691 (case-fold-search case-fold-search)
2692 (query-fcc t)
2693 in-comment key)
2694 (let (message-log-max)
2695 (message "searching for regions to skip"))
2696 (if (re-search-forward (ispell-begin-skip-region-regexp) reg-end t)
2697 (progn
2698 (setq key (buffer-substring-no-properties
2699 (match-beginning 0) (match-end 0)))
2700 (set-marker skip-region-start (- (point) (length key)))
2701 (goto-char reg-start)))
2702 (let (message-log-max)
2703 (message "Continuing spelling check using %s with %s dictionary..."
2704 (file-name-nondirectory ispell-program-name)
2705 (or ispell-current-dictionary "default")))
2706 (set-marker rstart reg-start)
2707 (set-marker ispell-region-end reg-end)
2708 (while (and (not ispell-quit)
2709 (< (point) ispell-region-end))
2710 ;; spell-check region with skipping
2711 (if (and (marker-position skip-region-start)
2712 (<= skip-region-start (point)))
2713 (progn
2714 ;; If region inside line comment, must keep comment start.
2715 (setq in-comment (point)
2716 in-comment
2717 (and comment-start
2718 (or (null comment-end) (string= "" comment-end))
2719 (save-excursion
2720 (beginning-of-line)
2721 (re-search-forward comment-start in-comment t))
2722 comment-start))
2723 ;; Can change skip-regexps (in ispell-message)
2724 (ispell-skip-region key) ; moves pt past region.
2725 (set-marker rstart (point))
2726 ;; check for saving large attachments...
2727 (setq query-fcc (and query-fcc
2728 (ispell-ignore-fcc skip-region-start
2729 rstart)))
2730 (if (and (< rstart ispell-region-end)
2731 (re-search-forward
2732 (ispell-begin-skip-region-regexp)
2733 ispell-region-end t))
2734 (progn
2735 (setq key (match-string-no-properties 0))
2736 (set-marker skip-region-start
2737 (- (point) (length key)))
2738 (goto-char rstart))
2739 (set-marker skip-region-start nil))))
2740 (setq reg-end (max (point)
2741 (if (marker-position skip-region-start)
2742 (min skip-region-start ispell-region-end)
2743 (marker-position ispell-region-end))))
2744 (let* ((start (point))
2745 (end (save-excursion (end-of-line) (min (point) reg-end)))
2746 (string (ispell-get-line start end in-comment)))
2747 (if in-comment ; account for comment chars added
2748 (setq start (- start (length in-comment))
2749 in-comment nil))
2750 (setq end (point)) ; "end" tracks region retrieved.
2751 (if string ; there is something to spell check!
2752 ;; (special start end)
2753 (setq shift (ispell-process-line string
2754 (and recheckp shift))))
2755 (goto-char end)))))
2756 (if ispell-quit
2757 nil
2758 (or shift 0)))
2759 ;; protected
2760 (if (and (not (and recheckp ispell-keep-choices-win))
2761 (get-buffer ispell-choices-buffer))
2762 (kill-buffer ispell-choices-buffer))
2763 (set-marker skip-region-start nil)
2764 (set-marker rstart nil)
2765 (if ispell-quit
2766 (progn
2767 ;; preserve or clear the region for ispell-continue.
2768 (if (not (numberp ispell-quit))
2769 (set-marker ispell-region-end nil)
2770 ;; Ispell-continue enabled - ispell-region-end is set.
2771 (goto-char ispell-quit))
2772 ;; Check for aborting
2773 (if (and ispell-checking-message (numberp ispell-quit))
2774 (progn
2775 (setq ispell-quit nil)
2776 (error "Message send aborted")))
2777 (if (not recheckp) (setq ispell-quit nil)))
2778 (if (not recheckp) (set-marker ispell-region-end nil))
2779 ;; Only save if successful exit.
2780 (ispell-pdict-save ispell-silently-savep)
2781 (message "Spell-checking %s using %s with %s dictionary done"
2782 (if (and (= reg-start (point-min)) (= reg-end (point-max)))
2783 (buffer-name) "region")
2784 (file-name-nondirectory ispell-program-name)
2785 (or ispell-current-dictionary "default"))))))
2786
2787
2788 (defun ispell-begin-skip-region-regexp ()
2789 "Returns a regexp of the search keys for region skipping.
2790 Includes `ispell-skip-region-alist' plus tex, tib, html, and comment keys.
2791 Must call after `ispell-buffer-local-parsing' due to dependence on mode."
2792 ;; start with regions generic to all buffers
2793 (let ((skip-regexp (ispell-begin-skip-region ispell-skip-region-alist)))
2794 ;; Comments
2795 (if (and (null ispell-check-comments) comment-start)
2796 (setq skip-regexp (concat (regexp-quote comment-start) "\\|"
2797 skip-regexp)))
2798 (if (and (eq 'exclusive ispell-check-comments) comment-start)
2799 ;; search from end of current comment to start of next comment.
2800 (setq skip-regexp (concat (if (string= "" comment-end) "^"
2801 (regexp-quote comment-end))
2802 "\\|" skip-regexp)))
2803 ;; tib
2804 (if ispell-skip-tib
2805 (setq skip-regexp (concat ispell-tib-ref-beginning "\\|" skip-regexp)))
2806 ;; html stuff
2807 (if ispell-skip-html
2808 (setq skip-regexp (concat
2809 (ispell-begin-skip-region ispell-html-skip-alists)
2810 "\\|"
2811 skip-regexp)))
2812 ;; tex
2813 (if (eq ispell-parser 'tex)
2814 (setq skip-regexp (concat (ispell-begin-tex-skip-regexp) "\\|"
2815 skip-regexp)))
2816 ;; messages
2817 (if (and ispell-checking-message
2818 (not (eq t ispell-checking-message)))
2819 (setq skip-regexp (concat
2820 (mapconcat (lambda (lst) (car lst))
2821 ispell-checking-message
2822 "\\|")
2823 "\\|"
2824 skip-regexp)))
2825
2826 ;; return new regexp
2827 skip-regexp))
2828
2829
2830 (defun ispell-begin-skip-region (skip-alist)
2831 "Regular expression for start of regions to skip generated from SKIP-ALIST.
2832 Each selection should be a key of SKIP-ALIST;
2833 otherwise, the current line is skipped."
2834 (mapconcat (lambda (lst) (if (stringp (car lst)) (car lst) (eval (car lst))))
2835 skip-alist
2836 "\\|"))
2837
2838
2839 (defun ispell-begin-tex-skip-regexp ()
2840 "Regular expression of tex commands to skip.
2841 Generated from `ispell-tex-skip-alists'."
2842 (concat
2843 ;; raw tex keys
2844 (mapconcat (function (lambda (lst) (car lst)))
2845 (car ispell-tex-skip-alists)
2846 "\\|")
2847 "\\|"
2848 ;; keys wrapped in begin{}
2849 (mapconcat (function (lambda (lst)
2850 (concat "\\\\begin[ \t\n]*{[ \t\n]*"
2851 (car lst)
2852 "[ \t\n]*}")))
2853 (car (cdr ispell-tex-skip-alists))
2854 "\\|")))
2855
2856
2857 (defun ispell-skip-region-list ()
2858 "Returns a list describing key and body regions to skip for this buffer.
2859 Includes regions defined by `ispell-skip-region-alist', tex mode,
2860 `ispell-html-skip-alists', and `ispell-checking-message'.
2861 Manual checking must include comments and tib references.
2862 The list is of the form described by variable `ispell-skip-region-alist'.
2863 Must call after `ispell-buffer-local-parsing' due to dependence on mode."
2864 (let ((skip-alist ispell-skip-region-alist))
2865 ;; only additional explicit region definition is tex.
2866 (if (eq ispell-parser 'tex)
2867 (setq case-fold-search nil
2868 skip-alist (append (car ispell-tex-skip-alists)
2869 (car (cdr ispell-tex-skip-alists))
2870 skip-alist)))
2871 (if ispell-skip-html
2872 (setq skip-alist (append ispell-html-skip-alists skip-alist)))
2873 (if (and ispell-checking-message
2874 (not (eq t ispell-checking-message)))
2875 (setq skip-alist (append ispell-checking-message skip-alist)))
2876 skip-alist))
2877
2878
2879 (defun ispell-tex-arg-end (&optional arg)
2880 "Skip across ARG number of braces."
2881 (condition-case nil
2882 (progn
2883 (while (looking-at "[ \t\n]*\\[") (forward-sexp))
2884 (forward-sexp (or arg 1)))
2885 (error
2886 (message "error skipping s-expressions at point %d." (point))
2887 (beep)
2888 (sit-for 2))))
2889
2890
2891 (defun ispell-ignore-fcc (start end)
2892 "Deletes the Fcc: message header when large attachments are included.
2893 Return value `nil' if file with large attachments are saved.
2894 This can be used to avoid multiple questions for multiple large attachments.
2895 Returns point to starting location afterwards."
2896 (let ((result t))
2897 (if (and ispell-checking-message ispell-message-fcc-skip)
2898 (if (< ispell-message-fcc-skip (- end start))
2899 (let (case-fold-search head-end)
2900 (goto-char (point-min))
2901 (setq head-end
2902 (or (re-search-forward
2903 (concat "^" (regexp-quote mail-header-separator) "$")
2904 nil t)
2905 (re-search-forward "^$" nil t)
2906 (point-min)))
2907 (goto-char (point-min))
2908 (if (re-search-forward "^Fcc:" head-end t)
2909 (if (y-or-n-p
2910 "Save copy of this message with large attachments? ")
2911 (setq result nil)
2912 (beginning-of-line)
2913 (kill-line 1)))
2914 (goto-char end))))
2915 result))
2916
2917
2918 (defun ispell-skip-region (key)
2919 "Skips across KEY and then to end of region.
2920 Key lookup determines region to skip.
2921 Point is placed at end of skipped region."
2922 ;; move over key to begin checking.
2923 (forward-char (length key))
2924 (let ((start (point))
2925 ;; Regenerate each call... This function can change region definition.
2926 (alist (ispell-skip-region-list))
2927 alist-key null-skip)
2928 (cond
2929 ;; what about quoted comment, or comment inside strings?
2930 ((and (null ispell-check-comments) comment-start
2931 (string= key comment-start))
2932 (if (string= "" comment-end)
2933 (forward-line)
2934 (search-forward comment-end ispell-region-end t)))
2935 ((and (eq 'exclusive ispell-check-comments) comment-start
2936 (string= key comment-end))
2937 (search-forward comment-start ispell-region-end :end))
2938 ((and ispell-skip-tib (string-match ispell-tib-ref-beginning key))
2939 (re-search-forward ispell-tib-ref-end ispell-region-end t))
2940 ;; markings from alist
2941 (t
2942 (while alist
2943 (setq alist-key (eval (car (car alist))))
2944 (if (string-match alist-key key)
2945 (progn
2946 (setq alist (cdr (car alist)))
2947 (cond
2948 ((null alist) (setq null-skip t)) ; done! Just skip key.
2949 ((not (consp alist))
2950 ;; Search past end of spell region to find this region end.
2951 (re-search-forward (eval alist) (point-max) t))
2952 ((and (= 1 (length alist))
2953 (stringp (car alist)))
2954 (re-search-forward (car alist) (point-max) t))
2955 (t
2956 (setq null-skip t) ; error handling in functions!
2957 (if (consp (cdr alist))
2958 (apply (car alist) (cdr alist))
2959 (funcall (car alist)))))
2960 (setq alist nil))
2961 (setq alist (cdr alist))))))
2962 (if (and (= start (point)) (null null-skip))
2963 (progn
2964 (message "Matching region end for `%s' point %d not found"
2965 key (point))
2966 (beep)
2967 (sit-for 2)))))
2968
2969
2970 ;;; Grab the next line of data.
2971 ;;; Returns a string with the line data
2972 (defun ispell-get-line (start end in-comment)
2973 (let ((ispell-casechars (ispell-get-casechars))
2974 string)
2975 (cond ; LOOK AT THIS LINE AND SKIP OR PROCESS
2976 ((eolp) ; END OF LINE, just go to next line.
2977 (forward-line))
2978 ;;((looking-at "[-#@*+!%~^]") ; SKIP SPECIAL ISPELL CHARACTERS
2979 ;; (forward-char 1)) ; not needed as quoted below.
2980 ((or (re-search-forward ispell-casechars end t) ; TEXT EXISTS
2981 (re-search-forward "[][()${}]" end t)) ; or MATH COMMANDS
2982 (setq string (concat "^" in-comment
2983 (buffer-substring-no-properties start end)
2984 "\n"))
2985 (goto-char end))
2986 (t (goto-char end))) ; EMPTY LINE, skip it.
2987 string))
2988
2989
2990 (defun ispell-looking-at (string)
2991 (let ((coding (ispell-get-coding-system))
2992 (len (length string)))
2993 (and (<= (+ (point) len) (point-max))
2994 (equal (encode-coding-string string coding)
2995 (encode-coding-string (buffer-substring-no-properties
2996 (point) (+ (point) len))
2997 coding)))))
2998
2999 ;;; Avoid error messages when compiling for these dynamic variables.
3000 (defvar start)
3001 (defvar end)
3002
3003 (defun ispell-process-line (string shift)
3004 "Sends STRING, a line of text, to ispell and processes the result.
3005 This will modify the buffer for spelling errors.
3006 Requires variables START and END to be defined in its lexical scope.
3007 Returns the sum SHIFT due to changes in word replacements."
3008 ;;(declare special start end)
3009 (let (poss accept-list)
3010 (if (not (numberp shift))
3011 (setq shift 0))
3012 ;; send string to spell process and get input.
3013 (ispell-send-string string)
3014 (while (progn
3015 (ispell-accept-output)
3016 ;; Last item of output contains a blank line.
3017 (not (string= "" (car ispell-filter)))))
3018 ;; parse all inputs from the stream one word at a time.
3019 ;; Place in FIFO order and remove the blank item.
3020 (setq ispell-filter (nreverse (cdr ispell-filter)))
3021 (while (and (not ispell-quit) ispell-filter)
3022 ;; get next word, accounting for accepted words and start shifts
3023 (setq poss (ispell-parse-output (car ispell-filter)
3024 accept-list shift))
3025 (if (and poss (listp poss)) ; spelling error occurred.
3026 ;; Whenever we have misspellings, we can change
3027 ;; the buffer. Keep boundaries as markers.
3028 ;; Markers can move with highlighting! This destroys
3029 ;; end of region markers line-end and ispell-region-end
3030 (let ((word-start
3031 (copy-marker (+ start ispell-offset (car (cdr poss)))))
3032 (word-len (length (car poss)))
3033 (line-end (copy-marker end))
3034 (line-start (copy-marker start))
3035 recheck-region replace)
3036 (goto-char word-start)
3037 ;; Adjust the horizontal scroll & point
3038 (ispell-horiz-scroll)
3039 (goto-char (+ word-len word-start))
3040 (ispell-horiz-scroll)
3041 (goto-char word-start)
3042 (ispell-horiz-scroll)
3043
3044 ;; Alignment cannot be tracked and this error will occur when
3045 ;; `query-replace' makes multiple corrections on the starting line.
3046 (or (ispell-looking-at (car poss))
3047 ;; This occurs due to filter pipe problems
3048 (error (concat "Ispell misalignment: word "
3049 "`%s' point %d; probably incompatible versions")
3050 (car poss) (marker-position word-start)))
3051 ;; ispell-cmd-loop can go recursive & change buffer
3052 (if ispell-keep-choices-win
3053 (setq replace (ispell-command-loop
3054 (car (cdr (cdr poss)))
3055 (car (cdr (cdr (cdr poss))))
3056 (car poss) (marker-position word-start)
3057 (+ word-len (marker-position word-start))))
3058 (save-window-excursion
3059 (setq replace (ispell-command-loop
3060 (car (cdr (cdr poss)))
3061 (car (cdr (cdr (cdr poss))))
3062 (car poss) (marker-position word-start)
3063 (+ word-len (marker-position word-start))))))
3064
3065 (goto-char word-start)
3066 ;; Recheck when query replace edit changes misspelled word.
3067 ;; Error in tex mode when a potential math mode change exists.
3068 (if (and replace (listp replace) (= 2 (length replace)))
3069 (if (and (eq ispell-parser 'tex)
3070 (string-match "[\\\\][]()[]\\|\\\\begin\\|\\$"
3071 (regexp-quote string)))
3072 (error
3073 "Don't start query replace on a line with math characters"
3074 )
3075 (set-marker line-end (point))
3076 (setq ispell-filter nil
3077 recheck-region t)))
3078
3079 ;; insert correction if needed
3080 (cond
3081 ((or (null replace)
3082 (equal 0 replace)) ; ACCEPT/INSERT
3083 (if (equal 0 replace) ; BUFFER-LOCAL DICT ADD
3084 (ispell-add-per-file-word-list (car poss)))
3085 ;; do not recheck accepted word on this line
3086 (setq accept-list (cons (car poss) accept-list)))
3087 (t ; replacement word selected or entered
3088 (delete-region (point) (+ word-len (point)))
3089 (if (not (listp replace))
3090 (progn
3091 (ispell-insert-word replace) ; insert dictionary word
3092 (ispell-send-replacement (car poss) replace)
3093 (setq accept-list (cons replace accept-list)))
3094 (let ((replace-word (car replace)))
3095 ;; Recheck hand entered replacement word
3096 (insert replace-word)
3097 (ispell-send-replacement (car poss) replace-word)
3098 (if (car (cdr replace))
3099 (save-window-excursion
3100 (delete-other-windows) ; to correctly show help.
3101 ;; Assume case-replace &
3102 ;; case-fold-search correct?
3103 (query-replace (car poss) (car replace) t)))
3104 (goto-char word-start)
3105 ;; do not recheck if already accepted
3106 (if (member replace-word accept-list)
3107 (setq accept-list (cons replace-word accept-list)
3108 replace replace-word)
3109 (let ((region-end (copy-marker ispell-region-end)))
3110 (setq recheck-region ispell-filter
3111 ispell-filter nil ; save filter
3112 shift 0 ; already accounted
3113 shift (ispell-region
3114 word-start
3115 (+ word-start (length replace-word))
3116 t shift))
3117 (if (null shift) ; quitting check.
3118 (setq shift 0))
3119 (set-marker ispell-region-end region-end)
3120 (set-marker region-end nil)
3121 (setq ispell-filter recheck-region
3122 recheck-region nil
3123 replace replace-word)))))
3124
3125 (setq shift (+ shift (- (length replace) word-len)))
3126
3127 ;; Move line-start across word...
3128 ;; new shift function does this now...
3129 ;;(set-marker line-start (+ line-start
3130 ;; (- (length replace)
3131 ;; (length (car poss)))))
3132 ))
3133 (if (not ispell-quit)
3134 (let (message-log-max)
3135 (message "Continuing spelling check using %s with %s dictionary..."
3136 (file-name-nondirectory ispell-program-name)
3137 (or ispell-current-dictionary "default"))))
3138 (sit-for 0)
3139 (setq start (marker-position line-start)
3140 end (marker-position line-end))
3141 ;; Adjust markers when end of region lost from highlighting.
3142 (if (and (not recheck-region) (< end (+ word-start word-len)))
3143 (setq end (+ word-start word-len)))
3144 (if (= word-start ispell-region-end)
3145 (set-marker ispell-region-end (+ word-start word-len)))
3146 ;; going out of scope - unneeded
3147 (set-marker line-start nil)
3148 (set-marker word-start nil)
3149 (set-marker line-end nil)))
3150 ;; finished with misspelling!
3151 (setq ispell-filter (cdr ispell-filter)))
3152 shift))
3153
3154
3155 ;;;###autoload
3156 (defun ispell-comments-and-strings ()
3157 "Check comments and strings in the current buffer for spelling errors."
3158 (interactive)
3159 (goto-char (point-min))
3160 (let (state done)
3161 (while (not done)
3162 (setq done t)
3163 (setq state (parse-partial-sexp (point) (point-max)
3164 nil nil state 'syntax-table))
3165 (if (or (nth 3 state) (nth 4 state))
3166 (let ((start (point)))
3167 (setq state (parse-partial-sexp start (point-max)
3168 nil nil state 'syntax-table))
3169 (if (or (nth 3 state) (nth 4 state))
3170 (error "Unterminated string or comment"))
3171 (save-excursion
3172 (setq done (not (ispell-region start (point))))))))))
3173
3174
3175 ;;;###autoload
3176 (defun ispell-buffer ()
3177 "Check the current buffer for spelling errors interactively."
3178 (interactive)
3179 (ispell-region (point-min) (point-max)))
3180
3181
3182 ;;;###autoload
3183 (defun ispell-continue ()
3184 "Continue a halted spelling session beginning with the current word."
3185 (interactive)
3186 (if (not (marker-position ispell-region-end))
3187 (message "No session to continue. Use 'X' command when checking!")
3188 (if (not (equal (marker-buffer ispell-region-end) (current-buffer)))
3189 (message "Must continue ispell from buffer %s"
3190 (buffer-name (marker-buffer ispell-region-end)))
3191 (ispell-region
3192 ;; find beginning of current word:
3193 (car (cdr (ispell-get-word t)))
3194 (marker-position ispell-region-end)))))
3195
3196
3197 ;;; Horizontal scrolling
3198 (defun ispell-horiz-scroll ()
3199 "Places point within the horizontal visibility of its window area."
3200 (if truncate-lines ; display truncating lines?
3201 ;; See if display needs to be scrolled.
3202 (let ((column (- (current-column) (max (window-hscroll) 1))))
3203 (if (and (< column 0) (> (window-hscroll) 0))
3204 (scroll-right (max (- column) 10))
3205 (if (>= column (- (window-width) 2))
3206 (scroll-left (max (- column (window-width) -3) 10)))))))
3207
3208
3209 ;;; Interactive word completion.
3210 ;;; Forces "previous-word" processing. Do we want to make this selectable?
3211
3212 ;;;###autoload
3213 (defun ispell-complete-word (&optional interior-frag)
3214 "Try to complete the word before or under point (see `lookup-words').
3215 If optional INTERIOR-FRAG is non-nil then the word may be a character
3216 sequence inside of a word.
3217
3218 Standard ispell choices are then available."
3219 (interactive "P")
3220 (let ((cursor-location (point))
3221 (case-fold-search-val case-fold-search)
3222 (word (ispell-get-word nil "\\*")) ; force "previous-word" processing.
3223 start end possibilities replacement)
3224 (setq start (car (cdr word))
3225 end (car (cdr (cdr word)))
3226 word (car word)
3227 possibilities
3228 (or (string= word "") ; Will give you every word
3229 (lookup-words (concat (and interior-frag "*") word
3230 (if (or interior-frag (null ispell-look-p))
3231 "*"))
3232 ispell-complete-word-dict)))
3233 (cond ((eq possibilities t)
3234 (message "No word to complete"))
3235 ((null possibilities)
3236 (message "No match for \"%s\"" word))
3237 (t ; There is a modification...
3238 (setq case-fold-search nil) ; Try and respect case of word.
3239 (cond
3240 ((string-equal (upcase word) word)
3241 (setq possibilities (mapcar 'upcase possibilities)))
3242 ((eq (upcase (aref word 0)) (aref word 0))
3243 (setq possibilities (mapcar (function
3244 (lambda (pos)
3245 (if (eq (aref word 0) (aref pos 0))
3246 pos
3247 (capitalize pos))))
3248 possibilities))))
3249 (setq case-fold-search case-fold-search-val)
3250 (save-window-excursion
3251 (setq replacement
3252 (ispell-command-loop possibilities nil word start end)))
3253 (cond
3254 ((equal 0 replacement) ; BUFFER-LOCAL ADDITION
3255 (ispell-add-per-file-word-list word))
3256 (replacement ; REPLACEMENT WORD
3257 (delete-region start end)
3258 (setq word (if (atom replacement) replacement (car replacement))
3259 cursor-location (+ (- (length word) (- end start))
3260 cursor-location))
3261 (ispell-insert-word word)
3262 (if (not (atom replacement)) ; recheck spelling of replacement.
3263 (progn
3264 (goto-char cursor-location)
3265 (ispell-word nil t)))))
3266 (if (get-buffer ispell-choices-buffer)
3267 (kill-buffer ispell-choices-buffer))))
3268 (ispell-pdict-save ispell-silently-savep)
3269 (goto-char cursor-location)))
3270
3271
3272 ;;;###autoload
3273 (defun ispell-complete-word-interior-frag ()
3274 "Completes word matching character sequence inside a word."
3275 (interactive)
3276 (ispell-complete-word t))
3277
3278
3279 ;;;###autoload
3280 (defun ispell ()
3281 "Interactively check a region or buffer for spelling errors.
3282 If `transient-mark-mode' is on, and a region is active, spell-check
3283 that region. Otherwise spell-check the buffer.
3284
3285 Ispell dictionaries are not distributed with Emacs. If you are
3286 looking for a dictionary, please see the distribution of the GNU ispell
3287 program, or do an Internet search; there are various dictionaries
3288 available on the net."
3289 (interactive)
3290 (if (and (boundp 'transient-mark-mode) transient-mark-mode
3291 (boundp 'mark-active) mark-active)
3292 (ispell-region (region-beginning) (region-end))
3293 (ispell-buffer)))
3294
3295
3296 ;;; **********************************************************************
3297 ;;; Ispell Minor Mode
3298 ;;; **********************************************************************
3299
3300 (defvar ispell-minor-mode nil
3301 "Non-nil if Ispell minor mode is enabled.")
3302 ;; Variable indicating that ispell minor mode is active.
3303 (make-variable-buffer-local 'ispell-minor-mode)
3304
3305 (or (assq 'ispell-minor-mode minor-mode-alist)
3306 (setq minor-mode-alist
3307 (cons '(ispell-minor-mode " Spell") minor-mode-alist)))
3308
3309 (defvar ispell-minor-keymap
3310 (let ((map (make-sparse-keymap)))
3311 (define-key map " " 'ispell-minor-check)
3312 (define-key map "\r" 'ispell-minor-check)
3313 map)
3314 "Keymap used for Ispell minor mode.")
3315
3316 (or (not (boundp 'minor-mode-map-alist))
3317 (assoc 'ispell-minor-mode minor-mode-map-alist)
3318 (setq minor-mode-map-alist
3319 (cons (cons 'ispell-minor-mode ispell-minor-keymap)
3320 minor-mode-map-alist)))
3321
3322 ;;;###autoload
3323 (defun ispell-minor-mode (&optional arg)
3324 "Toggle Ispell minor mode.
3325 With prefix argument ARG, turn Ispell minor mode on if ARG is positive,
3326 otherwise turn it off.
3327
3328 In Ispell minor mode, pressing SPC or RET
3329 warns you if the previous word is incorrectly spelled.
3330
3331 All the buffer-local variables and dictionaries are ignored -- to read
3332 them into the running ispell process, type \\[ispell-word] SPC."
3333 (interactive "P")
3334 (setq ispell-minor-mode
3335 (not (or (and (null arg) ispell-minor-mode)
3336 (<= (prefix-numeric-value arg) 0))))
3337 (force-mode-line-update))
3338
3339 (defun ispell-minor-check ()
3340 "Check previous word then continue with the normal binding of this key.
3341 Don't check previous word when character before point is a space or newline.
3342 Don't read buffer-local settings or word lists."
3343 (interactive "*")
3344 (let ((ispell-minor-mode nil)
3345 (ispell-check-only t)
3346 (last-char (char-after (1- (point)))))
3347 (command-execute (key-binding (this-command-keys)))
3348 (if (not (or (eq last-char ?\ ) (eq last-char ?\n)
3349 (and ispell-skip-html (eq last-char ?>))
3350 (and ispell-skip-html (eq last-char ?\;))))
3351 (ispell-word nil t))))
3352
3353
3354 ;;; **********************************************************************
3355 ;;; Ispell Message
3356 ;;; **********************************************************************
3357
3358 (defvar ispell-message-text-end
3359 (mapconcat (function identity)
3360 '(
3361 ;; Don't spell check signatures
3362 "^-- $"
3363 ;; Matches postscript files.
3364 ;;"^%!PS-Adobe-[123].0"
3365 ;; Matches uuencoded text
3366 ;;"^begin [0-9][0-9][0-9] .*\nM.*\nM.*\nM"
3367 ;; Matches shell files (especially auto-decoding)
3368 "^#! /bin/[ck]?sh"
3369 ;; Matches context difference listing
3370 "\\(\\(^cd .*\n\\)?diff -c .*\\)?\n\\*\\*\\* .*\n--- .*\n\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*"
3371 ;; Matches unidiff difference listing
3372 "\\(diff -u .*\\)?\n--- .*\n\\+\\+\\+ .*\n@@ [-+][0-9]+,[0-9]+ [-+][0-9]+,[0-9]+ @@\n"
3373 ;; Matches reporter.el bug report
3374 "^current state:\n==============\n"
3375 ;; Matches commonly used "cut" boundaries
3376 "^\\(- \\)?[-=_]+\\s ?\\(cut here\\|Environment Follows\\)")
3377 "\\|")
3378 "*End of text which will be checked in `ispell-message'.
3379 If it is a string, limit at first occurrence of that regular expression.
3380 Otherwise, it must be a function which is called to get the limit.")
3381 (put 'ispell-message-text-end 'risky-local-variable t)
3382
3383
3384 (defun ispell-mime-multipartp (&optional limit)
3385 "Return multipart message start boundary or nil if none."
3386 ;; caller must ensure `case-fold-search' is set to `t'
3387 (and
3388 (re-search-forward
3389 "Content-Type: *multipart/\\([^ \t\n]*;[ \t]*[\n]?[ \t]*\\)+boundary="
3390 limit t)
3391 (let (boundary)
3392 (if (looking-at "\"")
3393 (let (start)
3394 (forward-char)
3395 (setq start (point))
3396 (while (not (looking-at "\""))
3397 (forward-char 1))
3398 (setq boundary (buffer-substring-no-properties start (point))))
3399 (let ((start (point)))
3400 (while (looking-at "[-0-9a-zA-Z'()+_,./:=?]")
3401 (forward-char))
3402 (setq boundary (buffer-substring-no-properties start (point)))))
3403 (if (< (length boundary) 1)
3404 (setq boundary nil)
3405 (concat "--" boundary)))))
3406
3407
3408 (defun ispell-mime-skip-part (boundary)
3409 "Moves point across header, or entire MIME part if message is encoded.
3410 All specified types except `7bit' `8bit' and `quoted-printable' are considered
3411 encoded and therefore skipped. See rfc 1521, 2183, ...
3412 If no boundary is given, then entire message is skipped.
3413
3414 This starts one line ABOVE the MIME content messages, on the boundary marker,
3415 for operation with the generic region-skipping code.
3416 This places new MIME boundaries into variable `ispell-checking-message'."
3417 (forward-line) ; skip over boundary to headers
3418 (let ((save-case-fold-search case-fold-search)
3419 (continuep t)
3420 textp)
3421 (setq case-fold-search t
3422 ispell-skip-html nil)
3423 (while continuep
3424 (setq continuep nil)
3425 (if (looking-at "Content-Type: *text/")
3426 (progn
3427 (goto-char (match-end 0))
3428 (if (looking-at "html")
3429 (setq ispell-skip-html t))
3430 (setq textp t
3431 continuep t)
3432 (re-search-forward "\\(.*;[ \t]*[\n]\\)*.*$" nil t)
3433 (forward-line)))
3434 (if (looking-at "Content-Transfer-Encoding: *\\([^ \t\n]*\\)")
3435 (let ((match (buffer-substring (match-beginning 1) (match-end 1))))
3436 (setq textp (member (upcase match)
3437 ;; only spell check the following encodings:
3438 '("7BIT" "8BIT" "QUOTED-PRINTABLE" "BINARY"))
3439 continuep t)
3440 (goto-char (match-end 0))
3441 (re-search-forward "\\(.*;[ \t]*[\n]\\)*.*$" nil t)
3442 (forward-line)))
3443 ;; hierarchical boundary definition
3444 (if (looking-at "Content-Type: *multipart/")
3445 (let ((new-boundary (ispell-mime-multipartp)))
3446 (if (string-match new-boundary boundary)
3447 (setq continuep t)
3448 ;; first pass redefine skip function to include new boundary
3449 ;;(re-search-backward boundary nil t)
3450 (forward-line)
3451 (setq ispell-checking-message
3452 (cons
3453 (list new-boundary 'ispell-mime-skip-part new-boundary)
3454 (if (eq t ispell-checking-message) nil
3455 ispell-checking-message))
3456 textp t
3457 continuep t)))
3458 ;; Skip all MIME headers that don't affect spelling
3459 (if (looking-at "Content-[^ \t]*: *\\(.*;[ \t]*[\n]\\)*.*$")
3460 (progn
3461 (setq continuep t)
3462 (goto-char (match-end 0))
3463 (forward-line)))))
3464
3465 (setq case-fold-search save-case-fold-search)
3466 (if textp
3467 (point)
3468 ;; encoded message. Skip to boundary, or entire message.
3469 (if (not boundary)
3470 (goto-char (point-max))
3471 (re-search-forward boundary nil t)
3472 (beginning-of-line)
3473 (point)))))
3474
3475
3476 ;;;###autoload
3477 (defun ispell-message ()
3478 "Check the spelling of a mail message or news post.
3479 Don't check spelling of message headers except the Subject field.
3480 Don't check included messages.
3481
3482 To abort spell checking of a message region and send the message anyway,
3483 use the `x' command. (Any subsequent regions will be checked.)
3484 The `X' command aborts the message send so that you can edit the buffer.
3485
3486 To spell-check whenever a message is sent, include the appropriate lines
3487 in your .emacs file:
3488 (add-hook 'message-send-hook 'ispell-message) ;; GNUS 5
3489 (add-hook 'news-inews-hook 'ispell-message) ;; GNUS 4
3490 (add-hook 'mail-send-hook 'ispell-message)
3491 (add-hook 'mh-before-send-letter-hook 'ispell-message)
3492
3493 You can bind this to the key C-c i in GNUS or mail by adding to
3494 `news-reply-mode-hook' or `mail-mode-hook' the following lambda expression:
3495 (function (lambda () (local-set-key \"\\C-ci\" 'ispell-message)))"
3496 (interactive)
3497 (save-excursion
3498 (goto-char (point-min))
3499 (let* (boundary mimep
3500 (ispell-skip-region-alist-save ispell-skip-region-alist)
3501 ;; Nil when message came from outside (eg calling Emacs as editor)
3502 ;; Non-nil marker of end of headers.
3503 (internal-messagep
3504 (re-search-forward
3505 (concat "^" (regexp-quote mail-header-separator) "$") nil t))
3506 (end-of-headers ; Start of body.
3507 (copy-marker
3508 (or internal-messagep
3509 (re-search-forward "^$" nil t)
3510 (point-min))))
3511 (limit (copy-marker ; End of region we will spell check.
3512 (cond
3513 ((not ispell-message-text-end) (point-max))
3514 ((char-or-string-p ispell-message-text-end)
3515 (if (re-search-forward ispell-message-text-end nil t)
3516 (match-beginning 0)
3517 (point-max)))
3518 (t (min (point-max) (funcall ispell-message-text-end))))))
3519 (default-prefix ; Vanilla cite prefix (just used for cite-regexp)
3520 (if (and (boundp 'mail-yank-prefix) mail-yank-prefix)
3521 (ispell-non-empty-string mail-yank-prefix)
3522 " \\|\t"))
3523 (cite-regexp ;Prefix of quoted text
3524 (cond
3525 ((functionp 'sc-cite-regexp) ; sc 3.0
3526 (with-no-warnings
3527 (concat "\\(" (sc-cite-regexp) "\\)" "\\|"
3528 (ispell-non-empty-string sc-reference-tag-string))))
3529 ((boundp 'sc-cite-regexp) ; sc 2.3
3530 (concat "\\(" sc-cite-regexp "\\)" "\\|"
3531 (with-no-warnings
3532 (ispell-non-empty-string sc-reference-tag-string))))
3533 ((or (equal major-mode 'news-reply-mode) ;GNUS 4 & below
3534 (equal major-mode 'message-mode)) ;GNUS 5
3535 (concat "In article <" "\\|"
3536 "[^,;&+=\n]+ <[^,;&+=]+> writes:" "\\|"
3537 (with-no-warnings message-cite-prefix-regexp)
3538 "\\|"
3539 default-prefix))
3540 ((equal major-mode 'mh-letter-mode) ; mh mail message
3541 (concat "[^,;&+=\n]+ writes:" "\\|"
3542 (with-no-warnings
3543 (ispell-non-empty-string mh-ins-buf-prefix))))
3544 ((not internal-messagep) ; Assume nn sent us this message.
3545 (concat "In [a-zA-Z.]+ you write:" "\\|"
3546 "In <[^,;&+=]+> [^,;&+=]+ writes:" "\\|"
3547 " *> *"))
3548 ((boundp 'vm-included-text-prefix) ; VM mail message
3549 (concat "[^,;&+=\n]+ writes:" "\\|"
3550 (ispell-non-empty-string vm-included-text-prefix)))
3551 (t default-prefix)))
3552 (ispell-skip-region-alist
3553 (cons (list (concat "^\\(" cite-regexp "\\)")
3554 (function forward-line))
3555 ispell-skip-region-alist))
3556 (old-case-fold-search case-fold-search)
3557 (dictionary-alist ispell-message-dictionary-alist)
3558 (ispell-checking-message t))
3559
3560 ;; Select dictionary for message
3561 (or (local-variable-p 'ispell-local-dictionary (current-buffer))
3562 (while dictionary-alist
3563 (goto-char (point-min))
3564 (if (re-search-forward (car (car dictionary-alist))
3565 end-of-headers t)
3566 (setq ispell-local-dictionary (cdr (car dictionary-alist))
3567 dictionary-alist nil)
3568 (setq dictionary-alist (cdr dictionary-alist)))))
3569
3570 (unwind-protect
3571 (progn
3572 ;; Spell check any original Subject:
3573 (goto-char (point-min))
3574 (setq case-fold-search t
3575 mimep (re-search-forward "MIME-Version:" end-of-headers t))
3576 (goto-char (point-min))
3577 (if (re-search-forward "^Subject: *" end-of-headers t)
3578 (progn
3579 (goto-char (match-end 0))
3580 (if (and (not (looking-at ".*Re\\>"))
3581 (not (looking-at "\\[")))
3582 (progn
3583 (setq case-fold-search old-case-fold-search)
3584 (ispell-region (point)
3585 (progn ;Tab-initiated continuation lns.
3586 (end-of-line)
3587 (while (looking-at "\n[ \t]")
3588 (end-of-line 2))
3589 (point)))))))
3590 (if mimep
3591 (progn
3592 (goto-char (point-min))
3593 (setq boundary (ispell-mime-multipartp end-of-headers))))
3594 ;; Adjust message limit to MIME message if necessary.
3595 (and boundary
3596 (re-search-forward (concat boundary "--") nil t)
3597 (re-search-backward boundary nil t)
3598 (< (point) (marker-position limit))
3599 (set-marker limit (point)))
3600 (goto-char (point-min))
3601 ;; Select type or skip checking if this is a non-multipart message
3602 ;; Point moved to end of buffer if region is encoded.
3603 (if (and mimep (not boundary))
3604 (let (skip-regexp) ; protect from `ispell-mime-skip-part'
3605 (goto-char (point-min))
3606 (re-search-forward "Content-[^ \t]*:" end-of-headers t)
3607 (forward-line -1) ; following fn starts one line above
3608 (ispell-mime-skip-part nil)
3609 ;; if message-text-end region, limit may be less than point.
3610 (if (> (point) limit)
3611 (set-marker limit (point)))))
3612 (goto-char (max end-of-headers (point)))
3613 (forward-line 1)
3614 (setq case-fold-search old-case-fold-search)
3615 ;; Define MIME regions to skip.
3616 (if boundary
3617 (setq ispell-checking-message
3618 (list (list boundary 'ispell-mime-skip-part boundary))))
3619 (ispell-region (point) limit))
3620 (set-marker end-of-headers nil)
3621 (set-marker limit nil)
3622 (setq ispell-skip-region-alist ispell-skip-region-alist-save
3623 ispell-skip-html nil
3624 case-fold-search old-case-fold-search)))))
3625
3626
3627 (defun ispell-non-empty-string (string)
3628 (if (or (not string) (string-equal string ""))
3629 "\\'\\`" ; An unmatchable string if string is null.
3630 (regexp-quote string)))
3631
3632
3633 ;;; **********************************************************************
3634 ;;; Buffer Local Functions
3635 ;;; **********************************************************************
3636
3637
3638 (defun ispell-accept-buffer-local-defs ()
3639 "Load all buffer-local information, restarting Ispell when necessary."
3640 (ispell-buffer-local-dict) ; May kill ispell-process.
3641 (ispell-buffer-local-words) ; Will initialize ispell-process.
3642 (ispell-buffer-local-parsing))
3643
3644
3645 (defun ispell-buffer-local-parsing ()
3646 "Place Ispell into parsing mode for this buffer.
3647 Overrides the default parsing mode.
3648 Includes Latex/Nroff modes and extended character mode."
3649 ;; (ispell-init-process) must already be called.
3650 (ispell-send-string "!\n") ; Put process in terse mode.
3651 ;; We assume all major modes with "tex-mode" in them should use latex parsing
3652 ;; When exclusively checking comments, set to raw text mode (nroff).
3653 (if (and (not (eq 'exclusive ispell-check-comments))
3654 (or (and (eq ispell-parser 'use-mode-name)
3655 (string-match "[Tt][Ee][Xx]-mode"
3656 (symbol-name major-mode)))
3657 (eq ispell-parser 'tex)))
3658 (progn
3659 (ispell-send-string "+\n") ; set ispell mode to tex
3660 (if (not (eq ispell-parser 'tex))
3661 (set (make-local-variable 'ispell-parser) 'tex)))
3662 (ispell-send-string "-\n")) ; set mode to normal (nroff)
3663 ;; If needed, test for SGML & HTML modes and set a buffer local nil/t value.
3664 (if (and ispell-skip-html (not (eq ispell-skip-html t)))
3665 (setq ispell-skip-html
3666 (not (null (string-match "sgml\\|html\\|xml"
3667 (downcase (symbol-name major-mode)))))))
3668 ;; Set default extended character mode for given buffer, if any.
3669 (let ((extended-char-mode (ispell-get-extended-character-mode)))
3670 (if extended-char-mode
3671 (ispell-send-string (concat extended-char-mode "\n"))))
3672 ;; Set buffer-local parsing mode and extended character mode, if specified.
3673 (save-excursion
3674 (goto-char (point-max))
3675 ;; Uses last occurrence of ispell-parsing-keyword
3676 (if (search-backward ispell-parsing-keyword nil t)
3677 (let ((end (save-excursion (end-of-line) (point)))
3678 string)
3679 (search-forward ispell-parsing-keyword)
3680 (while (re-search-forward " *\\([^ \"]+\\)" end t)
3681 ;; space separated definitions.
3682 (setq string (downcase (match-string-no-properties 1)))
3683 (cond ((and (string-match "latex-mode" string)
3684 (not (eq 'exclusive ispell-check-comments)))
3685 (ispell-send-string "+\n~tex\n"))
3686 ((string-match "nroff-mode" string)
3687 (ispell-send-string "-\n~nroff\n"))
3688 ((string-match "~" string) ; Set extended character mode.
3689 (ispell-send-string (concat string "\n")))
3690 (t (message "Invalid Ispell Parsing argument!")
3691 (sit-for 2))))))))
3692
3693
3694 ;;; Can kill the current ispell process
3695
3696 (defun ispell-buffer-local-dict (&optional no-reload)
3697 "Initializes local dictionary and local personal dictionary.
3698 If optional NO-RELOAD is non-nil, do not make any dictionary reloading.
3699 When a dictionary is defined in the buffer (see variable
3700 `ispell-dictionary-keyword'), it will override the local setting
3701 from \\[ispell-change-dictionary].
3702 Both should not be used to define a buffer-local dictionary."
3703 (save-excursion
3704 (goto-char (point-min))
3705 (let (end)
3706 ;; Override the local variable definition.
3707 ;; Uses last occurrence of ispell-dictionary-keyword.
3708 (goto-char (point-max))
3709 (unless ispell-local-dictionary-overridden
3710 (if (search-backward ispell-dictionary-keyword nil t)
3711 (progn
3712 (search-forward ispell-dictionary-keyword)
3713 (setq end (save-excursion (end-of-line) (point)))
3714 (if (re-search-forward " *\\([^ \"]+\\)" end t)
3715 (setq ispell-local-dictionary
3716 (match-string-no-properties 1))))))
3717 (goto-char (point-max))
3718 (if (search-backward ispell-pdict-keyword nil t)
3719 (progn
3720 (search-forward ispell-pdict-keyword)
3721 (setq end (save-excursion (end-of-line) (point)))
3722 (if (re-search-forward " *\\([^ \"]+\\)" end t)
3723 (setq ispell-local-pdict
3724 (match-string-no-properties 1)))))))
3725 (unless no-reload
3726 ;; Reload if new dictionary (maybe the personal one) defined.
3727 (ispell-internal-change-dictionary)))
3728
3729
3730 (defun ispell-buffer-local-words ()
3731 "Loads the buffer-local dictionary in the current buffer."
3732 ;; If there's an existing ispell process that's wrong for this use,
3733 ;; kill it.
3734 (if (and ispell-buffer-local-name
3735 (not (equal ispell-buffer-local-name (buffer-name))))
3736 (ispell-kill-ispell t))
3737 ;; Actually start a new ispell process, because we need
3738 ;; to send commands now to specify the local words to it.
3739 (ispell-init-process)
3740 (save-excursion
3741 (goto-char (point-min))
3742 (while (search-forward ispell-words-keyword nil t)
3743 (or ispell-buffer-local-name
3744 (setq ispell-buffer-local-name (buffer-name)))
3745 (let ((end (save-excursion (end-of-line) (point)))
3746 (ispell-casechars (ispell-get-casechars))
3747 string)
3748 ;; buffer-local words separated by a space, and can contain
3749 ;; any character other than a space. Not rigorous enough.
3750 (while (re-search-forward " *\\([^ ]+\\)" end t)
3751 (setq string (match-string-no-properties 1))
3752 ;; This can fail when string contains a word with invalid chars.
3753 ;; Error handling needs to be added between ispell and Emacs.
3754 (if (and (< 1 (length string))
3755 (equal 0 (string-match ispell-casechars string)))
3756 (ispell-send-string (concat "@" string "\n"))))))))
3757
3758
3759 ;;; returns optionally adjusted region-end-point.
3760
3761 (defun ispell-add-per-file-word-list (word)
3762 "Add WORD to the per-file word list."
3763 (or ispell-buffer-local-name
3764 (setq ispell-buffer-local-name (buffer-name)))
3765 (save-excursion
3766 (goto-char (point-min))
3767 (let ((old-case-fold-search case-fold-search)
3768 line-okay search done found)
3769 (while (not done)
3770 (setq case-fold-search nil
3771 search (search-forward ispell-words-keyword nil 'move)
3772 found (or found search)
3773 line-okay (< (+ (length word) 1 ; 1 for space after word..
3774 (progn (end-of-line) (current-column)))
3775 80)
3776 case-fold-search old-case-fold-search)
3777 (if (or (and search line-okay)
3778 (null search))
3779 (progn
3780 (setq done t)
3781 (if (null search)
3782 (progn
3783 (open-line 1)
3784 (unless found (newline))
3785 (insert (concat comment-start " " ispell-words-keyword))
3786 (if (> (length comment-end) 0)
3787 (save-excursion
3788 (newline)
3789 (insert comment-end)))))
3790 (insert (concat " " word))))))))
3791
3792 (add-to-list 'debug-ignored-errors "^No word found to check!$")
3793
3794 (provide 'ispell)
3795
3796 \f
3797 ;;; LOCAL VARIABLES AND BUFFER-LOCAL VALUE EXAMPLES.
3798
3799 ;; Local Variable options:
3800 ;; mode: name(-mode)
3801 ;; eval: expression
3802 ;; local-variable: value
3803
3804 ;; The following sets the buffer local dictionary to `american' English
3805 ;; and spell checks only comments.
3806
3807 ;; Local Variables:
3808 ;; mode: emacs-lisp
3809 ;; comment-column: 40
3810 ;; ispell-check-comments: exclusive
3811 ;; ispell-local-dictionary: "american"
3812 ;; End:
3813
3814
3815 ;;; MORE EXAMPLES OF ISPELL BUFFER-LOCAL VALUES
3816
3817 ;; The following places this file in nroff parsing and extended char modes.
3818 ;; Local IspellParsing: nroff-mode ~nroff
3819 ;; Change IspellPersDict to IspellPersDict: to enable the following line.
3820 ;; Local IspellPersDict ~/.ispell_lisp
3821 ;; The following were automatically generated by ispell using the 'A' command:
3822 ; LocalWords: settable alist inews mh frag pdict Wildcards iconify arg tex kss
3823 ; LocalWords: alists minibuffer bufferp autoload loaddefs aff Dansk KOI SPC op
3824 ; LocalWords: Francais Nederlands charset autoloaded popup nonmenu regexp num
3825 ; LocalWords: AMStex hspace includeonly nocite epsfig displaymath eqnarray reg
3826 ; LocalWords: minipage modeline pers dict unhighlight buf grep sync prev inc
3827 ; LocalWords: fn hilight oldot NB AIX msg init read's bufs pt cmd Quinlan eg
3828 ; LocalWords: uuencoded unidiff sc nn VM SGML eval IspellPersDict unsplitable
3829 ; LocalWords: lns XEmacs HTML casechars Multibyte
3830
3831 ;; arch-tag: 4941b9f9-3b7c-4a76-a4ed-5fa8b6010ef5
3832 ;;; ispell.el ends here