summaryrefslogtreecommitdiff
path: root/lisp/textmodes/ispell.el
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation related to 'ispell-complete-word'Eli Zaretskii2023-04-111-4/+13
* ; Mention Hunspell private-dictionary misfeature in doc stringsEli Zaretskii2023-02-121-2/+7
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Fix running spell-checking in remote buffersEli Zaretskii2022-09-171-1/+2
* Clean up ispell "look"-related variablesLars Ingebrigtsen2022-09-021-3/+7
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-231-6/+7
* Make ispell-find-hunspell-dictionaries more resilientLars Ingebrigtsen2022-08-221-22/+30
* Revert "Make compat alias check-ispell-version obsolete"Eli Zaretskii2022-08-091-2/+2
* Make compat alias check-ispell-version obsoleteStefan Kangas2022-08-091-2/+2
* Clean up some local variable sectionsStefan Kangas2022-08-081-7/+0
* Fix ispell-word on colorless TTY framesEli Zaretskii2022-06-261-3/+6
* ; Fix recent changes in documentation of ispell.elEli Zaretskii2022-05-101-2/+2
* Make ispell-region/buffer push the mark of the final wordLars Ingebrigtsen2022-05-101-9/+24
* Make 'ispell-change-dictionary' completion work betterLars Ingebrigtsen2022-02-211-5/+10
* Remove matching of whitespaces in LaTeX environment namesArash Esbati2022-01-201-4/+3
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Make some variable aliases obsoleteStefan Kangas2021-12-201-1/+2
* | Make Re: recognition in ispell-message less ambiguousLars Ingebrigtsen2021-11-291-1/+1
* | Use substitute-command-keys for literal key sequencesStefan Kangas2021-11-221-39/+41
|/
* Adjust ispell-look-command typeLars Ingebrigtsen2021-09-281-1/+2
* Fix search of the look programAndré A. Gomes2021-09-281-7/+5
* Add new user option ispell-help-timeoutLars Ingebrigtsen2021-09-251-2/+6
* Don't use `format' on strings without % format directivesLars Ingebrigtsen2021-09-211-2/+1
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-1/+1
* ; Minor doc fixes found by checkdocStefan Kangas2021-09-131-5/+4
* Fix error handling in 'ispell-init-process'Ian W2021-09-051-1/+8
* Fix point placement after ispell-complete-wordLars Ingebrigtsen2021-08-311-12/+5
* Improve documentation of 'ispell-hunspell-add-multi-dic'Eli Zaretskii2021-08-301-1/+5
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-5/+5
* Remove a redundant let-binding from IspellBasil L. Contovounesios2021-07-301-5/+1
* Don't pass 'null-device' to 'call-process' in ispellJim Porter2021-07-021-1/+1
* * lisp/textmodes/ispell.el: Fix finding dictionaries for Enchant.Reuben Thomas2021-06-281-12/+1
* * lisp/textmodes/ispell.el: Check process is live before interacting.Reuben Thomas2021-06-281-5/+8
* Revert "Continue checking the same line when hitting SPC in ispell"Lars Ingebrigtsen2021-05-291-12/+7
* Continue checking the same line when hitting SPC in ispellLars Ingebrigtsen2021-05-281-7/+12
* Fix ispell program comparisonDmitrii Kuragin2021-05-061-1/+1
* * lisp/**/*.el: Avoid positional args to `define-minor-mode`Stefan Monnier2021-04-111-1/+1
* Remove redundant #' before lambda in textmodes/*.elStefan Kangas2021-04-021-3/+3
* Remove redundant :group args from textmodes/*.elStefan Kangas2021-02-141-63/+31
* Prefer defvar-local in textmodes/*.elStefan Kangas2021-01-311-7/+3
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Prefer setq-local in most of textmodes/*.elStefan Kangas2020-12-041-1/+1
* Don't quote lambdas in several placesStefan Kangas2020-11-141-5/+4
* Don't quote lambdas in several placesStefan Kangas2020-11-121-14/+14
* Remove unused variable in ispell.el (thanks, Stefan Kangas)Reuben Thomas2020-11-041-3/+1
* Factor out some common code in ispell.elReuben Thomas2020-11-031-8/+13
* Simplify ispell-check-version’s use of -vv flagReuben Thomas2020-11-031-3/+1
* Fix previous patch to ispell.elReuben Thomas2020-11-021-2/+2
* Fix previous code change to `ispell--call-enchant-lsmod'Reuben Thomas2020-11-021-8/+9