Commit graph

27503 commits

Author SHA1 Message Date
Gerd Moellmann
1d0a3ef433 (show-cursor-in-non-selected-windows): New option.
(busy-cursor-delay-seconds): New option.
2000-02-25 13:34:08 +00:00
Gerd Moellmann
4ae9a85e97 (inhibit_busy_cursor, busy_count): Removed.
(Fx_show_busy_cursor, Fx_hide_busy_cursor): Removed.
(busy_cursor_atimer, busy_cursor_shown_p, Vbusy_cursor_delay): New
variables.
(DEFAULT_BUSY_CURSOR_DELAY): New define.
(start_busy_cursor, cancel_busy_cursor, show_busy_cursor)
(hide_busy_cursor): New functions.
(syms_of_xfns): DEFVAR_LISP Vbusy_cursor_delay.
2000-02-25 13:32:18 +00:00
Gerd Moellmann
e5baa1a7d2 (read_minibuf): Cancel busy-cursor. 2000-02-25 13:31:28 +00:00
Gerd Moellmann
d0c484784c (command_loop_1): Call start_busy_cursor before
Fcommand_execute and cancel_busy_cursor after it.
(timer_check): Remove busy-cursor code.
(Fread_key_sequence, Fread_key_sequence_vector): Start/cancel busy
cursor timer.
2000-02-25 13:30:50 +00:00
Gerd Moellmann
e12da451f5 (wait_reading_process_input): Remove busy-cursor code. 2000-02-25 13:30:07 +00:00
Gerd Moellmann
d67235d847 (Fsignal): Call cancel_busy_cursor instead of
Fx_hide_busy_cursor.
2000-02-25 13:29:33 +00:00
Gerd Moellmann
c175874c11 (Fx_show_busy_cursor, Fx_hide_busy_cursor):
Remove prototyoes.
(start_busy_cursor, cancel_busy_cursor): Add prototypes.
2000-02-25 13:29:08 +00:00
Gerd Moellmann
0d67cd9e63 (Fx_hide_busy_cursor): Remove prototype. 2000-02-25 13:28:41 +00:00
Gerd Moellmann
98f14d342d (XTread_socket): Remove busy-cursor code. 2000-02-25 13:28:07 +00:00
Gerd Moellmann
4eb8436ff5 *** empty log message *** 2000-02-25 13:21:42 +00:00
Gerd Moellmann
a13396c934 (flush_stdout) [GLYPH_DEBUG]: New function.
(build_frame_matrix_from_leaf_window): Put code handling
glyph row's not being a slice of a frame row in #if 0.
(sync_window_with_frame_matrix_rows): New function.
(frame_row_to_window): New function.
(mirror_line_dance): Handle copies between windows.
2000-02-25 13:20:36 +00:00
Gerd Moellmann
36e988461f (Helper-describe-mode): Make buffer writable. 2000-02-25 13:15:14 +00:00
Gerd Moellmann
3cb65b0e93 (Fload): Use xfree' instead of free'.
(init_obarray): Use `xmalloc' instead of `malloc'.
2000-02-25 13:14:25 +00:00
Gerd Moellmann
2add43492a (coordinates_in_window): Take frame's internal border width
into account.
2000-02-25 10:39:47 +00:00
Gerd Moellmann
bed0c17121 (Fset_window_buffer): Set WINDOW to the window
after decoding.
2000-02-25 10:22:28 +00:00
Gerd Moellmann
42088c126a *** empty log message *** 2000-02-24 14:05:02 +00:00
Gerd Moellmann
5b2c5477e0 (show-cursor-in-non-selected-windows): New option. 2000-02-24 14:03:59 +00:00
Gerd Moellmann
c60ea02e08 *** empty log message *** 2000-02-24 13:55:54 +00:00
Gerd Moellmann
e55a0b7912 (x_display_and_set_cursor): Display cursor of
non-selected windows depending on the setting of
cursor_in_non_selected_windows.
2000-02-24 13:54:08 +00:00
Gerd Moellmann
d6d26ed3fb (cursor_in_non_selected_windows): New variable.
(syms_of_xdisp): DEFVAR_BOOL it.
2000-02-24 13:53:12 +00:00
Gerd Moellmann
cb8325bf52 (include-other-diary-files): Undo the selective
display in any included file and don't kill it.
2000-02-24 13:47:36 +00:00
Eli Zaretskii
d066de8eb4 (dired-mode-map): Don't remove "Edit" from the menu
bar.  Menu items converted to (menu-item format, help strings
added.
[downcase, upcase]: Don't enable on MS-DOS.
[symlink, symlinks]: Don't show if make-symbolic-link is not
bound.
[chown, chgrp]: Don't show on MS-DOS and MS-Windows.
2000-02-24 12:59:48 +00:00
Richard M. Stallman
3357a32f3e *** empty log message *** 2000-02-24 11:44:43 +00:00
Dave Love
275cf1b274 (kill-paragraph, backward-kill-paragraph)
(backward-kill-sentence, kill-sentence): Likewise.
2000-02-23 23:10:32 +00:00
Dave Love
e761e42c18 (zap-to-char, kill-line, kill-region, kill-word)
(backward-kill-word): Revert addition of * to interactive spec.
2000-02-23 23:08:02 +00:00
Dave Love
99d48056fa (mouse-drag-mode-line-1): Remove `growth =' message. 2000-02-23 22:20:44 +00:00
Dave Love
b2e6047538 (gud-jdb-build-class-source-alist): Prepend space to scratch buffer
name.
(gud-format-command): Use int-to-string in ?l case.  Simplify slightly.
2000-02-23 22:17:05 +00:00
Dave Love
3247de96ce (internal-face-interactive): Update prompt for new read-face-name. 2000-02-23 20:44:04 +00:00
Dave Love
32e33f6050 (list-faces-display): Fix header typo. 2000-02-23 20:39:38 +00:00
Dave Love
5404d9b01b (footnote): Add :version to defgroup.
(footnote-section-tag-regexp): Customize.
(footnote-start-tag, footnote-end-tag): New option.
(footnote-latin-regexp): New variable.
(Footnote-latin): New function.
(footnote-style-alist): Add element for latin style.
(footnote-style): Moved.
(Footnote-goto-footnote): Use eq to test arg.
2000-02-23 20:25:34 +00:00
Dave Love
a02a742573 Comment change. 2000-02-23 20:16:50 +00:00
Dave Love
e7165cf005 (auto-show): Defgroup doc fix. 2000-02-23 14:52:41 +00:00
Gerd Moellmann
723e779c56 *** empty log message *** 2000-02-23 12:52:38 +00:00
Gerd Moellmann
342858a566 (Fstring_to_number): If number is greater than what
fits into an integer, return a float.
2000-02-23 12:50:35 +00:00
Dave Love
b6906b3842 *** empty log message *** 2000-02-23 12:34:34 +00:00
Dave Love
1639b80357 Change old backquote syntax.
(byte-compile-const-symbol-p): New function.
(byte-compile-constp, byte-compile-out-toplevel)
(byte-compile-form, byte-compile-form, byte-compile-variable-ref):
Use it.
2000-02-23 12:29:05 +00:00
Dave Love
e1f0df6214 Change old backquote syntax.
(byte-compile-trueconstp): Include keywords.
(byte-optimize-quote, byte-optimize-lapcode): Use
byte-compile-const-symbol-p.
(byte-optimize-char-before): New optimization.
2000-02-23 12:28:09 +00:00
Dave Love
e5a00c9c86 define-key-after change. 2000-02-23 11:42:38 +00:00
Dave Love
4ced66fd68 (define-key-after): Default AFTER to t. Doc fix. 2000-02-23 11:40:06 +00:00
Gerd Moellmann
d1e103b298 *** empty log message *** 2000-02-23 10:47:26 +00:00
Gerd Moellmann
feeb0f70c3 (specbind): Remove references to
keyword_symbols_constant_flag.
2000-02-23 10:44:03 +00:00
Gerd Moellmann
f50d847af5 (keyword_symbols_constant_flag): Removed.
(Fmakunbound, set_internal, syms_of_data): Remove references to
keyword_symbols_constant_flag.
2000-02-23 10:43:40 +00:00
Gerd Moellmann
157b72bb60 (Fbyte_code): Remove keyword_symbols_constant_flag. 2000-02-23 10:42:36 +00:00
Kenichi Handa
068b074ebe Be sure to update minor-mode-alist
and minor-mode-map-alist.
(encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
codes SS2 and SS3 correctly.
(encoded-kbd-self-insert-ccl): New function.
(encoded-kbd-setup-keymap): New function.
(encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
by calling encoded-kbd-setup-keymap.
2000-02-23 08:04:56 +00:00
Kenichi Handa
c709bcf10b *** empty log message *** 2000-02-23 08:04:11 +00:00
Kenichi Handa
1d3529b69f Don't change syntax of multibyte
characters.
(lisp-mode-variables): Set multibyte-syntax-as-symbol to t
locally.
2000-02-23 00:11:44 +00:00
Kenichi Handa
214f877f4d *** empty log message *** 2000-02-23 00:11:13 +00:00
Kenichi Handa
bd25db0802 (multibyte_syntax_as_symbol): New variable.
(syms_of_syntax): Declare it as a Lisp variable.
(SYNTAX_WITH_MULTIBYTE_CHECK): New macro.
(scan_lists): If both sexpflag and multibyte_syntax_as_symbol are
nonzero, treat all multibyte characters as symbol.
(init_syntax_once): Give syntax `word' to all mutlbiyte
characters.
2000-02-23 00:10:34 +00:00
Dave Love
b021ef186f (when, unless, split-string): Doc fix.
(read-passwd): Move call of clear-this-command-keys to the right
place.
(replace-regexps-in-string): New function.
2000-02-22 20:16:31 +00:00
Dave Love
535eadacb1 (emacs-lisp-mode-syntax-table)
(lisp-mode-map, lisp-interaction-mode-map): Define all inside
defvar.
(lisp-mode-syntax-table): Set up for #|...|# comments.
(lisp-imenu-generic-expression): Purecopy strings.  Use syntax
classes.  Match `defface'.
(emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
(eval-defun-1): Fix for defcustom.
(lisp-indent-region): Doc fix.
2000-02-22 20:13:31 +00:00