aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/ispell.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (ispell-process-line): Add local var line-offset to adjust for the changeRichard M. Stallman1999-12-281-2/+11
| | | | in positions within the line, due to previous replacements.
* (ispell-dictionary-alist): Fix type by adding koi8-rGerd Moellmann1999-11-131-1/+2
| | | | as in ispell-local-dictionary-alist.
* (ispell-dictionary-alist-6): Don't use "-C" option for Russian.Phillip Rulon1999-10-081-1/+1
|
* (ispell-dictionary-alist-6): Change charset for Russian.Richard M. Stallman1999-07-121-2/+3
| | | | (ispell-local-dictionary-alist): Add koi8-r for character set.
* (ispell-alternate-dictionary): Fix custom type.Dave Love1999-05-311-2/+2
| | | | (ispell-complete-word-dict): Likewise.
* (ispell-local-dictionary-alist): Add autoload cookie.Karl Heuer1999-05-171-0/+1
|
* (ispell-local-dictionary-alist): New variable forKarl Heuer1999-05-091-87/+143
| | | | | | | | | | | | | | | | | customizing local dictionaries not accessable by everyone. (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'. (ispell-required-version): Changed format `(major minor revision)' to support general pattern matching. (ispell-tex-skip-alists): AMS Tex block comment and `\author' skip region commented out due to incorrect skip potential in std latex. (ispell-word): Removed `when' macro. Fixed bug of not restoring cursor point on small words for calls from `ispell-minor-mode'. (check-ispell-version): Tests and accepts versions major.minor and above, with adjustments for interactions in 3.1.0-3.1.11. (ispell-get-line): No longer skips ispell process special characters. (ispell-comments-and-strings): Removed `when' macro call. (ispell-minor-check): Requires ispell-word to restore cursor point. (ispell-buffer-local-parsing): Supports checking comments only.
* (ispell-dictionary-alist-1): Shorten autoloaded line.Karl Heuer1999-03-101-13/+41
| | | | | | | (ispell-dictionary-alist-2): Likewise. (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars. (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars. (ispell-dictionary-alist): Build from six pieces, not just two.
* (ispell-dictionary-alist-override): New variable.Karl Heuer1999-03-011-5/+8
| | | | | (ispell-dictionary-alist): Don't setq it, if ispell-dictionary-alist-override is set.
* Take out the eval-when's.Karl Heuer1998-12-101-6/+3
|
* (ispell-kill-ispell): Don't send newline after EOF.Karl Heuer1998-12-101-1/+0
|
* Improved and fixed customize for variables:Richard M. Stallman1998-12-011-171/+232
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp, ispell-dictionary-alist, ispell-skip-sgml. Improved and fixed comments in variables and messages for functions: ispell-help-in-bufferp, ispell-local-dictionary, ispell-menu-map, ispell-checking-message, ispell-parser, ispell-word, lookup-words, ispell-change-dictionary, ispell-region, ispell-begin-tex-skip-regexp, ispell-begin-skip-region, ispell-comments-and-strings, ispell-continue, ispell-complete-word, ispell-message-text-end, ispell-add-per-file-word-list. (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding system is now required for all languages. Casechars improved for castellano, castellano8, and norsk dictionaries. Dictionary norsk7-tex removed. Dictionary polish added. (ispell-dictionary-alist): Redefined at load-time to support dictionary changes. (ispell-menu-map): Redefined at load-time to support menu changes. (ispell-check-version): New alias for `check-ispell-version'. (ispell-parse-output): Fixed matching for ispell error messages. Correctly returns spelling suggestions in order generated by ispell process. (check-ispell-version): Ensure `case-fold-search' doesn't get redefined. (ispell-complete-word): Ensure `case-fold-search' doesn't get redefined. Fix bug that didn't respect case of word being completed. (ispell-init-process): Set process coding system to be compatible with emacs processes and the ispell process. (ispell-kill-ispell): Ensures ispell process has terminated before starting new process. This can otherwise confuse process filters and hang the ispell process. (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved skipping support for sgml. (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r which could cause `ispell-complete-word' to hang. (ispell-message): Improved message reference matching. Ensure `case-fold-search' doesn't get redefined. (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't get redefined. Fixed bug in returning to nroff mode from tex mode. (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't get redefined.
* (ispell-dictionary-alist-2): Removed svenska,Karl Heuer1998-11-111-6/+3
| | | | | renamed svenska8 to svenska, and fixed and extended CASECHARS for it.
* (ispell-get-coding-system): Default to iso-latin-1.Karl Heuer1998-11-101-11/+6
| | | | (ispell-process-line): Don't treat multibyte
* (check-ispell-version): No need to bindKarl Heuer1998-10-011-4/+2
| | | | default-major-mode.
* (check-ispell-version): Ensure same buffer is currentKarl Heuer1998-09-231-5/+5
| | | | when let-binding of case-fold-search ends.
* (ispell-highlight-p, ispell-check-comments,Andreas Schwab1998-06-241-4/+5
| | | | | ispell-help-in-bufferp, ispell-skip-sgml): Use `other' widget type.
* Doc fixes.Karl Heuer1998-06-201-5/+5
|
* (ispell-skip-region): Don't complain whenKarl Heuer1998-06-201-1/+1
| | | | | ispell-check-comments is 'exclusive and there are no more comments. Just skip to the end instead.
* (ispell-region): Return non-nil if not aborted.Richard M. Stallman1998-06-131-3/+4
| | | | (ispell-highlight-spelling-error-generic): Fix doc typo.
* (ispell-dictionary-alist-1): Doc fix.Richard M. Stallman1998-05-121-2/+2
| | | | (ispell-dictionary-alist-2): Doc fix.
* (ispell-word): Make M-$ binding using esc-map.Richard M. Stallman1998-05-071-1/+1
|
* Generalized region skipping added.Richard M. Stallman1998-04-301-925/+1183
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Checks comments only in code. Added backward compatible support for customize. (ispell-query-replace-choices, ispell-message-dictionary-alist) (ispell-grep-command, ispell-grep-options, ispell-look-command) (ispell-look-options, ispell-use-ptys-p, ispell-local-dictionary) (ispell-dictionary-alist): Now customizable. Fixed type of custom variables: ispell-help-in-bufferp. (ispell-use-framepop-p): New variable. (ispell-dictionary-alist): Added dictionaries: castellano, castellano8 czech, esperanto, esperanto-tex, norsk, russian. Capitalize XEmacs correctly, and change lucid to xemacs in code: (ispell-menu-lucid): Renamed to ispell-menu-xemacs. Changed string compares for version number to be correct for XEmacs. Fixed to work with string properties. (ispell-recursive-edit-marker): new marker saving return point. (ispell-skip-region-alist): New variable defining regions. (ispell-tex-skip-alists): New variable for LaTeX regions. (ispell-skip-sgml): Now buffer-mode aware. (ispell-highlight-p): Support block cursors. (ispell-message-text-end): Don't check signatures. (ispell-comments-and-strings): New command, added to menu. (ispell-int-char): New function for character incrementing. (ispell-word): Produces message on error when called from ispell-minor-mode. Potential infinite loop removed. (ispell-command-loop): prevent XEmacs modeline hiding. Allow temporary split of dedicated windows. Improve recursive edit support. Support block cursors. (ispell-show-choices): New function cleaning up command loop. (ispell-highlight-spelling-error-generic): Block cursor support added. (ispell-highlight-spelling-error-xemacs): Block cursor, name change. (ispell-overlay-window): dedicated window splitting, XEmacs changes. (ispell-parse-output): Displays ispell process error messages. (check-ispell-version): Interactive mode that shows ispell versions. (ispell-begin-skip-region-regexp): New region skipping function. (ispell-begin-tex-skip-regexp): New tex mode region skipping function. (ispell-begin-skip-region): New region skipping function. (ispell-tex-arg-end): New tex mode region skipping function. (ispell-skip-region): New region skipping function. (ispell-get-line): New function to clean up command loop. (ispell-process-line): New function cleaning up command loop. (ispell-continue): Improve recursive editor support. (ispell-complete-word): Interior fragment support improved. (ispell-message): Region skipping vastly improved.
* (ispell-get-word): No error if can't find a word to check.Richard M. Stallman1998-04-171-65/+71
| | | | | (ispell-word): Don't fuss about a word if not adjacent to it. (ispell-minor-check): Use save-excursion.
* (ispell-word): In ispell-check-only mode,Richard M. Stallman1998-04-171-0/+1
| | | | display a message for misspelled word.
* New function ispell-comments-and-strings.Gerd Moellmann1997-12-031-0/+20
|
* (ispell-change-dictionary): Fix error message.Karl Heuer1997-10-191-5/+7
| | | | | | (ispell-buffer-local-parsing): Fix message. (ispell-get-word): Use buffer-substring-no-properties. (ispell-buffer-local-dict): Likewise.
* (ispell-personal-dictionary): Fix customize type.Richard M. Stallman1997-09-091-1/+2
|
* (ispell-command-loop):Richard M. Stallman1997-09-071-1/+10
| | | | | | Restore dedicated flg of selected window. (ispell-overlay-window): Move dedicated flag of old window into the bottom of the two windows made from it.
* (ispell-overlay-window): Undo previous change;Richard M. Stallman1997-09-031-2/+1
| | | | in other words, don't bind inhibit-frame-unsplittable.
* Comment change.Richard M. Stallman1997-09-021-1/+1
|
* (ispell-region): Take acount of the fact that `ispell'Kenichi Handa1997-09-011-12/+40
| | | | | | | | | | will return OFFSET by counting non-ASCII characters as one. (ispell-dictionary-alist-1): Add coding systems to each entry. (ispell-dictionary-alist-2): Likewise. (ispell-get-coding-system): New function. (ispell-decode-string): New function. (ispell-get-casechars): Decode the string if necessary. (ispell-get-not-casechars, ispell-get-otherchars): Likewise.
* (ispell-dictionary-alist): Doc fix.Richard M. Stallman1997-08-061-7/+11
|
* frame-override-unsplittable/inhibit-frame-unsplittable name change.Simon Marshall1997-05-261-1/+1
|
* (ispell-dictionary-alist-2): Specify syntax of ' in Danish.Richard M. Stallman1997-05-021-1/+1
|
* (ispell-overlay-window): Bind frame-override-unsplittable.Richard M. Stallman1997-04-221-1/+2
|
* Use defcustom for user variables.Richard M. Stallman1997-04-111-38/+81
|
* (ispell-command-loop): Disable message logging.Karl Heuer1997-03-111-4/+6
| | | | (ispell-region): Ditto.
* (ispell-message-text-end): Handle `- ' beforeRichard M. Stallman1996-12-271-2/+3
| | | | | the "cut here" or "start of..." line. Handle `Forward message' without `Start of'.
* Comment change.Richard M. Stallman1996-10-121-1/+1
|
* (ispell-dictionary-alist-1): Add `american' to list.Richard M. Stallman1996-09-161-3/+5
|
* (ispell-message): Support message-mode.Richard M. Stallman1996-06-281-4/+13
|
* (ispell-region): Handle ispell-skip-sgml properly with an re-search.Richard M. Stallman1996-05-311-2/+2
|
* (ispell-check-comments): Default is now t.Richard M. Stallman1996-05-091-2/+2
|
* (ispell-help): Use set-minibuffer-window.Richard M. Stallman1996-01-271-0/+3
|
* (ispell-command-loop, ispell-region): Pass proper format string to message.Richard M. Stallman1996-01-271-5/+3
|
* Update FSF's address.Erik Naggum1996-01-141-309/+304
|
* Comment fixes.Karl Heuer1996-01-051-3/+3
|
* Comment change.Richard M. Stallman1995-10-301-9/+6
|
* (ispell-message-text-end): Match reporter.el bug reports.Richard M. Stallman1995-09-291-0/+2
|