1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00
Commit graph

31529 commits

Author SHA1 Message Date
Kenichi Handa
c412cb7bc6 *** empty log message *** 2000-10-16 04:13:28 +00:00
Miles Bader
c6f01e00d1 Document that loading `jka-compr.el' doesn't turn on
auto-compression-mode automatically.
2000-10-16 02:12:34 +00:00
Stefan Monnier
5586f3ebef *** empty log message *** 2000-10-15 22:27:48 +00:00
Stefan Monnier
5299cb8e97 (font-lock-syntactic-keywords): Fix docstring. 2000-10-15 22:13:01 +00:00
Stefan Monnier
d671382e93 (describe_syntax): Add code for comment and string fences. 2000-10-15 22:12:01 +00:00
Stefan Monnier
a1a8827285 (syntax-flag-table, string-to-syntax): Remove. 2000-10-15 22:09:04 +00:00
Stefan Monnier
c65adb44b0 (Fstring_to_syntax): New function extracted from Fmodify_syntax_entry.
(Fmodify_syntax_entry): Use it and document the ! and | fences.
(skip_chars, Fforward_comment): Remove unused variables.
(syms_of_syntax): Add defsubr for string-to-syntax.
2000-10-15 21:42:41 +00:00
Dave Love
ad64a8881c *** empty log message *** 2000-10-15 17:29:48 +00:00
Dave Love
b756f5b43d Require mm-util. 2000-10-15 17:19:43 +00:00
Dave Love
d2d001277c Require skeleton and comint when
compiling.
2000-10-15 17:18:02 +00:00
Dave Love
5751b8f98a (pcomplete) <defgroup>: Add :version. 2000-10-15 17:13:58 +00:00
Dave Love
fc3337909b Doc fixes.
(top-level): Don't add hooks here.
(whitespace-running-emacs): Deleted.
(timer): Don't require.
(whitespace): Add back :version conditional on xemacs test.
(whitespace-spacetab-regexp, whitespace-indent-regexp)
(whitespace-ateol-regexp, whitespace-modes): Fix custom type.
(whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
(whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
Avoid specific xemacs test.
(whitespace-global-mode): New option.
(whitespace-global-mode): New command.
(whitespace-unload-hook): New function.
2000-10-15 17:07:55 +00:00
Dave Love
d1268e529b (Info-mouse-follow-nearest-node): Use mouse-set-point.
(Info-fontify-node, Info-goto-node, Info-mode-menu)
(Info-fontify-node): `Goto' goes to `Go to'.
(Info-fontify-node): Add help-echo to xref links.
2000-10-15 16:46:09 +00:00
Stefan Monnier
a0ad02f7fb (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
Mostly, just a test of the CVS repository.
2000-10-15 16:44:45 +00:00
Stefan Monnier
b3b7f42fd1 *** empty log message *** 2000-10-15 16:34:11 +00:00
Miles Bader
7391213dad Doc fix. 2000-10-15 11:21:33 +00:00
Eli Zaretskii
ef6d59c99e Fix wording in a comment. 2000-10-15 05:55:40 +00:00
Eli Zaretskii
9be031e447 Fix typo in a comment. 2000-10-15 05:52:05 +00:00
Eli Zaretskii
1ef49fc60c (eshell-du-prefer-over-ange): Doc fix. 2000-10-15 05:51:16 +00:00
Eli Zaretskii
2f6e641005 Fix a typo. 2000-10-15 05:47:30 +00:00
Stefan Monnier
e4fe3460db (easy-mmode-define-syntax): Use plist-get and allow :inherit. 2000-10-15 05:25:57 +00:00
Stefan Monnier
a2d379fb25 (cl-do-arglist): Use plist-get and plist-member instead of memq. 2000-10-15 05:23:57 +00:00
Stefan Monnier
3c7fafc7b5 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
Don't need make-local-hook any more.
(cvs-addto-collection): Return the new tin.
(cvs-mode-insert): Jump to the new line.
2000-10-15 05:18:48 +00:00
Stefan Monnier
10c471e6a3 (ewoc-location): New function.
(ewoc-enter-after, ewoc-enter-before): Document return value.
2000-10-15 05:16:36 +00:00
Stefan Monnier
8b7707e1be (jit-lock-fontify-buffer): Remove. 2000-10-15 04:54:20 +00:00
Stefan Monnier
0233a18999 (archive-zoo-summarize): Fix from gnu.emacs.bug. 2000-10-15 04:53:01 +00:00
Stefan Monnier
c0a6a9fe28 (font-lock-syntactically-fontified): New var.
(font-lock-fontify-syntactic-keywords-region): Use it.
(font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
2000-10-15 04:51:57 +00:00
Stefan Monnier
30cdf899d7 (diff-find-file-name): Fix regexp. 2000-10-15 04:49:55 +00:00
Stefan Monnier
70e58f9002 (cl-builtin-gethash, cl-builtin-remhash)
(cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
2000-10-15 04:49:20 +00:00
Stefan Monnier
6c5bcbc1b1 (sh-imenu-generic-expression): Fix.
(sh-mode-syntax-table): Add punctuation syntax for < and >.
(sh-mode): Don't make all vars local here.
(sh-kw): Reformat.
(sh-set-shell): Use dolist.  Don't set indent-region-function.
(sh-mode-syntax-table): Use pop.
(sh-remember-variable): Use push.
(sh-help-string-for-variable): Use memq.
(sh-safe-backward-sexp): Remove.
(sh-safe-forward-sexp): Add ARG.
(sh-get-indent-info, sh-prev-stmt): Use it.
(sh-prev-line): Simplify by using forward-comment.
(sh-this-is-a-continuation): Simplify.
(sh-learn-buffer-indent): Use dolist.
(sh-do-nothing): Remove.
(sh-set-char-syntax, sh-set-here-doc-region):
Use inhibit-modification-hooks.
(sh-name-style): Use mapcar and push.
(sh-load-style): Use dolist.
(sh-save-styles-to-buffer): Use with-current-buffer and pp.
(sh-case, sh-while-getopts): Use propertize directly rather
than sh-electric-rparen.
2000-10-15 04:38:24 +00:00
Stefan Monnier
ea590e1c63 Require CL when compiling.
(tex-mode-syntax-table): Init immediately.
(tex-mode-map): Bind M-RET to latex-insert-item.
(latex-mode): Set indent-line-function to latex-indent.
(tex-common-initialization): Don't setup the syntax-table any more.
(latex-insert-item): New skeleton.
(tex-next-unmatched-end): Fix copy/paste braino.
(latex-syntax-after, latex-skip-close-parens, latex-down-list)
(latex-indent, latex-find-indent): New functions.
(tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
(tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
(tex-compilation-parse-errors): Use with-syntax-table.
2000-10-15 03:48:17 +00:00
Stefan Monnier
1ed6d8ef37 (Fkeymap_parent): Undefined autoload -> 1. 2000-10-15 03:34:18 +00:00
Stefan Monnier
db785038bb * keymap.c (access_keymap): Add AUTOLOAD parameter.
Do the meta->esc mapping.  Call get_keyelt before returning.
Start scanning from the second element (the first is always `keymap')
to make it easier to detect when we reach a parent map.
Handle the case of inheriting from a symbol whose function is a map.
(Fkeymap_parent): Also handle the `inherit from symbol' case.
(fix_submap_inheritance, Fdefine_key): Update call to access_keymap.
(get_keyelt, Flookup_key): Update call to access_keymap.
Remove the meta->esc mappings.
(define_as_prefix): Delete old disabled code.
(menu_item_p): New function.
(where_is_internal_1): Skip over the few remaining menu items.
* lisp.h (access_keymap): Update prototype.
* keyboard.c (read_char, menu_bar_items, tool_bar_items):
Update call to access_keymap.
(follow_key, read_key_sequence): Update calls to access_keymap.
Remove the meta->esc mappings.
2000-10-15 03:31:32 +00:00
Miles Bader
86b7fcbb0c (font-lock-comment-face): Change dark-background,
color, non-tty, default to `chocolate1'.
2000-10-15 02:31:42 +00:00
Eli Zaretskii
9b0903793d (Top): Add an entry for Eshell. 2000-10-14 20:11:53 +00:00
Eli Zaretskii
f2f049f39c *** empty log message *** 2000-10-14 20:11:02 +00:00
Eli Zaretskii
87730e843b Fix dates on Eshell's entries. 2000-10-14 20:05:58 +00:00
John Wiegley
57a24508cf Added a missing `require' form. 2000-10-14 08:16:50 +00:00
Gerd Moellmann
a2e2a7f656 (direct_output_for_insert): Call set_iterator_to_next
with additional argument.
2000-10-13 18:27:25 +00:00
Dave Love
1574933b68 string display property 2000-10-13 18:05:11 +00:00
Dave Love
1396138ac3 *** empty log message *** 2000-10-13 17:32:16 +00:00
Dave Love
a18a342d42 non-ascii character ranges 2000-10-13 17:31:02 +00:00
Dave Love
6cc089d2ad Non-ASCII in regexp ranges. 2000-10-13 16:36:35 +00:00
Dave Love
40ad3db491 *** empty log message *** 2000-10-13 14:20:54 +00:00
Dave Love
b5287163ec (quoted-printable-decode-region): Avoid invalid
coding-systems.
2000-10-13 14:08:06 +00:00
Gerd Moellmann
cafafe0b81 (cursor_row_p): New function.
(try_cursor_movement, display_line): Use it.

(append_space): Also save/restore iterator's current
character and its length.

(init_from_display_pos): Add an assertion.
(handle_stop): Don't set iterator's add_overlay_start.
(handle_invisible_prop): Likewise.
(load_overlay_strings): If text under an overlay is invisible,
take both before- and after-strings into account when the iterator
is positioned either at the start or at the end of the overlay.
(forward_to_next_line_start): Rewritten.
(reseat_at_next_visible_line_start): Rewritten.
(set_iterator_to_next): Add parameter RESEAT_P.
2000-10-13 13:11:49 +00:00
Gerd Moellmann
ff2a2e6b9e (struct it): Remove member add_overlay_start.
(set_iterator_to_next): Change prototype.
2000-10-13 13:08:45 +00:00
Dave Love
8d74fbd262 Retouch. 2000-10-13 12:28:56 +00:00
Gerd Moellmann
b41c9501e8 (down-list, backward-up-list, up-list): Doc fix. 2000-10-13 11:46:11 +00:00
Gerd Moellmann
3b5e21df1c (time-stamp): Fixed bug in new multi-line code
that breaks with old list format timestamps.
(time-stamp-warn-inactive, time-stamp-old-format-warn)
(time-stamp-count, time-stamp-conversion-warn): Improved doc
strings.
2000-10-13 11:30:53 +00:00