1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00
Commit Graph

38613 Commits

Author SHA1 Message Date
Stefan Monnier
0b5549c149 *** empty log message *** 2001-11-21 02:50:27 +00:00
Stefan Monnier
f67cc62e0f *** empty log message *** 2001-11-21 01:43:19 +00:00
Stefan Monnier
b743187d51 (jit-lock-defer-time): New var.
(jit-lock-defer-timer, jit-lock-buffers): New vars.
(jit-lock-mode): Initialize them.  Cancel the timers more carefully.
(jit-lock-function): Defer fontification if requested.
(jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
(jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
text property.
(jit-lock-deferred-fontify): New fun.
2001-11-21 01:30:35 +00:00
Richard M. Stallman
310b122741 (lisp-interaction-mode): Set local-abbrev-table to lisp-mode-abbrev-table. 2001-11-20 23:54:28 +00:00
Richard M. Stallman
ac5231e6bc (reb-mode): Don't use define-derived-mode. Call kill-all-local-variables. 2001-11-20 23:43:55 +00:00
Richard M. Stallman
dda7c01036 (lisp-mode, emacs-lisp-mode): Don't use define-derived-mode. 2001-11-20 23:41:41 +00:00
Richard M. Stallman
1700f41d20 (help-mode): Undo 2001-10-07 change. 2001-11-20 23:36:37 +00:00
Richard M. Stallman
505847d461 (occur-mode): Undo 2001-5-20 change. 2001-11-20 23:28:57 +00:00
Jason Rumney
fc813ef63f Update table of versions of make that are suitable
for building Emacs, based on recent feedback.
2001-11-20 23:17:45 +00:00
Jason Rumney
4de0659b53 Remove. 2001-11-20 22:43:55 +00:00
Jason Rumney
086ceb30ca (w32-system-coding-system): Change to an alias for
locale-coding-system.
(set-w32-system-coding-system): Document the above change.
Set locale-coding-system instead.
2001-11-20 22:14:20 +00:00
Jason Rumney
33399dce78 *** empty log message *** 2001-11-20 22:09:14 +00:00
Jason Rumney
9b58c683a3 (Vw32_system_coding_system) [WINDOWSNT]: Remove.
(ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
2001-11-20 22:01:56 +00:00
Jason Rumney
1fa3a2001d (Vw32_system_coding_system): Remove.
(w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
2001-11-20 22:00:54 +00:00
Stefan Monnier
effcd99a69 *** empty log message *** 2001-11-20 21:55:51 +00:00
Eli Zaretskii
33c572f13d Fix a typo. 2001-11-20 20:34:23 +00:00
Eli Zaretskii
d7185f9d15 What to do when AUC TeX don't fontify. 2001-11-20 19:14:55 +00:00
Eli Zaretskii
c52b27c8f4 Mark lm-mode as special. Suggested by Klaus Straubinger <ksnetz@arcor.de> 2001-11-20 18:36:15 +00:00
Eli Zaretskii
ea51468153 Mark gomoku-mode as special. Suggested by Klaus Straubinger
<ksnetz@arcor.de>
2001-11-20 18:33:42 +00:00
Eli Zaretskii
3813214946 (re-builder): Don't re-enter RE Builder Mode. 2001-11-20 18:26:55 +00:00
Eli Zaretskii
84c7e2dc61 (reb-change-target-buffer): New function.
(top-level): Bind it to C-c C-b.
2001-11-20 18:20:56 +00:00
Eli Zaretskii
706e6a5286 (bs-delete): Signal an error if the buffer cannot be deleted. 2001-11-20 18:17:24 +00:00
Stefan Monnier
ed3c639167 (lisp-fill-paragraph): Don't move back to a line without a comment. 2001-11-20 15:10:42 +00:00
Stefan Monnier
a8e1e57f4c (cperl-perldoc): Require man before binding `manual-program'. 2001-11-20 14:20:41 +00:00
Eli Zaretskii
48404d5a03 (dired-listing-switches): Mention in the doc string
that some switches are not supported by ls-lisp.el
2001-11-20 09:38:55 +00:00
Stefan Monnier
0cdb3baa24 (imenu--split-menu): Use dolist and copy-sequence.
(imenu--create-keymap-2): Remove.
(imenu--create-keymap-1): Simplify, remove third argument.
(imenu--generic-function): Use dolist.
(imenu-find-default): New function.
(imenu--completion-buffer): Use it.
(imenu--mouse-menu): Use popup-menu.
(imenu--menubar-select): Return t rather than calling imenu.
2001-11-20 00:17:25 +00:00
Stefan Monnier
a64c7821ce *** empty log message *** 2001-11-20 00:09:00 +00:00
Stefan Monnier
2f4fa275e8 (fill-delete-prefix, fill-delete-newlines):
New functions, extracted from fill-region-as-paragraph.
(fill-region-as-paragraph): Use them.
Use an end marker instead of eob.
Ignore whitespace-only fill-prefixes when indenting according to mode.
Simply the loop that searches for spaces backwards.
2001-11-19 23:51:03 +00:00
Stefan Monnier
99b3bc616b (picture-vertical-step)
(picture-horizontal-step): Don't use defconst for variables.
2001-11-19 23:45:15 +00:00
Stefan Monnier
5829a569ec Doc fix. 2001-11-19 23:44:14 +00:00
Stefan Monnier
d980c402f0 Use backquote/dolist/mapc/when. Docstring fixes.
(mail-extract-address-components): Downcase domain names.
(mail-extr-delete-char): Remove.  Use delete-char instead.
2001-11-19 23:16:21 +00:00
Stefan Monnier
fd4e5923fe Doc string fixes.
(pc-selection-mode): Don't treat macos as a tty.
2001-11-19 23:09:28 +00:00
Stefan Monnier
6710ea0676 *** empty log message *** 2001-11-19 23:04:35 +00:00
Stefan Monnier
244db8a266 (c-parse-state): Typo. From Martin Stjernholm. 2001-11-19 22:55:33 +00:00
Stefan Monnier
a395ef6aae (describe_syntax): Add dummy arg.
(describe_syntax_1): Update call to describe_vector.
2001-11-19 22:47:32 +00:00
Stefan Monnier
9fd59de765 (describe_category): Add dummy arg.
(describe_category_1): Update call to describe_vector.
2001-11-19 22:46:42 +00:00
Stefan Monnier
d55627cca4 (Fdescribe_vector): Add `describer' parameter.
(describe_command, describe_translation): Add dummy second param.
(describe_map): Call elt_describer with two arguments.
(describe_vector_princ): Add `fun' parameter.
Call it instead of the hardcoded `princ'.
(describe_vector): Add arg `args'.
Pass it as a new second argument to elt_describer.
2001-11-19 22:46:37 +00:00
Stefan Monnier
f0bd0cddbb (describe_vector): Update prototype. 2001-11-19 22:46:29 +00:00
Stefan Monnier
f07493e7d0 (mark-sexp): Mark more if repeated. 2001-11-19 22:06:10 +00:00
Stefan Monnier
d3b32bfd6c (mouse-wheel-scroll-amount): Allow float values.
(mouse-wheel-scroll-amount): New var.
(mwheel-scroll): Use it and handle float values.
2001-11-19 21:57:30 +00:00
Stefan Monnier
70af2445b3 (lazy-lock-install-hooks): Remove make-local-hook. 2001-11-19 21:53:17 +00:00
Stefan Monnier
59fac292ee (Fwrite_region): Move choose_write_coding_system to after build_annotations. 2001-11-19 21:50:44 +00:00
Stefan Monnier
8ae3ef6ea3 (iswitchb-mode): Use define-minor-mode.
(iswitchb): Fix the case where the result was selected with the mouse.
(iswitchb-completion-help): Use the normal *Completions* now that
mouse selection works.
(iswitchb-minibuffer-setup): Simplify.
2001-11-19 21:06:17 +00:00
Stefan Monnier
0603917d5f (comment-column, comment-style, comment-multi-line)
(comment-auto-fill-only-comments): Remove :group arg.
(comment-padding): Add :type.
(comment-indent-new-line): Ignore comment-auto-fill-only-comments
if called interactively.
2001-11-19 20:55:30 +00:00
Stefan Monnier
9b46de409f *** empty log message *** 2001-11-19 20:55:10 +00:00
Colin Walters
7054901c2b (toplevel): Add comment and version header.
(calc-init-base): Bump version to 2.02f, update date.
2001-11-19 20:00:21 +00:00
Richard M. Stallman
7f61a9ee15 Support Mozilla and Galeon.
By default, find the installed browser whichever it is.
(browse-url-mozilla): New function.
(browse-url-mozilla-sentinel): New function.
(browse-url-galeon, browse-url-galeon-sentinel): New functions.
(browse-url-default-browser): New function.
(browse-url-process-environment): Use browse-url-browser-display.
(browse-url-browser-display): Renamed from browse-url-netscape-display.
(browse-url-mozilla-startup-arguments, browse-url-galeon-program)
(browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
(browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
(browse-url-browser-function): New default, new options.
2001-11-19 19:12:31 +00:00
Richard M. Stallman
0e1605b906 *** empty log message *** 2001-11-19 19:12:19 +00:00
Sam Steingold
545f73103e (last-buffer, unbury-buffer): New functions.
(mode-line-unbury-buffer): Use `unbury-buffer'.
2001-11-19 16:32:37 +00:00
Sam Steingold
aff37336ea [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS if defined, 0 otherwise.
(MAP_FAILED): Define if not defined and use it for testing mmap failure.
(unexec) [!MAP_ANON]: Use /dev/zero as file to map.
2001-11-19 15:13:45 +00:00