Commit graph

30056 commits

Author SHA1 Message Date
Miles Bader
1cc9bc49d8 (comint-bol): Use `forward-line 0' instead of calling beginning-of-line
with inhibit-field-text-motion bound.
2000-08-14 12:56:03 +00:00
Gerd Moellmann
90cbf47ef1 *** empty log message *** 2000-08-14 12:45:50 +00:00
Gerd Moellmann
bc89c6093d (push_key_description): If C without modifiers is < 32,
make sure to print `C-' before `M-', like in the manual.
2000-08-14 12:44:38 +00:00
Gerd Moellmann
6eb6c4c196 (xml-parse-tag, xml-parse-attlist): Do not downcase
identifiers, since XML is case sensitive
2000-08-14 12:43:55 +00:00
Gerd Moellmann
0c8f875908 (recent-dialog-mode-map): Bind down-mouse-1 to
`widget-button-click'. so that one can use left mouse button to
click on dialog buttons.
2000-08-14 12:43:13 +00:00
Dave Love
5372262fdc Fix embedded comment.
(syms_of_window): Fix doc string.
2000-08-14 10:52:50 +00:00
Miles Bader
59927f88fa Update `fields' entry. 2000-08-14 09:16:49 +00:00
Eli Zaretskii
6f7f063dee (Top): Add Index in the menu.
(many nodes): Add index entries.
(Index): New node.
2000-08-13 18:28:04 +00:00
Eli Zaretskii
fab7aa637e Fix typo in comment. 2000-08-13 09:09:02 +00:00
Eli Zaretskii
a9fff30638 (Misc Buffer): Document kill-read-only-ok. 2000-08-13 06:09:11 +00:00
Eli Zaretskii
8c1d7d602e (Killing): Document kill-read-only-ok. 2000-08-13 06:07:36 +00:00
Eli Zaretskii
51e066d294 Fix a typo in Eli Zaretskii's name. 2000-08-13 05:49:52 +00:00
Miles Bader
660394d1fb (comint-output-filter): Don't bother frobbing window-start, it doesn't
seem to be necessary.
2000-08-12 01:48:25 +00:00
Miles Bader
79e8dca7df (comint-send-string, comint-send-region): Make into real functions.
Snapshot the prompt before sending.
2000-08-11 19:17:18 +00:00
Sam Steingold
187bd11cd3 punctuation fixes in doc strings 2000-08-11 17:05:44 +00:00
Eli Zaretskii
218c2cc7ca (Info-find-emacs-command-nodes): Rewrite to use
technique similar to Info-index, instead of relying on specific
names of relevant Index nodes.
(Info-goto-emacs-command-node): Bind Info-history to nil when
going to the first node found by Info-find-emacs-command-nodes.
2000-08-11 13:10:55 +00:00
Gerd Moellmann
440fc13575 (try_cursor_movement): Fix handling of cursor in
partially visible line which is smaller than the window's
height.
2000-08-11 13:01:28 +00:00
Gerd Moellmann
cf6818892f (hashfn_eq, hashfn_eql): Don't handle strings specially
since they aren't relocated anymore.
(sxhash_string): Make sure returned hash code fits in a Lisp
integer.
2000-08-11 12:59:31 +00:00
Miles Bader
8c1bec7c1d Mention comint prompt highlighting. 2000-08-11 08:38:51 +00:00
Eli Zaretskii
968280cc5f (menu-bar-help-menu): Add a :help string. 2000-08-11 07:49:47 +00:00
Kenichi Handa
7272d75c04 (ccl_coding_driver): Initialize ccl->multibyte. 2000-08-11 05:45:37 +00:00
Kenichi Handa
975ddbf53c (struct ccl_program): New member multibyte. 2000-08-11 05:45:10 +00:00
Kenichi Handa
7a837c8992 (CCL_READ_CHAR): If source is multibyte, pay attention to
the multibyte form of eight-bit-control characters.
(Fccl_execute_on_string): Initialize ccl->multibyte.
2000-08-11 05:44:50 +00:00
Kenichi Handa
6e264fadfa *** empty log message *** 2000-08-11 05:44:20 +00:00
Kenichi Handa
e0277a4716 (regex_compile) <normal_char>: Pay attention to multibyteness.
(analyse_first) <exactn>: Setup fastmap correctly for
eight-bit-control characters.
2000-08-11 01:56:59 +00:00
Kenichi Handa
c371f69a68 *** empty log message *** 2000-08-11 01:55:36 +00:00
Kenichi Handa
4ff939ad38 (enum event_kind): New member multibyte_char_keystroke. 2000-08-11 00:51:25 +00:00
Kenichi Handa
a50e723f78 (make_lispy_event): Handle the new event type
multibyte_char_keystroke.
2000-08-11 00:50:51 +00:00
Kenichi Handa
379b5ac0b0 Include coding.h.
(XTread_socket): Work around a bug of XmbLookupString.  If the
input is from XIM, decode it according to the current locale.  In
that case, generate multibyte_char_keystroke events.
2000-08-11 00:49:39 +00:00
Kenichi Handa
91c3f500ad (TRACE_MOVE) [GLYPH_DEBUG]: Delete the last semicolon.
(TRACE_MOVE) [not GLYPH_DEBUG]: Define dummy.
2000-08-11 00:36:30 +00:00
Kenichi Handa
b8ddbe717a *** empty log message *** 2000-08-11 00:35:57 +00:00
Gerd Moellmann
47589c8c98 (trace_move) [GLYPH_DEBUG]: New variable.
(TRACE_MOVE) [GLYPH_DEBUG]: New macro.
(move_it_in_display_line_to): Record iterator's ascent and descent
before producing glyphs, and restore them when we know the glyph
doesn't fit on the line.
(move_it_to): Restructured so that it's easier to debug.  If
moving to a vpos, and not moving to an x or character position,
stop as soon as the specified vpos is reached; don't move further
into that line because that might change the computed line height.
(try_cursor_movement): New function, extracted from the cursor
movement branch of redisplay_window.  If ending on a partially
visible line, don't try to scroll if the cursor line is taller
than the window.
(redisplay_window): Use try_cursor_movement.
2000-08-10 19:17:01 +00:00
Gerd Moellmann
cbc099e584 (Fwindow_end): Rewritten to not use Fvertical_motion,
because that function doesn't cope with variable-height lines.
2000-08-10 19:14:59 +00:00
Gerd Moellmann
92f424dfc0 (x_draw_bar_cursor): If cursor is on an image, draw a
box cursor because that's better visible for large images.
2000-08-10 19:13:28 +00:00
Miles Bader
867102f2b8 (comint-output-filter): Doc fixes & misc code cleanup. 2000-08-10 13:07:25 +00:00
Eli Zaretskii
af71853819 (Info-file-list-for-emacs): More elements for the
autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
and woman manuals.
2000-08-10 12:56:50 +00:00
Miles Bader
c51bacd6cd *** empty log message *** 2000-08-10 11:06:54 +00:00
Miles Bader
f09b5567e6 (gud-filter): Use `with-current-buffer' instead of save-excursion when
inserting the output, so that point gets updated correctly; the old
method relied on a rather dodgy side-effect of comint-output-filter to
avoid the effect of save-excursion.
2000-08-10 10:54:40 +00:00
Miles Bader
b59b731fa1 (comint-send-input): Make the newline boundary overlay rear-nonsticky.
Use `insert' instead of `insert-before-markers'.
(comint-output-filter): Use `insert' instead of `insert-before-markers'.
Extend comint-last-output-overlay when necessary since we can't rely on
insert-before-markers to do it.
2000-08-10 10:52:29 +00:00
Eli Zaretskii
98532b1215 (recover-file): Call insert-directory instead of
invoking `ls' directly.
2000-08-10 10:44:49 +00:00
Miles Bader
3db4b71989 (comint-highlight-prompt, comint-highlight-prompt-face)
(comint-last-prompt-overlay): New variables.
(comint-output-filter): Implement prompt highlighting.
(comint-snapshot-last-prompt): New function.
(comint-send-input): Snapshot the last prompt.
Use comint-highlight-input-face.
(comint-highlight-input-face): Renamed from `comint-highlight-face'.
Use defface instead of defcustom.
(send-invisible, comint-send-eof): Snapshot the last prompt.
(comint-delchar-or-maybe-eof): Use comint-send-eof.
(comint-mode): Make `comint-last-prompt-overlay' buffer-local.
2000-08-10 10:35:40 +00:00
Miles Bader
4663654501 (note_mouse_highlight): Update calls to overlays_at. 2000-08-10 10:14:15 +00:00
Gerd Moellmann
bea56df720 *** empty log message *** 2000-08-10 09:21:43 +00:00
Gerd Moellmann
6a94510a73 (Vmessages_buffer_name): New variable.
(message_dolog): Use it.
(syms_of_xdisp): Initialize it.
2000-08-10 09:21:28 +00:00
Gerd Moellmann
2cb085db05 *** empty log message *** 2000-08-10 09:16:29 +00:00
Eli Zaretskii
99cd736442 (IT_note_mouse_highlight): Update the calls to overlays_at.
(toplevel) <kbd_buffer_store_event>: Remove prototype, it's
redundant now that keyboard.h is included.
2000-08-10 06:45:57 +00:00
Gerd Moellmann
8e7bd23112 (input_pending): External declaration. 2000-08-09 18:44:35 +00:00
Gerd Moellmann
69a7a14df4 (Qredisplay_dont_pause): Declare extern. 2000-08-09 18:41:00 +00:00
Gerd Moellmann
9f50252b45 (echo_area_display): Display thoroughly if input is
pending.  Bind redisplay-dont-pause to t during the redisplay.
in case input is pending.
2000-08-09 18:40:39 +00:00
Gerd Moellmann
e7067d00c2 (Qredisplay_dont_pause): New variable.
(syms_of_display): Initialize and staticpro it.
(update_frame_1): Don't interrupt the display for pending input if
redisplay_dont_pause is set.
2000-08-09 18:39:58 +00:00