1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00
Commit graph

18990 commits

Author SHA1 Message Date
Richard M. Stallman
4aa3ba0a81 (sh-must-be-shell-mode): Allow modes derived from sh-mode. 2001-11-11 20:07:46 +00:00
Richard M. Stallman
c9d557f595 (checkdoc-file-comments-engine):
Turn off error in some re-search-forward calls.
2001-11-11 20:06:58 +00:00
Richard M. Stallman
1c4fe319c9 (query-replace-skip-read-only): New variable.
(perform-replace): If that variable is non-nil, ignore matches
that have a read-only property.
2001-11-11 20:05:39 +00:00
Eli Zaretskii
c77c48d992 File regenerated. 2001-11-11 19:23:13 +00:00
Richard M. Stallman
4c82860aae (define-derived-mode): Doc fix. 2001-11-11 17:58:58 +00:00
Richard M. Stallman
4dd04714eb (server-buffer-done): Test of server-existing-buffer was backwards.
(server-existing-buffer): Doc fix.
2001-11-11 17:56:23 +00:00
Eli Zaretskii
721c26b86b (menu-bar-edit-menu): Don't use x-selection-exists-p if
it is not fboundp.
(clipboard-yank): Ditto.
2001-11-11 14:02:54 +00:00
Eli Zaretskii
91e51f9a78 (toplevel): Require calc-macs.
(calc-minibuffer-size): New.
(calcDigit-nondigit): Use it instead of `buffer-size'.
(calcDigit-backspace): Likewise.
(calcDigit-nondigit): Use `minibuffer-contents' instead of `buffer-string'.
(calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of `point-min'.
(calcDigit-key): Use `calc-minibuffer-contains' instead of a `save-excursion'.
2001-11-11 10:33:50 +00:00
Eli Zaretskii
cb765059d7 (calc-record-compilation-date-macro): Return a
simple `setq' form.
2001-11-11 10:27:32 +00:00
Eli Zaretskii
f20be8fee3 (toplevel): Require calc-macs during compilation.
(calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
(calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
(calcAlg-enter): Likewise.
(calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
2001-11-11 10:26:44 +00:00
Eli Zaretskii
8391faa18f (toplevel): Require calc.
(calc-fancy-prefix-map): New.
(calc-fancy-prefix): Use it.
(calc-fancy-prefix-other-key): New.
2001-11-11 10:25:50 +00:00
Richard M. Stallman
88b3677644 (save-abbrevs): Default value is t. 2001-11-11 01:53:50 +00:00
Richard M. Stallman
ac3186fd96 (command-line): Read standard abbrev
file (abbrev-file-name), if it exists.
2001-11-11 01:53:31 +00:00
Richard M. Stallman
d0b6d945bb (read-abbrev-file): Don't set save-abbrevs.
(quietly-read-abbrev-file): Doc fix.
2001-11-11 01:49:05 +00:00
Richard M. Stallman
2827a3c1bf (compile-goto-error): Fix previous change in the case where subsequent
errors have not been parsed yet because they are in a different source file.
2001-11-10 23:19:54 +00:00
Richard M. Stallman
6114f9e511 (ps-mode-font-lock-keywords-1): Merge two regular expressions into one.
(ps-mode): Make local bindings for `comment-start' and `comment-start-skip'.
(ps-mode-looking-at-nested): Simplify an if-else construct;
use `set-match-data' to set the result.
2001-11-10 19:36:51 +00:00
Richard M. Stallman
c48dc44554 *** empty log message *** 2001-11-10 19:36:24 +00:00
Richard M. Stallman
a63f25a404 (flyspell-correct-word/local-keymap): Function deleted.
(flyspell-correct-word): Old definition deleted.
(flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
All references renamed too.
2001-11-10 18:36:26 +00:00
Gerd Moellmann
ebc4ee8dfd *** empty log message *** 2001-11-10 13:55:58 +00:00
Gerd Moellmann
5c8295d896 (finder_setwins, setwins): Exclude Calc. 2001-11-10 13:55:22 +00:00
Per Abrahamsen
dbe3a58a44 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
* wid-edit.el (checklist): Removed `:menu-tag'.
	(radio-button-choice): Ditto.
	(editable-list): Ditto.
2001-11-10 11:01:54 +00:00
Pavel Janík
3b8d7e6e14 *** empty log message *** 2001-11-10 08:21:35 +00:00
Pavel Janík
0d54d415ea (gnus-local-domain): Reformat the doc-string to refer to function
`system-name' instead of both function and variable.
2001-11-10 08:20:24 +00:00
Pavel Janík
0017164551 Move definitions of constants to the beginning of file, before their use. 2001-11-10 08:14:13 +00:00
Richard M. Stallman
0dd10e6255 Use the keymap property instead of local-map, and don't use a minor-mode map.
(flyspell-mode-map): Variable deleted.
Don't mess with minor-mode-map-alist.
(calling add-minor-mode): Specify nil for keymap.
And always use add-minor-mode, now that it exists.
(flyspell-overlay-keymap-property-name): Set it to `keymap'.
(flyspell-mode-on): Don't locally bind flyspell-mouse-map
or flyspell-local-mouse-map.
(make-flyspell-overlay): Use flyspell-mouse-map directly.
(flyspell-mode): Doc fix.
(flyspell-mode-on): Don't call make-local-hook.
2001-11-10 01:20:22 +00:00
Richard M. Stallman
5a34aae1ee *** empty log message *** 2001-11-10 01:20:05 +00:00
Sam Steingold
34decfdb95 (debugger-make-xrefs): Add buttons to all symbols. 2001-11-09 17:07:24 +00:00
André Spiegel
d25303d3c1 # 2001-11-09 15:02:39 +00:00
André Spiegel
becd6193d4 (vc-error-occured): Backquotified.
(vc-file-prop-obarray): Use prime length for better efficiency.
Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
2001-11-09 14:58:21 +00:00
André Spiegel
fd828872b1 Add John David Smith to credits.
(vc-clear-context): Fill obarray with 0, not nil.
2001-11-09 14:55:52 +00:00
Eli Zaretskii
c6d132d4a2 Removed. The functionality is now part of the standard Emacs. 2001-11-09 14:07:25 +00:00
Eli Zaretskii
807378adcd (Info-file-list-for-emacs): Add entries for Calc. 2001-11-09 10:33:27 +00:00
Miles Bader
60ab6064b3 (functionp): Don't consider macros as functions. 2001-11-09 01:03:03 +00:00
Miles Bader
1cf72ff8eb (functionp): Make work correctly for macros and unbound symbols. 2001-11-08 12:12:30 +00:00
Miles Bader
7c1ce64cd6 *** empty log message *** 2001-11-08 12:03:10 +00:00
Miles Bader
41e88a97ad (comint-send-input): Fix description of `comint-process-echoes' in the
doc-string.
2001-11-08 11:54:06 +00:00
Eli Zaretskii
d38b07f9a9 (make-translation-table): Doc fix. 2001-11-08 11:34:00 +00:00
Per Abrahamsen
61763509f2 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
* cus-edit.el (custom-face-value-create): Don't ignore the
	`customized-face' attribute when finding the current face spec.
2001-11-08 09:57:20 +00:00
Stefan Monnier
faa29f8b32 *** empty log message *** 2001-11-08 02:52:57 +00:00
Stefan Monnier
0764e16fbe (with-local-quit): New macro.
(make-syntax-table): Always inherit.
(functionp): Be more careful when `object' is a symbol.
2001-11-08 00:57:57 +00:00
Stefan Monnier
ecd91f5fea (dabbrev-completion): Use "*Completions*". 2001-11-08 00:31:14 +00:00
Paul Eggert
7263bb1086 * dired.el (dired-move-to-filename-regexp):
Do not distinguish between ASCII letters and non-ASCII characters.
Don't allow comma except in the form "month day, year".
Don't allow space between month name and comma.
Clean up the code that checks for trailing period, comma, and space.
Remove now-obsolete comments, and add more commentary about
Japanese dates.
Always gobble up trailing spaces, instead of doing it only sometimes.
2001-11-07 21:59:39 +00:00
Paul Eggert
b4bbe8889b (dired-move-to-filename-regexp):
Do not distinguish between ASCII letters and non-ASCII characters.
Don't allow comma except in the form "month day, year".
Don't allow space between month name and comma.
Clean up the code that checks for trailing period, comma, and space.
Remove now-obsolete comments, and add more commentary about
Japanese dates.
Always gobble up trailing spaces, instead of doing it only sometimes.
2001-11-07 21:52:44 +00:00
Eli Zaretskii
8cce891685 Minor fixes of the docs in the commentary. From sen_ml@eccosys.com. 2001-11-07 19:46:57 +00:00
Stefan Monnier
c191d13c1f *** empty log message *** 2001-11-07 17:17:44 +00:00
ShengHuo ZHU
c23035e6d3 2001-11-07 ShengHuo ZHU <zsh@cs.rochester.edu>
* mml.el (mml-preview): Bind mail-header-separator.
2001-11-07 11:48:22 +00:00
Per Abrahamsen
a84ff57ae1 Backed out last change. 2001-11-07 08:03:55 +00:00
Per Abrahamsen
5519ece6d2 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
* cus-edit.el (custom-face-menu): Clarify menu entry.
2001-11-07 07:56:02 +00:00
Miles Bader
05e122fe1f (show-paren-match-face): Add dark-background variant. 2001-11-07 05:13:45 +00:00
Richard M. Stallman
ed210b4028 (Info-fontify-node): Highlight every third menu item. 2001-11-07 04:35:20 +00:00