Glenn Morris
531b12643d
(ispell-looking-back): Update declaration.
2009-07-21 05:03:43 +00:00
Agustín Martín
e26a7bc01c
ispell.el: Add ispell-looking-back' XEmacs compatibility function for
looking-back'
...
flyspell.el (sgml-mode-flyspell-verify): Use `ispell-looking-back'
2009-06-25 11:25:09 +00:00
Glenn Morris
34995333ce
(ispell-local-dictionary): Doc fix.
2009-06-23 07:38:25 +00:00
Agustín Martín
820c1f5036
ispell.el: Make `ispell-dictionary' customizable ( #2555 )
2009-06-09 13:21:34 +00:00
Chong Yidong
d1dca2014b
* textmodes/ispell.el (ispell-check-version): Handle dashes in
...
version numbers. Suggested by sdl.web@gmail.com (Bug#3369).
2009-05-24 23:26:33 +00:00
Agustín Martín
0579b5b1f3
ispell.el (ispell-get-word): Initialize spellchecker params.
2009-03-13 16:19:00 +00:00
Juanma Barranquero
221d9807b3
* textmodes/ispell.el (ispell-region): Adapt "done" message
...
to coding conventions. (Bug#2447)
2009-02-24 16:25:10 +00:00
Eli Zaretskii
580fe9f55c
(ispell-insert-word): Use `with-no-warnings' around forms that refer
...
to translation-table-for-input.
2009-02-14 09:03:19 +00:00
Agustín Martín
8e56b4645a
(ispell-find-aspell-dictionaries): Use aspell default dict.
2009-01-20 11:34:39 +00:00
Agustín Martín
034dc2a3e8
Protect against declare-function undefined in xemacs.
...
(ispell-program-name): Search also for hunspell when setting default.
(ispell-find-aspell-dictionaries): Better error message. Use correct
dictionary alist for default. Better fallback default dictionary.
2009-01-16 14:04:35 +00:00
Juanma Barranquero
2188975fbf
* textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
...
(ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
(ispell-begin-skip-region-regexp, ispell-skip-region-list)
(ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
(ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
Fix typos in docstrings.
(ispell-command-loop): Reflow docstring.
2009-01-09 02:59:52 +00:00
Agustín Martín
57bf8fd484
ispell.el (ispell-encoding8-command): New variable
...
(ispell-aspell-supports-utf8): Mark as obsoleted by ispell-encoding8-command
(ispell-check-version): Set ispell-encoding8-command
(ispell-check-spellchecker-params, ispell-start-process): Use
ispell-encoding8-command
flyspell.el (flyspell-large-region): Use ispell-encoding8-command
2009-01-08 18:46:23 +00:00
Glenn Morris
049cb68556
(ispell-check-minver): Declare.
...
Use string-to-number rather than string-to-int.
2009-01-08 04:11:09 +00:00
Agustín Martín
0764ed3749
textmodes/ispell.el (ispell-check-version): Use (with-temp-buffer)
2009-01-05 17:45:53 +00:00
Glenn Morris
ae940284fa
Add 2009 to copyright years.
2009-01-05 03:18:22 +00:00
Agustín Martín
0aef89e720
* textmodes/ispell.el (ispell-check-minver): New function.
...
(ispell-check-version): Rewrite spellchecker and version checking.
Use (ispell-check-minver). Handle hunspell versions.
2008-12-20 18:34:41 +00:00
Agustín Martín
c478e4c527
(ispell-really-hunspell): new variable to signal hunspell
...
(ispell-check-version):
Check if hunspell and set ispell-really-hunspell if needed
(ispell-send-string), (ispell-start-process), (flyspell-large-region):
Pass right options for hunspell if needed
2008-12-18 18:44:31 +00:00
Stefan Monnier
a1e34e711d
(ispell-dictionary-base-alist): Adjust to the
...
case where the default dictionary is French, Spanish, younameit.
2008-11-18 21:42:17 +00:00
Chong Yidong
ea03187d0d
(ispell-word): Use use-region-p.
2008-10-29 15:51:12 +00:00
Chong Yidong
09144fdd27
(ispell-command-loop): Suspend ispell if the user enters a mouse event
...
in another frame, or a special event.
2008-09-06 20:07:49 +00:00
Agustín Martín
1525771e4e
Extend `ispell-personal-dictionary' doctring to aspell
2008-08-28 11:36:55 +00:00
Glenn Morris
1fecc8feb6
Switch to recommended form of GPLv3 permissions notice.
2008-05-06 04:34:22 +00:00
Agustín Martín
c31fd3c0fd
(ispell-get-decoded-string): Remove no-op
2008-05-05 10:42:39 +00:00
Glenn Morris
f441b81f81
(ispell-insert-word): Revert previous change.
2008-04-26 20:14:30 +00:00
Glenn Morris
9563e7871e
(ispell-insert-word): Remove, and replace with insert, now that
...
translation-table-for-input not needed.
2008-04-26 02:41:13 +00:00
Stefan Monnier
f753f75d31
(ispell-dictionary-alist-1)
...
(ispell-dictionary-alist-2, ispell-dictionary-alist-3):
(ispell-dictionary-alist-4, ispell-dictionary-alist-5):
(ispell-dictionary-alist-6): Remove.
(ispell-dictionary-base-alist): New var, merges the above.
(ispell-find-aspell-dictionaries, ispell-set-spellchecker-params): Use it.
(ispell-dictionary-alist): Default to nil. Remove autoload.
(ispell-local-dictionary-alist): Remove autoload.
2008-04-24 15:36:54 +00:00
Stefan Monnier
caea54f833
* ispell.el (ispell-set-spellchecker-params): New function to make sure
...
right params and dictionary alists are used after spellchecker changes.
(ispell-aspell-dictionary-alist, ispell-last-program-name)
(ispell-initialize-spellchecker-hook): New variables and hook.
(ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
(ispell-maybe-find-aspell-dictionaries): Remove.
Calls replaced by (ispell-set-spellchecker-params) calls.
(ispell-have-aspell-dictionaries): Remove.
* flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
ispell-set-spellchecker-params.
2008-04-23 20:39:10 +00:00
Stefan Monnier
cbee283dd7
Fix up comment convention on the arch-tag lines.
2008-04-10 14:10:46 +00:00
Miles Bader
b03f96dc5a
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
2008-02-24 10:09:07 +00:00
Juanma Barranquero
64ef5f3924
*** empty log message ***
2008-02-05 12:25:49 +00:00
Miles Bader
d235ca2ff8
Merge from emacs--devo--0
...
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
2008-01-30 07:57:28 +00:00
Dan Nicolaescu
a445370f16
* sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
...
* message.el (message-beginning-of-line): Use featurep instead of bound
tests in order to resolve conditionals at compile time.
* textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
(reftex-toc-restore-region):
* textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
(reftex-index-phrases-apply-to-region):
* textmodes/ispell.el (ispell-word):
* progmodes/vhdl-mode.el (vhdl-keep-region-active):
* progmodes/pascal.el (pascal-mark-defun):
* progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
(f90-fill-region):
* emulation/tpu-edt.el (tpu-set-mark):
* emulation/crisp.el (crisp-region-active):
* winner.el (winner-active-region):
* ansi-color.el (ansi-color-set-extent-face): Use featurep instead
of bound tests in order to resolve conditionals at compile time.
2008-01-24 15:14:52 +00:00
Miles Bader
430d2ee291
Merge from emacs--devo--0
...
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312
2008-01-09 01:21:15 +00:00
Miles Bader
59ce725a3b
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
12dc447f2a
Add 2008 to copyright years.
2008-01-07 02:23:04 +00:00
Dan Nicolaescu
c38fe6cae0
* textmodes/ispell.el (ispell-local-pdict): Add safe-local-variable property.
2008-01-03 06:41:49 +00:00
Miles Bader
43a8b8ca57
Merge from emacs--devo--0
...
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-308
2008-01-02 04:13:39 +00:00
Miles Bader
b201b9880e
Merge from emacs--rel--22, gnus--devo--0
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-975
2008-01-02 02:20:42 +00:00
Eli Zaretskii
6a314a29a4
(ispell-grep-command): Use "grep" on MS-Windows and MS-DOS.
...
(ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
2007-12-29 12:41:44 +00:00
Miles Bader
a0c92ed92d
Merge from emacs--devo--0
...
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-306
2007-12-29 02:39:17 +00:00
Dan Nicolaescu
d31e8e871c
* calculator.el:
...
* dframe.el:
* iswitchb.el:
* whitespace.el:
* winner.el:
* emacs-lisp/checkdoc.el:
* mail/feedmail.el:
* net/quickurl.el:
* obsolete/fast-lock.el:
* play/5x5.el:
* progmodes/delphi.el:
* progmodes/idlw-shell.el:
* progmodes/idlwave.el:
* textmodes/artist.el:
* textmodes/ispell.el:
* textmodes/texinfmt.el:
* textmodes/texinfo.el: Remove obsolete definitions of backward
compatibility macros for defcustom, defgroup, defface, when,
unless, with-current-buffer and with-temp-message.
2007-12-25 19:21:38 +00:00
Deepak Goel
feac787c79
Fix breakage of textmodes/ispell.el from last change.
2007-12-06 20:06:24 +00:00
Deepak Goel
40b0e87a71
Fix buggy `error' calls in textmode/
2007-12-06 18:43:43 +00:00
Miles Bader
0bd5084171
Merge from emacs--devo--0
...
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-294
2007-12-06 09:51:45 +00:00
Glenn Morris
acf7984c5b
Agustín Martín <agustin.martin at hispalinux.es>
...
(ispell-aspell-find-dictionary): Do not set encoding here.
(ispell-start-process): Explicitly set encoding here if using aspell.
2007-12-02 18:17:08 +00:00
Dan Nicolaescu
ec6918a80f
* progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
...
* play/yow.el (doctor-ret-or-read):
* vc-hooks.el (vc-dired-resynch-file):
* vc-hg.el (log-view-get-marked):
* smerge-mode.el (ediff-cleanup-mess):
* pcvs.el (vc-editable-p, vc-checkout):
* pcomplete.el (comint-bol):
* informat.el (texinfo-format-refill):
* ido.el (tramp-tramp-file-p):
* ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
(ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
* add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
functions.
* textmodes/ispell.el (ispell-int-char): Make it a defalias
instead of fset.
(ispell-message): Use with-no-warnings for sc-cite-regexp call.
* ido.el (ido-file-internal): Move with-no-warnings to include the
ffap-string-at-point call.
* pcomplete.el (pcomplete-executables): Move defsubst before first use.
* vc-hg.el (vc-hg-revision-table): Fix last change.
2007-11-20 00:40:35 +00:00
Miles Bader
9c8020a8df
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 890-898)
- Update from CVS
- Merge from emacs--rel--22
* emacs--rel--22 (patch 122-128)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 257-258)
- Merge from emacs--rel--22
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-270
2007-10-19 00:00:21 +00:00
Juri Linkov
69f5930ae5
(ispell-word): Add interactive arg `region'. Fix docstring.
2007-10-18 00:07:48 +00:00
Miles Bader
63655c8314
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 887-889)
- Update from CVS
- Merge from emacs--rel--22
* emacs--rel--22 (patch 116-121)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-268
2007-10-15 05:03:21 +00:00
Juri Linkov
75662d966b
(ispell-word): Call `ispell-region' on the active region in transient-mark-mode.
...
(ispell-region): Change messages displayed at the start and end of
the spell-checking to be the same.
2007-10-14 20:40:53 +00:00