1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-04 13:03:09 -08:00
Commit graph

29943 commits

Author SHA1 Message Date
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
Kenichi Handa
e39091b6dd * syntax.c (skip_chars): Fix previous change. Make the handling of
unibyte string consistent with that of regex search.
2000-08-07 05:57:08 +00:00
Kenichi Handa
c6f353786b *** empty log message *** 2000-08-07 05:44:37 +00:00
Kenichi Handa
447a052b48 (byte-compile-fix-header): Fix the way of checking the existence of
any multibyte characters.
2000-08-07 01:47:27 +00:00
Kenichi Handa
24d55b8f96 *** empty log message *** 2000-08-07 01:46:03 +00:00
Gerd Moellmann
6c4a4368a3 *** empty log message *** 2000-08-06 12:17:06 +00:00
Gerd Moellmann
4675e266da (describe-mode): Test mini-mode symbol for being
bound before testing its value for being nil.
2000-08-06 12:09:31 +00:00
Eli Zaretskii
28146d2b8e Restore inadvertently-changed non-ASCII character. 2000-08-06 10:27:52 +00:00
Gerd Moellmann
3d05e1ee6a *** empty log message *** 2000-08-06 09:26:26 +00:00
Gerd Moellmann
dedffa6a6b Use nth' instead of first', second', and third'. 2000-08-06 09:18:02 +00:00
Gerd Moellmann
dc79c3ea3c (third...tenth): Undo change of 2000-08-05.
(second): Make it an alias for `cadr'.
2000-08-06 09:17:27 +00:00
Eli Zaretskii
6968a481f5 (bs-apply-sort-faces): Don't use window-system, since all
types of display support faces now.
2000-08-06 07:32:15 +00:00
Gerd Moellmann
e49aa397e8 *** empty log message *** 2000-08-05 20:10:32 +00:00
Gerd Moellmann
ed590ca87c (first, ..., tenth): Make them macros.
(toplevel): Remove `remq' and `remove' from autoloads.
(cl-fake-autoloads): New variable.  If set, arrange for an error
when CL functions etc. are autoloaded.
2000-08-05 20:09:44 +00:00
Gerd Moellmann
3db3a13fe3 (require): Require `cl' during compilation, only. 2000-08-05 20:08:49 +00:00
Gerd Moellmann
38b74a2e47 (run_mac_command, closedir): Use xfree' instead of free'. 2000-08-05 19:29:39 +00:00
Gerd Moellmann
9ae6734f00 (error): Use xfree instead of free. 2000-08-05 19:27:14 +00:00
Gerd Moellmann
9731fda59f (current_minor_maps): Use xmalloc instead of malloc. 2000-08-05 19:27:01 +00:00
Gerd Moellmann
7f77dbe3b0 (opendir, GetTempDirName, run_mac_command): Use xmalloc
instead of malloc.
(run_mac_command, closedir): Use `xfree' instead of `free'.
2000-08-05 19:26:46 +00:00
Gerd Moellmann
a3f0666ff7 (child_setup): Use xfree instead of free. 2000-08-05 19:26:30 +00:00
Gerd Moellmann
afd74e2569 (Ftranspose_regions): Use xfree instead of free. 2000-08-05 19:26:20 +00:00
Gerd Moellmann
9318456051 (Finsert_file_contents): Use xfree instead of free. 2000-08-05 19:26:04 +00:00
Gerd Moellmann
36cc2d3834 (popup_get_selection): Use xfree instead of free. 2000-08-05 19:25:41 +00:00
Gerd Moellmann
1fd4c450e5 Replace illegal' with invalid'.
(Fmake_hash_table, amke_hash_table): Allow table size of 0.
2000-08-05 15:48:22 +00:00
Gerd Moellmann
1a948b1794 Replace illegal' with invalid'. 2000-08-05 15:47:13 +00:00
Eli Zaretskii
efb29aff04 (src): Put gdb.tmp after -a, since -a requires an argument. 2000-08-05 08:25:09 +00:00
Noah Friedman
59f953a285 (Fmake_hash_table): Add missing `\n\' to end of line in docstring. 2000-08-05 03:01:49 +00:00
Kenichi Handa
82d497fc5c (skip_chars): Fix handling of multibyte<->unibyte conversion. 2000-08-05 01:45:10 +00:00
Gerd Moellmann
688351f25d (skip_chars): Fix typo in error message. 2000-08-04 15:07:44 +00:00
Eli Zaretskii
2e78d4abe0 (zone, zone-pgm-stress): Don't use window-system. 2000-08-04 12:21:12 +00:00
Eli Zaretskii
85628348e5 *** empty log message *** 2000-08-04 11:45:03 +00:00