aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* (inferior-emacs-lisp-mode): Use delay-mode-hooks..Luc Teirlinck2005-05-291-1/+2
|
* (inferior-lisp-mode): Use delay-mode-hooks.Luc Teirlinck2005-05-291-1/+2
|
* *** empty log message ***Luc Teirlinck2005-05-292-5/+16
|
* (Major Mode Conventions): A derived mode only needs to put the call toLuc Teirlinck2005-05-291-4/+2
| | | | the parent mode inside `delay-mode-hooks'.
* (flyspell-auto-correct-previous-word):Richard M. Stallman2005-05-292-4/+11
| | | | Undo the change that moves to end of the current word.
* (flyspell-version): Function deleted.Richard M. Stallman2005-05-292-318/+510
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
* (gdb-memory-set-repeat-count):Nick Roberts2005-05-291-4/+39
| | | | | | | 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.
* *** empty log message ***Nick Roberts2005-05-291-0/+8
|
* *** empty log message ***Richard M. Stallman2005-05-293-0/+28
|
* (jit-lock-function, jit-lock-after-change): Do nothing if memory is full.Richard M. Stallman2005-05-291-2/+2
|
* (font-lock-fontify-syntactically-region):Richard M. Stallman2005-05-291-1/+1
| | | | Pass t for GREEDY to looking-back.
* (save-place-alist-to-file): Write the file using write-region.Richard M. Stallman2005-05-291-1/+2
|
* (looking-back): New argument GREEDY.Richard M. Stallman2005-05-291-5/+25
|
* (gnus-cite-add-face): Set overlay's evaporate property.Richard M. Stallman2005-05-291-0/+1
|
* (compilation-start): Set the mode before inserting the initial text.Richard M. Stallman2005-05-291-11/+11
|
* (which-func-update-1): Turn the modeRichard M. Stallman2005-05-291-1/+1
| | | | off in case of error by setting which-func-mode.
* (Mode Hooks): Explain that after-change-major-mode-hook isRichard M. Stallman2005-05-291-24/+32
| | | | new, and what that implies. Clarify.
* (Locating Files): Clean up the text.Richard M. Stallman2005-05-291-24/+23
|
* (Fbuffer_local_value): Call indirect_variable.Richard M. Stallman2005-05-291-0/+3
|
* (Window Frame Parameters): Document user-size.Richard M. Stallman2005-05-292-14/+17
| | | | Shorten entry for top by referring to left.
* (makefile-makepp-mode, makefile-bsdmake-mode): Continuation lines may be empty.Daniel Pfeiffer2005-05-292-3/+4
|
* (makefile-rule-action-regex, makefile-macroassign-regex): Continuation lines ↵Daniel Pfeiffer2005-05-292-3/+10
| | | | | | may be empty. Reported by Joshua Varner. (makefile-makepp-font-lock-keywords): Add $(stem).
* *** empty log message ***Richard M. Stallman2005-05-291-0/+4
|
* Upgraded to MH-E version 7.84.Bill Wohler2005-05-2823-581/+1281
| | | | See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
* remove extraneous calls to shell-quote-argumentKarl Berry2005-05-282-15/+16
|
* (gdb-assembler-custom): Be more careful about preserving point.Nick Roberts2005-05-281-15/+17
|
* *** empty log message ***Nick Roberts2005-05-281-0/+5
|
* Change NBSP to space.Richard M. Stallman2005-05-281-10/+10
|
* *** empty log message ***Jay Belanger2005-05-282-0/+21
|
* (Basic Embedded Mode): Explain behavior of arguments to calc-embedded-mode.Jay Belanger2005-05-281-3/+3
|
* (calc-embedded-make-info): Adjust positioning of end of selectedJay Belanger2005-05-281-4/+5
| | | | region when an argument is given.
* *** empty log message ***Jay Belanger2005-05-281-0/+4
|
* (Assignments in Embedded Mode): Fix variable name.Jay Belanger2005-05-281-2/+3
|
* (calc-embedded-make-info): When selecting region with positive prefixJay Belanger2005-05-281-0/+3
| | | | argument, use end of line instead of beginning of next line.
* (calc-alg-map): Declare it.Jay Belanger2005-05-281-1/+1
|
* (calc-arg-values): Declare it.Jay Belanger2005-05-281-0/+3
|
* (math-decls-cache, math-decls-all): Declare them.Jay Belanger2005-05-281-0/+2
|
* (math-decls-cache-tag): Declare it.Jay Belanger2005-05-281-0/+1
|
* (calc-help-map, calc-alg-map, calc-alg-esc-map): Declare them.Jay Belanger2005-05-281-1/+5
|
* (calc-embed-arg): New variable.Jay Belanger2005-05-281-15/+23
| | | | | | (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.
* (calc-info-goto-node): Use info instead of Info-goto-node.Jay Belanger2005-05-272-1/+6
|
* (Other Buffers): SPC toggles display of floating point registers.Nick Roberts2005-05-271-2/+3
|
* *** empty log message ***Nick Roberts2005-05-272-0/+16
|
* (gdb-all-registers): New variable.Nick Roberts2005-05-271-2/+24
| | | | | | (gdb-registers-buffer, toggle-gdb-all-registers): Toggle display of floating point registers. (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
* (gud-goto-info): Use info. Don't use require.Nick Roberts2005-05-271-19/+18
| | | | (toggle-gud-tooltip-dereference): Rename from gud-toggle-tooltip-dereference.
* (Queries in Keyboard Macros): Fix example.Jay Belanger2005-05-271-1/+1
|
* * xdisp.c (note_mode_line_or_margin_highlight): Change theMasatake YAMATO2005-05-272-0/+8
| | | | pointer to a hand cursor when hoovering over a mouse-face.
* (Info-goto-node): Revert autoload addition (2004-06-12).Stefan Monnier2005-05-272-34/+35
|
* *** empty log message ***Jay Belanger2005-05-272-0/+10
|
* (calc-kbd-query): Change error message.Jay Belanger2005-05-271-1/+1
|