aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/ispell4.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* All autoload cookies disabled.Richard M. Stallman1995-05-061-8/+8
|
* (ispell-menu-map): Order menu items by size: buffer > region > word.Karl Heuer1994-09-171-3/+3
|
* (ispell-tex-buffer-p): Write names in lower case. Add slitex-mode.Richard M. Stallman1994-07-241-1/+1
|
* (ispell-word): Call ispell-dehighlight.Richard M. Stallman1994-07-121-4/+6
|
* (ispell-complete-word): Likewise.Richard M. Stallman1994-06-101-1/+1
|
* (ispell-highlight): Do nothing unless window-system.Richard M. Stallman1994-05-191-0/+1
|
* (ispell-message): Add `ispell-message-text-end' andRichard M. Stallman1994-05-101-10/+65
| | | | `ispell-message-limit'. Spell-check subject as well as body.
* Pass operation to find-file-name-handler.Karl Heuer1994-04-221-1/+1
|
* (ispell-highlight, ispell-dehighlight): New functions.Richard M. Stallman1994-01-011-0/+24
| | | | | (ispell-command-loop, ispell-next): Call them. (ispell-highlight, ispell-overlay): New variables.
* (ispell-next): Remove periods from messages.Richard M. Stallman1993-12-311-7/+7
| | | | (ispell-complete-word): Improve error messages.
* Don't imply private dictionary is always ispell.words.Richard M. Stallman1993-12-231-5/+5
| | | | Don't repeat at load time any bindings that are autoloaded.
* (ispell-message): Delete excess (beginning-of-line) call.Richard M. Stallman1993-11-081-1/+0
|
* (ispell-message): If gnus, but no mail-yank-prefix,Richard M. Stallman1993-11-081-6/+10
| | | | | use ispell-message-cite-regexp. Turn off case-fold-search for the searching and matching in this function.
* Fix previous change.Richard M. Stallman1993-11-071-31/+32
|
* (ispell-message): Stop if ispell-region returns nil.Richard M. Stallman1993-11-071-25/+82
| | | | | | | | | | | | | (ispell-next, ispell-word): Catch ispell-quit, not quit. (ispell-next): Return t if exit normally (no throw to ispell-quit). (ispell-command-loop): For q, throw to ispell-quit. Explicitly handle C-g. (ispell): If we don't call ispell-next, return t. (ispell-non-empty-string): New function. (ispell-message): Add autoload. Choose a citation regexp automatically. Don't fail if there is no following cited line after filled lines.
* (ispell-look-command): New user variable.Richard M. Stallman1993-10-261-2/+311
| | | | | | | | | | (ispell-do-look, ispell-lookup-build-list): Use it as PROGRAM for call-process instead of just "look". (ispell-complete-word-interior-frag): New command. (ispell-complete-word): New command. (ispell-menu-map): Add bindings for them. (ispell-gnu-look-still-broken-p, ispell-look-dictionary): New vars.
* (ispell): If the buffer to spell has no associated file, or, theBrian Fox1993-10-251-1/+2
| | | | | associated file has a special handler, use a temporary file with the buffer contents to pass to the local ispell process.
* (ispell-message-cite-regexp): Add definition.Richard M. Stallman1993-10-091-0/+3
|
* (ispell-message): Handle cited messages.Richard M. Stallman1993-09-241-1/+14
|
* (ispell-message): New command, with menu bar item.Richard M. Stallman1993-09-201-0/+11
|
* (ispell-point): Do nothing if there's no word at START.Richard M. Stallman1993-07-241-24/+24
|
* (ispell-menu-map): Add missing quote in defalias.Richard M. Stallman1993-07-151-2/+2
| | | | (ispell-window-configuration): Initialize to nil.
* (ispell-menu-map): New keymap--both fn and var.Richard M. Stallman1993-07-121-0/+18
|
* (ispell): Call deactivate-mark instead of setting mark-active directly. DoRoland McGrath1993-07-081-5/+2
| | | | this regardless of transient-mark-mode.
* Comment change.Richard M. Stallman1993-06-141-1/+1
|
* Doc fixes.Richard M. Stallman1993-06-101-38/+52
| | | | | (ispell-command, ispell-command-options): New defvars. (start-ispell): Use them.
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-4/+4
|
* Provide `ispell'.Richard M. Stallman1993-05-261-0/+2
|
* (ispell-command-loop): Make an undo boundary.Richard M. Stallman1993-05-191-0/+1
|
* (ispell): Deactivate mark before the Ispell run.Richard M. Stallman1993-05-161-18/+37
| | | | | | | | | | (ispell-point): Delete the sit-for; it was confusing. (ispell): Don't use save-excursion; just restore current buffer. (ispell-next): Don't save-excursion or save-window-excursion. (ispell-point): Don't save-excursion. (ispell-window-configuration): New variable. (ispell-show-choices): Set it if not nil. (ispell-next): Initialize to nil. Restore at end.
* All fsets changed to defaliases.Eric S. Raymond1993-04-231-1/+1
|
* Added or corrected Commentary sectionsEric S. Raymond1993-03-221-0/+5
|
* Add or correct keywordsEric S. Raymond1993-03-181-0/+2
|
* entered into RCSEric S. Raymond1992-07-221-4/+1
|
* *** empty log message ***Eric S. Raymond1992-07-161-0/+5
|
* *** empty log message ***Jim Blandy1992-07-151-1/+1
|
* *** empty log message ***Richard M. Stallman1992-06-021-32/+30
|
* *** empty log message ***Eric S. Raymond1992-05-301-2/+4
|
* *** empty log message ***Jim Blandy1991-07-081-2/+2
|
* *** empty log message ***Brian Preble1991-07-081-1/+5
|
* *** empty log message ***Roland McGrath1991-05-091-0/+4
|
* *** empty log message ***Brian Preble1991-03-121-2/+2
|
* Initial revisionRichard M. Stallman1990-03-261-0/+541