1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-29 11:02:01 +00:00
Commit Graph

57081 Commits

Author SHA1 Message Date
Richard M. Stallman
a8c453e62d (flyspell-version): Function deleted.
(flyspell-auto-correct-previous-hook): Doc fix.

(flyspell-emacs, flyspell-use-local-map): Vars moved up.
(flyspell-default-delayed-commands): add backward-delete-char-untabify.
(flyspell-abbrev-p): Default to nil.
(flyspell-use-global-abbrev-table-p): Doc fix.
(flyspell-large-region): Allow nil as value.
(flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.

(mail-mode-flyspell-verify): More robust handling
of `mail-header-separator'.  More efficient signature detection.
Allow for regexp metacharacters in message-header-separator.
Adding `To' not to be checked in mail-mode-flyspell-verify.

(flyspell-prog-mode): Run flyspell-prog-mode-hook.
(flyspell-mouse-map, flyspell-mode-map): Bind C-. and C-, .
Bind M-TAB only if flyspell-use-meta-tab.
Bind flyspell-auto-correct-binding.
(flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.

(flyspell-mode): Doc fix.
(flyspell-accept-buffer-local-defs): Preserve current buffer.
(flyspell-word-cache-result): New var, always local.
(flyspell-check-pre-word-p): Doc fix.
(flyspell-check-changed-word-p): Handle spc like newline.
(flyspell-post-command-hook): Set flyspell-word-cache-result.
(flyspell-word-search-backward, flyspell-word-search-forward): New functions.
(flyspell-word): Return t if nothing to check.
When parsing TeX code, check for after } or \.
Use flyspell-word-search-backward to find previous word.
Return nil if duplicated word.
For word already checked, return same value as last time.
Set flyspell-word-cache-result after checking.
Don't clobber the return value.
(flyspell-get-word): Major rewrite.
(flyspell-external-point-words): New locals pword, pcount.
Fix size used in progress message.
Find the proper corresponding word in flyspell-large-region-buffer.
(flyspell-region): Check for flyspell-large-region = nil.
(flyspell-highlight-incorrect-region): Clean up overlays in region.
(flyspell-auto-correct-word): Check that WORD is a cons.
(flyspell-correct-word): Likewise.
(flyspell-auto-correct-previous-word):
Narrow down to what's on the screen, and recenter overlays
at the end of the next word.
2005-05-29 14:29:34 +00:00
Nick Roberts
1f1f4de2da (gdb-memory-set-repeat-count):
Throw error when count <= 0 to ensure input is a number.
(gdb-read-memory-custom): Pick up address from buffer.
(gdb-memory-mode): Allow user to increment and decrement
memory address from header line.
2005-05-29 10:48:29 +00:00
Nick Roberts
8c6fb9d004 *** empty log message *** 2005-05-29 10:47:05 +00:00
Richard M. Stallman
c16b13943f *** empty log message *** 2005-05-29 08:43:30 +00:00
Richard M. Stallman
1f94ceaf65 (jit-lock-function, jit-lock-after-change): Do nothing if memory is full. 2005-05-29 08:40:37 +00:00
Richard M. Stallman
a159470388 (font-lock-fontify-syntactically-region):
Pass t for GREEDY to looking-back.
2005-05-29 08:39:40 +00:00
Richard M. Stallman
cfde584f6d (save-place-alist-to-file): Write the file using write-region. 2005-05-29 08:36:26 +00:00
Richard M. Stallman
46065dd4a5 (looking-back): New argument GREEDY. 2005-05-29 08:34:46 +00:00
Richard M. Stallman
c1b1a4f3ef (gnus-cite-add-face): Set overlay's evaporate property. 2005-05-29 08:34:07 +00:00
Richard M. Stallman
6d2957c460 (compilation-start): Set the mode before inserting the initial text. 2005-05-29 08:32:57 +00:00
Richard M. Stallman
7d2026d518 (which-func-update-1): Turn the mode
off in case of error by setting which-func-mode.
2005-05-29 08:31:54 +00:00
Richard M. Stallman
801f0dc37d (Mode Hooks): Explain that after-change-major-mode-hook is
new, and what that implies.  Clarify.
2005-05-29 08:28:51 +00:00
Richard M. Stallman
a1a886a1d5 (Locating Files): Clean up the text. 2005-05-29 08:27:37 +00:00
Richard M. Stallman
0e4d0c9af9 (Fbuffer_local_value): Call indirect_variable. 2005-05-29 08:25:17 +00:00
Richard M. Stallman
bebcc4b15f (Window Frame Parameters): Document user-size.
Shorten entry for top by referring to left.
2005-05-29 08:24:41 +00:00
Daniel Pfeiffer
d85d15c8ee (makefile-makepp-mode, makefile-bsdmake-mode): Continuation lines may be empty. 2005-05-29 08:01:17 +00:00
Daniel Pfeiffer
adde76933c (makefile-rule-action-regex, makefile-macroassign-regex): Continuation lines may be empty. Reported by Joshua Varner.
(makefile-makepp-font-lock-keywords): Add $(stem).
2005-05-29 07:54:07 +00:00
Richard M. Stallman
36f28e7f14 *** empty log message *** 2005-05-29 02:58:17 +00:00
Bill Wohler
e495eaec9c Upgraded to MH-E version 7.84.
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
2005-05-28 22:04:54 +00:00
Karl Berry
b5352ff5ec remove extraneous calls to shell-quote-argument 2005-05-28 16:57:21 +00:00
Nick Roberts
8164904190 (gdb-assembler-custom): Be more careful about preserving point. 2005-05-28 12:15:33 +00:00
Nick Roberts
3daabdddfa *** empty log message *** 2005-05-28 12:12:06 +00:00
Richard M. Stallman
37fa88eb50 Change NBSP to space. 2005-05-28 09:30:00 +00:00
Jay Belanger
05294d6349 *** empty log message *** 2005-05-28 05:49:44 +00:00
Jay Belanger
f16fc7f9c6 (Basic Embedded Mode): Explain behavior of arguments to calc-embedded-mode. 2005-05-28 05:48:15 +00:00
Jay Belanger
c622c18ec0 (calc-embedded-make-info): Adjust positioning of end of selected
region when an argument is given.
2005-05-28 05:36:16 +00:00
Jay Belanger
e0b43b66a5 *** empty log message *** 2005-05-28 05:29:14 +00:00
Jay Belanger
909bd0cae6 (Assignments in Embedded Mode): Fix variable name. 2005-05-28 05:16:52 +00:00
Jay Belanger
21646dd1cd (calc-embedded-make-info): When selecting region with positive prefix
argument, use end of line instead of beginning of next line.
2005-05-28 05:05:55 +00:00
Jay Belanger
f5a3eb30e9 (calc-alg-map): Declare it. 2005-05-28 04:41:46 +00:00
Jay Belanger
35cdbd3051 (calc-arg-values): Declare it. 2005-05-28 04:40:31 +00:00
Jay Belanger
9d871e6da5 (math-decls-cache, math-decls-all): Declare them. 2005-05-28 04:39:45 +00:00
Jay Belanger
e206ee4c1a (math-decls-cache-tag): Declare it. 2005-05-28 04:38:23 +00:00
Jay Belanger
430c8528fa (calc-help-map, calc-alg-map, calc-alg-esc-map): Declare them. 2005-05-28 04:37:43 +00:00
Jay Belanger
9ca6c34d5e (calc-embed-arg): New variable.
(calc-do-embedded-activate, calc-embedded-activate-formula)
(calc-embedded-edit, calc-do-embedded-activate)
(calc-embedded-make-info): Use new variable in place of undeclared variable.
2005-05-28 04:36:16 +00:00
Jay Belanger
1565a62070 (calc-info-goto-node): Use info instead of Info-goto-node. 2005-05-27 21:45:14 +00:00
Nick Roberts
4f0ea16cba (Other Buffers): SPC toggles display of floating point registers. 2005-05-27 21:28:01 +00:00
Nick Roberts
f891615689 *** empty log message *** 2005-05-27 21:27:22 +00:00
Nick Roberts
9594f9294b (gdb-all-registers): New variable.
(gdb-registers-buffer, toggle-gdb-all-registers):
Toggle display of floating point registers.
(gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
2005-05-27 20:56:43 +00:00
Nick Roberts
be820e8d82 (gud-goto-info): Use info. Don't use require.
(toggle-gud-tooltip-dereference): Rename from gud-toggle-tooltip-dereference.
2005-05-27 20:54:58 +00:00
Jay Belanger
e9d3dbea96 (Queries in Keyboard Macros): Fix example. 2005-05-27 20:40:06 +00:00
Masatake YAMATO
edfaeb4ee9 * xdisp.c (note_mode_line_or_margin_highlight): Change the
pointer to a hand cursor when hoovering over a mouse-face.
2005-05-27 16:59:55 +00:00
Stefan Monnier
83040cb099 (Info-goto-node): Revert autoload addition (2004-06-12). 2005-05-27 16:19:36 +00:00
Jay Belanger
63971eab99 *** empty log message *** 2005-05-27 14:48:25 +00:00
Jay Belanger
f62a8348f0 (calc-kbd-query): Change error message. 2005-05-27 14:31:10 +00:00
Jay Belanger
fb9cc23825 (calc-kbd-report): Remove.
(calc-kbd-query): Rewrite.
2005-05-27 14:25:16 +00:00
Jay Belanger
faa3b6fc5d (Queries in Keyboard Macros): Rewrite to reflect current behavior. 2005-05-27 14:18:59 +00:00
Juanma Barranquero
d5e1a786b7 *** empty log message *** 2005-05-27 13:20:48 +00:00
Juanma Barranquero
c6d1b44698 (image-library-alist): Moved to image.c.
(image-type-available-p): Doc fix.
2005-05-27 13:17:50 +00:00
Juanma Barranquero
2a611c1a4f (Vimage_library_alist): Moved from image.el.
(syms_of_image): Defvar it.
(lookup_image_type): Use it.
2005-05-27 13:16:05 +00:00