1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 00:51:50 -08:00
Commit graph

42302 commits

Author SHA1 Message Date
Mike Williams
f6ab0573f9 (sgml-close-tag): Rename from
sgml-insert-end-tag. Simplify by using sgml-lexical-context.
(sgml-get-context): Remove use of sgml-inside-tag-p.
(sgml-inside-tag-p): Remove.
2002-04-02 11:26:12 +00:00
Stefan Monnier
02dfca16b1 (help-key-description): New fun.
(describe-key-briefly, describe-key): Use it and
this-single-command-raw-keys plus new arg `untranslated'.
2002-04-02 03:23:26 +00:00
Stefan Monnier
c5e5e1f855 *** empty log message *** 2002-04-01 23:33:40 +00:00
Stefan Monnier
2394187c2c (sgml-at-indentation-p, sgml-tag)
(sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
(sgml-inside-tag-p, sgml-get-context, sgml-show-context)
(sgml-insert-end-tag): New funs taken from xml-lite.el.
(sgml-calculate-indent): Use them.
(sgml-slash-matching): Rename from sgml-slash.
(sgml-slash): Copied from xml-lite and changed to use
sgml-slash-matching and sgml-quick-keys.
2002-04-01 23:32:15 +00:00
Stefan Monnier
1dd5768b7d Typo. 2002-04-01 23:10:26 +00:00
Stefan Monnier
3ab364ce24 (buf_charpos_to_bytepos, buf_bytepos_to_charpos): Use BEG and BEG_BYTE. 2002-04-01 23:07:40 +00:00
Richard M. Stallman
d41d5dd4a2 Don't use @samp in an anchor.
Minor cleanup.
2002-04-01 23:06:21 +00:00
Richard M. Stallman
eca274b1dd Minor cleanup. 2002-04-01 23:05:54 +00:00
Richard M. Stallman
65b4fec551 Minor cleanups. 2002-04-01 23:04:46 +00:00
Stefan Monnier
a154a4efce (get_doc_string): Return nil of the location is wrong.
(reread_doc_file): New fun.
(Fdocumentation, Fdocumentation_property):
Call it if get_doc_string fails.
(Fsnarf_documentation): Make it work for a dumped Emacs.
2002-04-01 23:04:46 +00:00
Stefan Monnier
02dcfd842f (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
2002-04-01 22:58:39 +00:00
Stefan Monnier
4bc26a6c68 (Fstring): Allow 0 arguments. 2002-04-01 22:54:03 +00:00
Stefan Monnier
1b8dc7911a (standard-keyboard-coding-systems): Add koi8-u and koi8-r. 2002-04-01 21:13:52 +00:00
Stefan Monnier
2c7cdd69e6 Change maintainer.
(tcl-electric-hash-style): Change default to nil.
(tcl-imenu-generic-expression): Use tcl-proc-regexp.
(tcl-do-auto-fill): Remove.
(tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
2002-04-01 21:01:04 +00:00
Stefan Monnier
28857aefb4 Ignore esh-groups.el. 2002-04-01 20:44:41 +00:00
Stefan Monnier
8363950c1b It's auto-generated anyway. 2002-04-01 20:42:55 +00:00
Richard M. Stallman
031a588664 (tcl-imenu-generic-expression): New value.
(tcl-imenu-create-index-function): Function deleted.
(tcl-mode): Check for filladapt-mode.
Use tcl-imenu-generic-expression instead of
tcl-imenu-create-index-function.
(inferior-tcl-mode): Doc fix.
Change not legally significant.
2002-04-01 20:22:02 +00:00
Stefan Monnier
bed9664a99 (DATAGRAM_CONN_P, list_processes_1)
(Fprocess_datagram_address, Fset_process_datagram_address)
(Fset_network_process_options, server_accept_connection):
Fix some int/Lisp_Object confusions (thank you union types).
2002-04-01 19:50:51 +00:00
Stefan Monnier
0fc8f792ba (XTread_socket): Fix int/Lisp_Object confusion. 2002-04-01 19:49:39 +00:00
ShengHuo ZHU
379a66de03 * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo. 2002-04-01 17:25:39 +00:00
Stefan Monnier
76200eb89f *** empty log message *** 2002-04-01 17:25:34 +00:00
Pavel Janík
093484c747 *** empty log message *** 2002-04-01 16:56:13 +00:00
Pavel Janík
ce1295bdc3 (XTread_socket): Generate SELECT_WINDOW_EVENTs only for Emacs windows. 2002-04-01 16:55:33 +00:00
Richard M. Stallman
4f4fada2f5 *** empty log message *** 2002-04-01 16:37:41 +00:00
Richard M. Stallman
ca1b34c8c1 (tool-bar-local-item): Renamed from tool-bar-add-item, and new arg MAP.
(tool-bar-add-item): Now calls tool-bar-local-item.
(tool-bar-local-item-from-menu): Renamed from
tool-bar-add-item-from-menu, and new arg IN-MAP.
(tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
2002-04-01 16:28:16 +00:00
Richard M. Stallman
df6aed9925 (info-tool-bar-map): Use tool-bar-local-item-from-menu. 2002-04-01 16:27:59 +00:00
Pavel Janík
83512b21d1 *** empty log message *** 2002-04-01 13:49:24 +00:00
Pavel Janík
fed441a819 Rename x-autoselect-window' to autoselect-window'. 2002-04-01 13:48:34 +00:00
Pavel Janík
513f293e7f Rename x_autoselect_window_p to autoselect_window_p. 2002-04-01 13:46:09 +00:00
Pavel Janík
b0981e1402 Rename x_autoselect_window_p to autoselect_window_p.
(note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
2002-04-01 13:45:27 +00:00
Pavel Janík
5bc624834e (autoselect_window_p): Renamed from `x_autoselect_window_p'.
(last_window): New variable.
(XTread_socket): Generate SELECT_WINDOW_EVENTs.
(note_mouse_movement): Remove reimplemented code in #if 0.
2002-04-01 13:43:58 +00:00
Pavel Janík
a697f886b4 (Qselect_window): New symbol.
(head_table): Use it.
(keys_of_keyboard): Bound select-window event to handle-select-window.
(kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
2002-04-01 13:42:32 +00:00
Pavel Janík
827b15c6aa (enum event_kind): New event type `SELECT_WINDOW_EVENT'. 2002-04-01 13:41:03 +00:00
Pavel Janík
4e1a58d5f8 Update copyright. 2002-04-01 13:40:37 +00:00
Pavel Janík
aa8d51340b (handle-select-window): New function. 2002-04-01 13:38:34 +00:00
Pavel Janík
d86fddc97f Rename x-autoselect-window to autoselect-window.
Minibuffer window can be selected only when it is active.
2002-04-01 13:38:09 +00:00
Mike Williams
2407f4e124 (xml-lite-parse-tag-backward): Fix for implicitly empty tags. 2002-04-01 12:44:34 +00:00
Mike Williams
9c59951810 (sgml-mode): Set indent-line-function to sgml-indent-line. 2002-04-01 12:43:47 +00:00
Richard M. Stallman
7dd3ed35ee (help-with-tutorial): Allow various ways
to specify the text in the [...] line, in handling the <...> line.
2002-04-01 12:32:02 +00:00
Mike Williams
08116853cf Add deprecation notice. 2002-04-01 12:14:55 +00:00
Mike Williams
a978da5677 Remove redundant name-end attribute.
Simplify parsing by assuming we always start within text.
Make use of sgml-unclosed-tag-p.
2002-04-01 12:10:53 +00:00
Richard M. Stallman
79aa321120 (idlwave-system-routines):
WOLRDTITLE => WORLDTITLE.  SUPRESS_VALUE => SUPPRESS_VALUE.
2002-04-01 12:08:38 +00:00
Mike Williams
347ea5576b Add an explicit check for 'text syntax, to protect against future
enhancements to sgml-lexical-context.
Add sgml-empty-tag-p and sgml-unclosed-tag-p.
2002-04-01 12:08:13 +00:00
Richard M. Stallman
a9d956befb (redraw-modeline): Define alias. 2002-04-01 12:03:14 +00:00
Mike Williams
63fedde009 Remove redundant remains of xml-lite-mode. 2002-04-01 11:00:33 +00:00
Pavel Janík
44a665ec84 Example of disabled command fixed. 2002-04-01 10:23:37 +00:00
Pavel Janík
64dcdb066d Address of Pieter Schoenmakers updated. 2002-04-01 10:23:03 +00:00
Richard M. Stallman
0b0e804106 Minor cleanups. 2002-04-01 03:54:12 +00:00
Richard M. Stallman
032388f3f7 (file-expand-wildcards): Use save-match-data.
(format-alist): Mark as risky.
2002-04-01 03:45:25 +00:00
Miles Bader
6bdcb1dcd1 Update the `customize-face' example to reflect current reality. 2002-04-01 01:24:25 +00:00