Stefan Monnier
c0ec53ad99
Update calls to openp.
2001-10-12 03:37:43 +00:00
Stefan Monnier
b81a1b72a8
(Vexec_suffixes): New var.
...
(Fcall_process): Update call to openp.
(decode_suffixes): New function.
(syms_of_callproc): Init exec-suffixes.
2001-10-12 03:23:25 +00:00
Stefan Monnier
183d183355
(Vload_suffixes, Vexec_suffixes): Declare.
...
(openp): Update prototype.
2001-10-12 03:22:15 +00:00
Stefan Monnier
ddb716ef97
(syms_of_lread): Fix init of default_suffixes.
2001-10-12 03:22:02 +00:00
Stefan Monnier
e61b9b8743
(Vload_suffixes, default_suffixes): New vars.
...
(openp): Take a lisp list of suffixes.
Check for file-name-handlers even if the file was absolute already.
(syms_of_lread): Declare load-suffixes.
(Fload): Fix up call to openp.
Don't bother checking for file-name-handler at the very beginning.
2001-10-12 03:18:05 +00:00
Stefan Monnier
f633346880
*** empty log message ***
2001-10-12 03:13:27 +00:00
Stefan Monnier
1202c72b5d
(Fcopy_keymap): Don't export.
2001-10-12 02:26:06 +00:00
Stefan Monnier
b07b65aaa2
(wordify): Use empty_string.
2001-10-12 02:24:34 +00:00
Stefan Monnier
1093ec4796
(empty_string): Declare.
2001-10-12 02:12:28 +00:00
Stefan Monnier
f9a6326d6e
(empty_string): New var.
...
(syms_of_emacs): Initialize it.
2001-10-12 02:10:29 +00:00
Stefan Monnier
c58dab6376
(Fbury_buffer): Don't try to remove the buffer from the
...
selected window if it's not displayed there. Handle the case
when the window is dedicated.
(syms_of_buffer): Fix docstrings not to mention "buffer-local" anymore.
2001-10-12 02:01:23 +00:00
Stefan Monnier
c3b09bbf66
(Fprimitive_undo): Use XCAR/XCDR.
2001-10-12 01:43:29 +00:00
Stefan Monnier
2168e04d47
*** empty log message ***
2001-10-12 01:38:00 +00:00
Stefan Monnier
bb0de08420
(update_syntax_table): Simplify.
...
(Fforward_comment): Don't skip quoted chars when going backward.
2001-10-12 01:37:54 +00:00
Stefan Monnier
4948e1f227
(struct gl_state_s): Change the meaning of b_property.
...
Remove left_ok and right_ok.
(UPDATE_SYNTAX_TABLE_BACKWARD, UPDATE_SYNTAX_TABLE)
(SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT): Update to the
new meaning of b_property.
2001-10-12 01:37:49 +00:00
Gerd Moellmann
fb756c1cd7
(FIXNUM_OVERFLOW_P): Cast I to EMACS_INT in comparisons
...
in case I is of some unsigned type, in which case
MOST_NEGATIVE_FIXNUM will be converted to unsigned, and the
comparison becomes bogus.
2001-10-11 19:13:20 +00:00
Gerd Moellmann
cb938d4660
(Fstring_to_number): Use make_fixnum_or_float.
2001-10-11 15:39:47 +00:00
Gerd Moellmann
1615d97a5d
(Fuser_uid, Fuser_real_uid): Use make_fixnum_or_float.
...
(Fuser_full_name): Fix bug treating a float as a fixnum.
2001-10-11 15:37:39 +00:00
Gerd Moellmann
53ede3f4d8
(make_fixnum_or_float): New macro.
2001-10-11 15:37:13 +00:00
Gerd Moellmann
13d95cc02b
(Qcircular_list): New variable.
...
(circular_list_error): New function.
(syms_of_data): Initialize it Qcircular_list.
2001-10-11 09:04:09 +00:00
Gerd Moellmann
7436b0a99d
(circular_list_error): Add prototype.
2001-10-11 08:46:50 +00:00
Stefan Monnier
e35f6ff793
Include keymap.h.
2001-10-10 16:05:21 +00:00
Gerd Moellmann
619632ac2a
*** empty log message ***
2001-10-10 12:22:18 +00:00
Gerd Moellmann
beb2e97599
(C_SWITCH_SYSTEM) [!__GNUC__]: Add `-nointrinsics'
...
options. From Dave Love <d.love@dl.ac.uk>.
2001-10-10 12:21:58 +00:00
Gerd Moellmann
ab952a4f34
*** empty log message ***
2001-10-10 09:43:20 +00:00
Gerd Moellmann
14a3dff75b
*** empty log message ***
2001-10-09 10:18:43 +00:00
Gerd Moellmann
9fac18bfdf
(Fcurrent_time_zone): Cast isalnum() argument to
...
unsigned char.
From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
2001-10-09 10:08:13 +00:00
Gerd Moellmann
5e5388f653
(WIDE_CHAR_SUPPORT): Do not use defined() in macro.
...
From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
2001-10-09 10:05:32 +00:00
Andrew Innes
76ba8dafaf
Do not undef min and max.
2001-10-08 22:41:09 +00:00
Andrew Innes
152180e34e
[max]: Undef min and max before redefining them.
2001-10-08 22:39:06 +00:00
Stefan Monnier
166253cb39
(handle_fontified_prop): Don't bind after-change-functions.
2001-10-08 22:33:43 +00:00
Gerd Moellmann
e6b3ceb61d
*** empty log message ***
2001-10-08 15:47:47 +00:00
Sam Steingold
0c4d9527dd
current-active-maps: quote newlines
2001-10-08 13:33:20 +00:00
Stefan Monnier
9985827fec
*** empty log message ***
2001-10-08 11:46:44 +00:00
Stefan Monnier
3d9bae5081
Remove the entries for keymap.c (moved to keymap.h).
2001-10-08 11:42:10 +00:00
Stefan Monnier
4e2a0e2fe9
(map_prompt): Remove.
2001-10-08 11:41:04 +00:00
Stefan Monnier
8feddab4e0
Include keymap.h.
2001-10-08 11:39:52 +00:00
Eli Zaretskii
14bfa7715d
*** empty log message ***
2001-10-08 11:32:24 +00:00
Stefan Monnier
bdb7aa47e4
(map_prompt): Remove.
...
(read_char_x_menu_prompt, read_char_minibuf_menu_prompt): Use Fkeymap_prompt.
2001-10-08 11:13:04 +00:00
Stefan Monnier
058ff27c39
New file. Extracted from lisp.h.
2001-10-08 11:12:28 +00:00
Stefan Monnier
5ee707b8f1
(keymap_panes, Fx_popup_menu): Use Fkeymap_prompt.
2001-10-08 11:12:23 +00:00
Stefan Monnier
54cbc3d4cd
(Fkeymap_prompt, Fcurrent_active_maps): New funs.
...
(accessible_keymaps_1): New function.
(Faccessible_keymaps, accessible_keymaps_char_table): Use it.
(Fwhere_is_internal): Use Fcurrent_active_maps.
(Fdescribe_buffer_bindings): Renamed from describe_buffer_bindings.
Insert in current buffer rather than standard-output.
Don't call `help-mode'. Export to elisp.
(describe_buffer_bindings): New wrapper.
(syms_of_keymap): Defsubr Skeymap_prompt, Scurrent_active_maps
and Sdescribe_buffer_bindings.
2001-10-08 09:47:10 +00:00
Gerd Moellmann
3ecd9cc373
(alarm_signal_handler) [USG && !POSIX_SIGNALS]:
...
Remove code setting signal handler.
2001-10-08 09:42:24 +00:00
Gerd Moellmann
402c9a5121
(child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]:
...
Clear ICRNL and INLCR. From Daiki Ueno <ueno@unixuser.org>.
2001-10-08 08:59:50 +00:00
Pavel Janík
3fe81fdfd2
*** empty log message ***
2001-10-08 08:39:21 +00:00
Gerd Moellmann
32c82ac0a1
Don't define min/max.
2001-10-08 08:08:08 +00:00
Gerd Moellmann
8a226de766
(min, max): New macros.
2001-10-08 07:59:17 +00:00
Gerd Moellmann
55fa782068
(BASE_PURESIZE): Increase to 725000.
2001-10-08 07:43:23 +00:00
Pavel Janík
9180dc8c3d
*** empty log message ***
2001-10-08 06:45:26 +00:00
Pavel Janík
01f67d2c30
USE_LUCID can be defined iff USE_X_TOOLKIT is defined.
...
(xm_scroll_callback) [USE_MOTIF]: Remove unused variable `percent'.
(x_set_toolkit_scroll_bar_thumb) [USE_MOTIF]: Remove unused variable `sb'.
2001-10-08 06:37:59 +00:00