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
Ken Raeburn
d4225c0814
(Fprevious_single_char_property_change): Don't do arithmetic directly on lisp
...
objects.
2000-08-08 14:39:19 +00:00
Ken Raeburn
cba7d658d8
(find_field): Use EQ, not ==, to compare lisp objects.
2000-08-08 14:38:09 +00:00
Ken Raeburn
84b8719889
(menu_item_eval_property): Declare.
2000-08-08 14:37:26 +00:00
Ken Raeburn
23dd2d9798
(message_dolog): Save and protect string "*Messages*" to reuse as buffer name,
...
instead of recreating (and discarding) every time a message is logged.
(with_echo_area_buffer): Make callback arg A2 a lisp object.
(current_message_1, truncate_message_1, set_message_1, display_echo_area_1,
resize_mini_window_1): Signatures changed.
(current_message, truncate_echo_area, display_echo_area,
resize_echo_area_axactly): Changed calls.
2000-08-08 14:36:34 +00:00
Ken Raeburn
975f250a8e
*coding.c (find_safe_codings): CHAR_TABLE_SET index must be a lisp object.
...
(Ffind_coding_systems_region_internal): First argument to Fappend must be an
integer, not a lisp object.
2000-08-08 14:34:05 +00:00
Kenichi Handa
4245f3d2ec
(Fchar_width): Doc fix.
2000-08-08 12:59:56 +00:00
Kenichi Handa
46dc991207
*** empty log message ***
2000-08-08 12:59:09 +00:00
Gerd Moellmann
9f6d1a6cae
*** empty log message ***
2000-08-08 12:41:40 +00:00
Eli Zaretskii
49908b7792
*** empty log message ***
2000-08-08 12:38:08 +00:00
Gerd Moellmann
5af47d5f73
(Fstring_width): Doc fix.
2000-08-08 12:38:01 +00:00
Eli Zaretskii
e36caa783e
(Documentation): Add an xref to woman's own manual.
2000-08-08 12:36:56 +00:00
Gerd Moellmann
f3ad2fc8d0
(print-help-return-message): When
...
display-buffer-reuse-frames is set, let the help window been quit,
instead of deleting it, which might delete a reused frame.
2000-08-08 12:18:17 +00:00
Gerd Moellmann
07ca56eb35
(eval-last-sexp-1): Handle `#N=' labels.
2000-08-08 12:16:11 +00:00
Gerd Moellmann
704bdba16c
*** empty log message ***
2000-08-08 11:05:38 +00:00
Eli Zaretskii
3d819a7575
*** empty log message ***
2000-08-08 10:53:06 +00:00
Eli Zaretskii
325fec3c5a
(dired-do-create-files): On DOS/Windows, allow to
...
rename a directory to a name that differs only by its letter case.
2000-08-08 10:51:51 +00:00
Eli Zaretskii
0a6b8ff730
(WoMan): Add entry.
2000-08-08 10:43:33 +00:00
Eli Zaretskii
db2672fe99
(INFO_TARGETS): Add ../info/woman.
...
(DVI_TARGETS): Add woman.dvi.
(../info/woman, woman.dvi): New targets.
2000-08-08 10:42:25 +00:00
Eli Zaretskii
c45d327a30
Fix @dircategory. Add @finalout.
2000-08-08 10:41:27 +00:00
Eli Zaretskii
a92125362b
File added to the Emacs distribution.
2000-08-08 10:38:56 +00:00
Eli Zaretskii
dd0e1e5440
(maindir): Update src/_gdbinit even if it does already exist.
2000-08-08 10:36:51 +00:00
Kenichi Handa
bb63aae591
(quail-define-rules): Handle Quail decode
...
map correctly. Add code for supporting annotations.
(quail-install-decode-map): New function.
(quail-defrule-internal): New optional arguments decode-map and
props.
(quail-advice): New function.
2000-08-08 01:39:26 +00:00
Kenichi Handa
c5a525299c
*** empty log message ***
2000-08-08 01:38:47 +00:00
Gerd Moellmann
49ad1d991e
(x_draw_image_foreground): Avoid drawing outside
...
of the clip area when image doesn't have a mask.
2000-08-07 21:54:31 +00:00
Gerd Moellmann
b28cb6ed7a
(start_display): WHen starting display on a continuation
...
line, clear ascent and descent members of the iterator structure;
the height of the continued line does not affect the height of the
continuation line.
(make_cursor_line_fully_visible): Do nothing if cursor is on a
line taller than the window.
(redisplay_window) <forced window start>: Handle case that the
middle of the window is not found in any row.
(dump_glyph_row): Show more information.
(compute_line_metrics): Use MATRIX_FIRST_TEXT_ROW to determine the
first text line in a glyph matrix.
2000-08-07 21:52:14 +00:00
Sam Steingold
5e9e032a38
* emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
...
`defconst', `define-condition', `with-slots'.
* font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
2000-08-07 16:51:57 +00:00
Miles Bader
66b6c480a8
Add note about comint field changes (`comint-prompt-regexp removal').
2000-08-07 15:43:46 +00:00
Miles Bader
46645f4bb2
*** empty log message ***
2000-08-07 15:10:57 +00:00
Miles Bader
e379efd263
(idlwave-shell-send-command): When looking for a prompt, (forward-line 0)
...
instead of (beginning-of-line), to avoid getting caught by an input field.
2000-08-07 15:04:18 +00:00
Miles Bader
7749a263fa
(inferior-lisp-prompt): Doc change.
2000-08-07 14:59:23 +00:00
Miles Bader
502166d288
(inferior-octave-complete): Use comint-line-beginning-position.
2000-08-07 14:58:44 +00:00
Miles Bader
69e773247b
(try-expand-line, try-expand-line-all-buffers): Only use comint-prompt-regexp
...
if comint-use-prompt-regexp-instead-of-fields is non-nil.
2000-08-07 14:57:22 +00:00
Miles Bader
3250010dd7
(ielm-indent-line): Detect a "prompt" line by seeing if comint-bol
...
doesn't actually go to the beginning of the line.
2000-08-07 14:56:02 +00:00
Miles Bader
01d8967d66
(gud-gdb-complete-command): Use comint-line-beginning-position.
2000-08-07 14:54:35 +00:00
Miles Bader
3035b15651
(sql-magic-go): Use comint-bol instead of explicitly matching
...
comint-prompt-regexp.
(sql-copy-column): Use comint-line-beginning-position instead of
explicitly matching comint-prompt-regexp.
2000-08-07 14:52:52 +00:00
Miles Bader
28bc09d6f8
(shell-prompt-pattern): Doc change.
...
(shell-backward-command): Use line-beginning-position.
2000-08-07 14:51:48 +00:00
Miles Bader
2953392320
(comint-use-prompt-regexp-instead-of-fields): New variable.
...
(comint-prompt-regexp, comint-get-old-input): Document dependence on
comint-use-prompt-regexp-instead-of-fields.
(comint-send-input): Add `input' field property to stuff we send to
the process, if comint-use-prompt-regexp-instead-of-fields is nil.
(comint-output-filter): Add `output' field property to process
output, if comint-use-prompt-regexp-instead-of-fields is nil.
(comint-replace-by-expanded-history)
(comint-get-old-input-default, comint-show-output)
(comint-backward-matching-input, comint-forward-matching-input)
(comint-next-prompt, comint-previous-prompt): Use field
properties if comint-use-prompt-regexp-instead-of-fields is nil.
(comint-line-beginning-position): New function.
(comint-bol): Use comint-line-beginning-position. Make ARG optional.
(comint-replace-by-expanded-history-before-point): Use
comint-line-beginning-position and line-end-position.
(comint-last-output-overlay): New variable.
(comint-mode): Make `comint-last-output-overlay' buffer-local.
2000-08-07 14:50:09 +00:00
Gerd Moellmann
70fc58b397
*** empty log message ***
2000-08-07 13:12:43 +00:00
Gerd Moellmann
ade0bb5771
(config.status): Prepend `$(srcdir)/' to
...
`configure'.
2000-08-07 13:12:32 +00:00
Gerd Moellmann
728c5d9df9
(sweep_weak_table): Fix survival conditions for
...
key-or-value and key-and-value weakness.
2000-08-07 12:32:04 +00:00
Gerd Moellmann
3266f62b07
(xhashtable): New command.
2000-08-07 12:31:50 +00:00
Gerd Moellmann
ac0e96eefc
(sweep_weak_hash_tables): Fix the code taking unmarked
...
tables out of the list of all weak hash tables.
2000-08-07 12:04:06 +00:00
Gerd Moellmann
ff3d95733d
(ensure_echo_area_buffers): If a buffer was killed and a
...
new buffer is created, make sure make sure echo_area_buffer[]
references the new buffer.
2000-08-07 10:34:08 +00:00
Gerd Moellmann
9facfd265c
(shell-quote-wildcard-pattern): Make sure to return
...
PATTERN, in the Unix case.
2000-08-07 10:06:54 +00:00
Eli Zaretskii
e0d8827bbe
*** empty log message ***
2000-08-07 07:51:40 +00:00
Eli Zaretskii
f244674ca5
(zone): Discard any pending input before running
...
the randomly-chosen pgm.
2000-08-07 07:50:13 +00:00
Eli Zaretskii
84968b32fd
(Fmsdos_set_mouse_buttons): Add missing backslashes in
...
the doc string.
2000-08-07 07:47:53 +00:00