Stefan Monnier
4980114564
Use AREF, ASET and ASIZE macros.
...
(Fmake_sparse_keymap): Docstring fix.
(synkey): Remove.
(shadow_lookup): Move up.
Handle the case where lookup-key returns an integer.
(where_is_internal_1): Drop arg `keymap'. Don't check shadowing.
(where_is_internal_2): Adapt to fewer args for where_is_internal_1.
(Fwhere_is_internal): Allow `xkeymap' to be a list of keymaps.
Simplify/rewrite the keymap-finding code.
Add check for command shadowing, using shadow_lookup.
2000-10-25 04:42:23 +00:00
Stefan Monnier
39e776cd97
*** empty log message ***
2000-10-25 03:02:29 +00:00
Stefan Monnier
320c9428b4
(fix_submap_inheritance): Use get_keymap_1 on parent_entry
...
rather than KEYMAPP, to allow EQ to work correctly if parent_entry is
a symbol.
2000-10-25 03:02:17 +00:00
Miles Bader
04145a653f
Update.
2000-10-25 02:55:21 +00:00
Kenichi Handa
80e8b2c20f
(Visiting Functions): Return value of find-file-noselect may be a list
...
of buffers if wildcards are used.
2000-10-25 00:42:48 +00:00
Kenichi Handa
28bcdbee27
*** empty log message ***
2000-10-25 00:42:31 +00:00
Dave Love
26f42fedae
*** empty log message ***
2000-10-24 23:17:02 +00:00
Dave Love
5633ded3f7
getenv is a command
2000-10-24 23:15:39 +00:00
Gerd Moellmann
53df4dda9d
*** empty log message ***
2000-10-24 21:19:27 +00:00
Gerd Moellmann
70f57a7251
(ps-generate): Fix odd/even pages printing bug.
2000-10-24 21:17:40 +00:00
Gerd Moellmann
395be66e04
Now there is a column formatting mechanism.
...
Modified to customization mechanisms convention. Doc fix.
(columns): New group for delim-col.
(delimit-columns-before, delimit-columns-after)
(delimit-columns-format, delimit-columns-extra, delimit-columns-start)
(delimit-columns-end): New vars.
(delimit-columns-customize, delimit-columns-format): New funs.
(delimit-columns-region, delimit-columns-rectangle)
(delimit-columns-rectangle-line): Modified to support column
formatting.
2000-10-24 21:17:06 +00:00
Gerd Moellmann
4fa09beb83
(unlock_all_files): Use unlock_file to expand each
...
buffer's file_truename before trying remove its lock file.
2000-10-24 20:57:11 +00:00
Gerd Moellmann
0a9ad6144d
(authors-aliases): Add some more aliases.
...
(authors): Set file coding system to iso-2022-7bit. Add
file-local variables to output buffer.
2000-10-24 20:41:46 +00:00
Gerd Moellmann
fe50b6abd8
(after-find-file): Don't print any warnings if
...
WARN is nil.
2000-10-24 15:18:19 +00:00
Gerd Moellmann
9acc387375
*** empty log message ***
2000-10-24 15:11:21 +00:00
Gerd Moellmann
53bb90cad6
(after-find-file): Don't print a message ``New file''
...
if WARN is nil.
2000-10-24 15:06:14 +00:00
Andrew Innes
2488aba5ed
(directory_files_internal_unwind): New function.
...
(directory_files_internal): Use it to ensure closedir is called
even if expand-file-name or file-attributes throw, eg. because of
a user interrupt. Also enable immediate_quit while calling
re_search, so that matching can be interrupted as well.
2000-10-24 14:45:36 +00:00
Gerd Moellmann
7ae2f10f73
(size_window): Prevent setting window's width or
...
height to a negative value (esp. with XSETFASTINT).
2000-10-24 14:05:50 +00:00
Andrew Innes
5b370c2bad
(IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
...
NT-Emacs only.
(re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
so that re_search functions only quit when callers expect them to.
2000-10-24 14:00:55 +00:00
Gerd Moellmann
5dcab13e69
(state_protected_p, last_state_size, last_heapinfo)
...
[GC_MALLOC_CHECK && GC_PROTECT_MALLOC_STATE]: New variables.
(protect_malloc_state) [GC_MALLOC_CHECK &&
GC_PROTECT_MALLOC_STATE]: New function.
(PROTECT_MALLOC_STATE): New macro.
(__malloc_initialize, morecore, _malloc_internal)
(_free_internal) _realloc_internal): Use it to make _heapinfo
read-only outside of gmalloc.
2000-10-24 12:41:23 +00:00
Dave Love
a98397797d
*** empty log message ***
2000-10-24 12:40:08 +00:00
Gerd Moellmann
63e1b552d0
*** empty log message ***
2000-10-24 12:32:53 +00:00
Gerd Moellmann
11adc31054
Update copyright.
2000-10-24 12:32:33 +00:00
Gerd Moellmann
7f779379f6
(widget-field-keymap, widget-text-keymap): Define
...
the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
get duplicate tool-bar entries because we'll see the global ones
on more than one path through keymaps.
2000-10-24 12:27:45 +00:00
Dave Love
bc35d341ca
(log-edit): Add :version and a :group for vc.
2000-10-24 11:27:41 +00:00
Gerd Moellmann
1946f901c6
*** empty log message ***
2000-10-24 11:23:14 +00:00
Gerd Moellmann
c7f18fbafd
(defun-prompt-regexp): Doc fix.
2000-10-24 11:22:48 +00:00
Gerd Moellmann
df0267b85b
*** empty log message ***
2000-10-24 11:05:37 +00:00
Gerd Moellmann
3176a27e63
(xbacktrace): Handle case that $bt->function isn't
...
a symbol.
2000-10-24 10:55:57 +00:00
Kenichi Handa
2bd8a1db5e
(fit-window-to-buffer): Adjust point of the window buffer, not that of
...
the current buffer.
2000-10-24 10:52:22 +00:00
Kenichi Handa
ae3b264bca
*** empty log message ***
2000-10-24 10:52:06 +00:00
Gerd Moellmann
334c837d33
*** empty log message ***
2000-10-24 09:27:58 +00:00
Eli Zaretskii
23afac0140
*** empty log message ***
2000-10-24 09:17:31 +00:00
Eli Zaretskii
8a30aaa378
Update author's email address.
2000-10-24 09:15:44 +00:00
Eli Zaretskii
4af310dbf1
(decode_coding_emacs_mule): If coding->eol_type is CR
...
or CRLF, decode EOLs.
2000-10-24 09:04:35 +00:00
Kenichi Handa
333526e0f4
(regex_compile): Fix previous change.
2000-10-24 08:27:34 +00:00
Kenichi Handa
3ff2446d46
(regex_compile): Change the way of handling a range from a char less
...
than 256 to a char not less than 256.
2000-10-24 08:10:27 +00:00
Miles Bader
22d1a4ed04
*** empty log message ***
2000-10-24 06:22:03 +00:00
Miles Bader
9a6b7dcdd7
(Defining Faces): Document `graphic' display type in face specs.
2000-10-24 06:21:50 +00:00
Miles Bader
c698842f20
(face-spec-set-match-display):
...
Add `graphic' display type (the inverse of `tty').
Use `display-graphic-p' instead of the window-system variable.
2000-10-24 06:16:20 +00:00
Kenichi Handa
32cf3ee07d
(Fdisplay_buffer): Fix doc.
2000-10-24 04:39:01 +00:00
Kenichi Handa
04448b951d
*** empty log message ***
2000-10-24 04:38:25 +00:00
Kenichi Handa
8aa87e0698
(isearch-with-input-method): Call input-method-function with the first
...
event in unread-command-events.
2000-10-24 01:34:25 +00:00
Kenichi Handa
f408aa480f
*** empty log message ***
2000-10-24 01:34:06 +00:00
Miles Bader
94fe8a31c7
(face-default-spec, face-user-default-spec): Make defsubsts.
2000-10-24 01:17:23 +00:00
Kenichi Handa
7ae339a717
*** empty log message ***
2000-10-24 00:09:09 +00:00
Jason Rumney
3090a5a5bc
(VCENTER_BASELINE_OFFSET): Bias division (see xterm.c comment below).
2000-10-23 22:14:57 +00:00
Jason Rumney
d98c0337b3
(x_to_w32_font): Initialize dpi from dpyinfo->resy.
2000-10-23 22:11:51 +00:00
Jason Rumney
82d9a3b9c5
(syms_of_fontset) [WINDOWSNT]: Special case for ASCII font of default
...
fontset on Windows.
2000-10-23 22:10:00 +00:00
Dave Love
b7e03a6759
*** empty log message ***
2000-10-23 21:05:41 +00:00