Stefan Monnier
6df42991d3
(DISCARD_FAILURE_REG_OR_COUNT): Delete.
...
(CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
(re_match_2_internal): Be more careful with infinite loops.
2002-09-10 05:59:32 +00:00
John Paul Wallington
a3e58c1a03
2002-09-10 Deepak Goel <deego@glue.umd.edu>
...
* play/doctor.el (doc//): Rename from `//'. Update callers.
(doc$): Rename from `$'. Update callers.
2002-09-10 05:48:44 +00:00
Markus Rost
b226fea80c
Notify revisions 2002-09-09T22:09:14Z!monnier@iro.umontreal.ca and 2002-09-10T01:32:59Z!rost@math.uni-bielefeld.de correctly.
2002-09-10 02:41:58 +00:00
Markus Rost
775c33bff4
(transient-mark-mode, line-number-mode, column-number-mode): Undo the
...
recent change in 2002-09-09T22:09:14Z!monnier@iro.umontreal.ca. The use of define-minor-mode in
simple.el creates bootstrap problems.
2002-09-10 01:32:59 +00:00
Miles Bader
0e53a3732a
(do-auto-fill): `fill-indent-according-to-mode' is a variable, not a
...
function.
2002-09-10 01:24:12 +00:00
Miles Bader
1698f7888a
(kmacro-call-macro): Deal with a non-numeric prefix arg.
2002-09-10 01:23:22 +00:00
Stefan Monnier
8e74e352d5
(define-derived-mode): Add keyword arguments.
...
(derived-mode-make-docstring): Take abbrev and syntax table names.
2002-09-09 23:55:56 +00:00
Stefan Monnier
40e2bbe904
(font-lock-change-mode): Just turn off font-lock-mode.
...
(font-lock-default-function): Change arg name.
2002-09-09 23:22:49 +00:00
Stefan Monnier
08be15d860
(transient-mark-mode): Delete. Done in simple.el.
2002-09-09 23:18:20 +00:00
Stefan Monnier
9fe9d55a2c
(show-paren-function): Use syntax-after.
2002-09-09 23:16:49 +00:00
Stefan Monnier
c17e2545b9
(syntax-after): Delete. Moved to subr.el.
2002-09-09 23:14:13 +00:00
Stefan Monnier
e9f13a9580
(symbol-file): Also work for autoloaded funcs.
...
(syntax-after): New fun moved from syntax.el.
2002-09-09 23:13:18 +00:00
Stefan Monnier
03741cc50b
(ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
...
(ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
Update callers (but still run the old hooks as well).
2002-09-09 22:45:09 +00:00
Kim F. Storm
f5e130577e
(keyboard-quit): Set defining-kbd-macro to nil to
...
cancel defining keyboard macro when applicablex.
2002-09-09 22:45:03 +00:00
Kim F. Storm
f732f824ad
(apply-macro-to-region-lines): Let-bind mark-active to
...
nil while executing macro to avoid triggering delete-selection-mode.
2002-09-09 22:44:44 +00:00
Kim F. Storm
e00a136119
Typo
2002-09-09 22:44:27 +00:00
Kim F. Storm
2bbfbf2560
*** empty log message ***
2002-09-09 22:43:40 +00:00
Kim F. Storm
8ab0942980
(end_kbd_macro): Declare extern.
2002-09-09 22:34:10 +00:00
Kim F. Storm
eeb8fc0d23
(end_kbd_macro): New function.
...
(Fend_kbd_macro): Use it.
2002-09-09 22:33:51 +00:00
Kim F. Storm
2b17d5ed90
(Fdiscard_input): If defining keyboard macro,
...
end and save it instead of discarding it.
2002-09-09 22:33:36 +00:00
Stefan Monnier
d99f849681
(what-line): Don't hard-code 1.
...
(transient-mark-mode, line-number-mode, column-number-mode):
Use define-minor-mode.
(do-auto-fill): Only ignore prefix if it's really empty.
2002-09-09 22:09:14 +00:00
Stefan Monnier
f77a605054
(find-library-suffixes, find-library-name)
...
(find-library): New funs.
(find-function-search-for-symbol): Use it.
2002-09-09 21:50:36 +00:00
Stefan Monnier
4f6d5bf009
(byte-compile-file): Don't switch buffer.
2002-09-09 21:41:34 +00:00
Markus Rost
e986c17538
Fix typo. Add comment.
2002-09-09 21:37:28 +00:00
Stefan Monnier
191f025abf
(isearch-cmds): Add docstring.
...
(isearch-mouse-2): Lookup binding in the proper buffer.
Use call-interactively and remove the now useless `arg'.
(isearch-search-fun-function): New var.
(isearch-search-fun): New fun.
(isearch-search, isearch-lazy-highlight-search): Use it.
2002-09-09 21:05:22 +00:00
Markus Rost
a51c969c50
Notify a change in files.el. On the occasion, fix some indentations;
...
e.g., replace spaces by a tab.
2002-09-09 20:32:18 +00:00
Markus Rost
d97182abe1
(save-some-buffers-action-alist): Use lower case for help string of
...
diff-buffer-with-file.
2002-09-09 20:28:53 +00:00
Richard M. Stallman
50332dc114
*** empty log message ***
2002-09-09 19:41:35 +00:00
Richard M. Stallman
098d42af72
(regnum_t): Use signed int, not unsigned int.
2002-09-09 19:41:30 +00:00
Richard M. Stallman
8103074acf
New file.
2002-09-09 19:40:44 +00:00
Richard M. Stallman
b3bc7e9e7c
(UNEXEC): Definition deleted.
2002-09-09 19:40:29 +00:00
Richard M. Stallman
8937f01b8d
(cperl-noscan-files-regexp): In addition to RCS, exclude CVS directories.
2002-09-09 19:38:22 +00:00
Richard M. Stallman
989a6aa7dd
(mouse-scroll-calendar-left)
...
(mouse-scroll-calendar-right, mouse-calendar-other-month): New commands.
(calendar-mode-line-format): Use them.
2002-09-09 19:37:19 +00:00
Richard M. Stallman
4eb4926c58
(byte-recompile-directory): Set and then bind default-directory.
2002-09-09 19:35:57 +00:00
Richard M. Stallman
9d5cf87c08
(fancy-splash-head, normal-splash-screen):
...
Change the messages that explain about GNU or GNU/Linux.
2002-09-09 19:34:13 +00:00
Richard M. Stallman
b921b596bc
(auto-mode-alist): Use sh-mode for .bash files.
2002-09-09 19:32:41 +00:00
Richard M. Stallman
2686cdc0d0
(ls-lisp-format-time-list): New variable.
...
(ls-lisp-format-time): Use it.
2002-09-09 19:31:40 +00:00
Richard M. Stallman
2285bf9df7
Many doc fixes.
2002-09-09 19:26:40 +00:00
Richard M. Stallman
112211d158
(Info-search): Add (point-min) to subfile positions
...
to get them right. Skip the current subfile using forward-line.
2002-09-09 19:24:53 +00:00
Richard M. Stallman
ee291b4684
(make-backup-file-name-1): When make-directory fails,
...
ignore backup-directory-alist.
(make-directory): Expand DIR before looking for handler.
2002-09-09 19:23:37 +00:00
Richard M. Stallman
a28947f01a
(powerpcle-*-solaris2.5*): New configuration.
...
(powerpcle-*-solaris*): Use version 2.6 as default.
(*-sunos5.6*, *-solaris2.6*): New alternative.
(*-sunos5*): Use version 2.6 as default.
2002-09-09 19:20:27 +00:00
Richard M. Stallman
21beb82f5b
Minor change.
2002-09-09 19:17:43 +00:00
Richard M. Stallman
0a41ca77ba
Document --script.
2002-09-09 19:17:00 +00:00
John Paul Wallington
454473ea06
(doctor-cadr, doctor-caddr, doctor-cddr): Remove.
...
Update callers.
2002-09-09 05:50:58 +00:00
Markus Rost
ab9ecc746b
(diff): Doc fix.
2002-09-09 01:43:31 +00:00
Richard M. Stallman
cd91e34cb4
(byte-compile-delete-errors): Default to nil.
2002-09-09 00:28:38 +00:00
Richard M. Stallman
cd63e3a185
Comment change.
2002-09-09 00:28:00 +00:00
Richard M. Stallman
12a9371238
(undo-elt-in-region): Fix one-off error at END.
...
(forward-visible-line): Handle invisibility by ignoring
invisible newlines. Also include entire invisible lines beyond
the stopping point.
2002-09-09 00:27:30 +00:00
Richard M. Stallman
99b398e0a4
(custom-save-variables, custom-save-faces):
...
Clarify the comments written into .emacs.
2002-09-09 00:26:14 +00:00
Richard M. Stallman
27664fbec1
(doctor-doc): Recognize question words and use qlist.
...
Use doctor-shorten's return value.
(doctor-shorten): Compute a return value, don't alter `sent'.
(doctor-hates1): Add a question mark.
(doctor-strangelove): Unused function deleted.
2002-09-09 00:25:09 +00:00