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
Stefan Monnier
5cda4b07fa
(make-bool-vector): Remove.
...
(regexp-opt-group): Use a list of chars for `letters'.
(regexp-opt-charset): `chars' is now a list of chars.
Use a char-table rather than a vector so it works for multibyte chars.
2000-08-09 15:49:33 +00:00
Stefan Monnier
96190aa1cb
(cvs-menu): Don't move point. Use popup-menu.
...
Set cvs-minor-current-files to the selected fileinfo.
(cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
(cvs-mode-insert): Manually macroexpand `ignore-errors'.
2000-08-09 15:28:06 +00:00
Eli Zaretskii
55bd1088b1
Remove a bogus second @finalout.
2000-08-09 13:14:26 +00:00
Eli Zaretskii
7d093d568b
*** empty log message ***
2000-08-09 12:34:04 +00:00
Gerd Moellmann
43028b7e53
(mode_line_string): Declare parameter MODE_LINE_P.
2000-08-09 12:29:43 +00:00
Eli Zaretskii
b2feb1d427
(msdos.o): Depend on keyboard.h.
2000-08-09 12:27:07 +00:00
Eli Zaretskii
97dd288b3c
Include keyboard.h.
...
(XMenuActivate): Empty no_event events from the event buffer. If
no events are left after that, call clear_input_pending.
(mouse_clear_clicks): New function, code moved from mouse_init.
(mouse_init, XMenuActivate): Call mouse_clear_clicks to force the
mouse driver to ``forget'' any past clicks.
2000-08-09 12:26:13 +00:00
Eli Zaretskii
3f2ccb2106
(kbd_buffer_events_waiting): Add prototype.
2000-08-09 12:24:57 +00:00
Eli Zaretskii
eeabfe765e
(kbd_buffer_events_waiting): New function.
2000-08-09 12:24:02 +00:00
Gerd Moellmann
41e757a668
(Ftty_suppress_bold_inverse_default_colors): Doc fix.
2000-08-09 12:15:06 +00:00
Eli Zaretskii
17ab9c3980
(insert-directory): Don't call access-file on
...
directories on DOS and Windows.
2000-08-09 12:01:09 +00:00
Kenichi Handa
ab3b1799ad
(ccl-embed-data): Make ccl-program-vector
...
longer if necessary.
(ccl-embed-code): Call ccl-embed-data to store CODE in
ccl-program-vector.
2000-08-09 09:02:46 +00:00
Kenichi Handa
b24c5811a6
*** empty log message ***
2000-08-09 08:59:00 +00:00
Kenichi Handa
838c972607
(Fcall_process): Terminate the unwind-protect around the
...
post-read-conversion of coding system.
2000-08-09 07:51:57 +00:00
Kenichi Handa
2f2174fad1
*** empty log message ***
2000-08-09 07:51:31 +00:00
Miles Bader
0a6fd67e26
*** empty log message ***
2000-08-08 23:58:48 +00:00
Miles Bader
bc5920367e
(note_mouse_highlight): Update call to overlays_at.
2000-08-08 23:56:29 +00:00
Miles Bader
ecfb39ee8e
(Fget_char_property): Update call to overlays_at.
2000-08-08 23:53:32 +00:00
Miles Bader
565c8641c5
(face_at_buffer_position): Update call to overlays_at.
2000-08-08 23:51:50 +00:00
Miles Bader
a0315a6399
(next_overlay_change): Update call to overlays_at.
2000-08-08 23:49:38 +00:00
Miles Bader
bac40480f2
(overlays_at): Update prototype.
2000-08-08 23:46:25 +00:00
Miles Bader
ac869cf715
(overlays_at): Add CHANGE_REQ parameter.
...
(Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change): Use it.
2000-08-08 23:45:38 +00:00
Miles Bader
5ed65b55a5
(comint-output-filter): Properly handle the case where the text
...
surrounded by comint-last-output-overlay was deleted.
2000-08-08 22:55:38 +00:00
Gerd Moellmann
25ad137130
*** empty log message ***
2000-08-08 18:42:55 +00:00
Gerd Moellmann
90df743364
(Disabling backups): Replace reference to
...
non-existent initial-dired-omit-files-p with something that works.
2000-08-08 18:36:04 +00:00
Gerd Moellmann
9eebe3113a
(mouse-sel-mode): Doc fix.
2000-08-08 18:32:38 +00:00
Gerd Moellmann
eca1e29e88
(indent-for-tab-command): Doc fix.
2000-08-08 18:32:20 +00:00
Gerd Moellmann
0720b68be2
(auto-mode-interpreter-regexp): New variable.
...
(set-auto-mode): Use it.
2000-08-08 18:32:10 +00:00
Gerd Moellmann
18aac618fa
(compilation-setup): Make variable
...
compilation-error-screen-columns buffer-local, as some comment
in the code suggests it should be.
2000-08-08 18:30:47 +00:00
Gerd Moellmann
d4021fd9f9
(ffap-read-file-or-url-internal): Handle case the
...
DIR or STRING are nil.
2000-08-08 18:30:21 +00:00
Gerd Moellmann
dd31e4e8c3
(Info-insert-dir): Use Info-additional-directory-list if
...
non-nil.
(Info-file-list-for-emacs): Remove "info" from the list because
that leads to trying to use the documentation from file `info'
in various situations where it isn't appropriate, for instance
C-h C-k C-h i.
2000-08-08 18:29:49 +00:00
Miles Bader
0c80756e77
(do_completion): Don't consider a simple change of case as `completion'.
2000-08-08 16:30:54 +00:00
Ken Raeburn
b347b3fd3f
(record_delete): Make sure last_point_position_buffer is a buffer before
...
comparing pointers.
2000-08-08 14:45:00 +00:00
Ken Raeburn
e18dfbf4a7
(syms_of_keyboard): Initialize last_point_position_buffer.
2000-08-08 14:43:28 +00:00
Ken Raeburn
8a6d111eec
(decode_coding_string): Declare.
2000-08-08 14:40:19 +00:00
Ken Raeburn
212b4f2c99
(Fprevious_single_char_property_change): Declare.
2000-08-08 14:39:46 +00:00