1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

130 Commits

Author SHA1 Message Date
Simon Marshall
63503b24ca Make get-buffer-window-list take MINIBUF arg. 1996-02-28 09:22:11 +00:00
Simon Marshall
43c5ac8cbe Cope if get-buffer-window-list is given a buffer name (like get-buffer-window does). 1996-02-08 10:27:24 +00:00
Simon Marshall
a860d25f73 Added get-buffer-window-list. 1996-02-08 10:04:55 +00:00
Karl Heuer
91a6acc3b8 (read-quoted-char): Delete format call inside message. 1996-01-25 01:03:16 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Richard M. Stallman
aa308ce238 (error): Doc fix. 1996-01-04 19:00:38 +00:00
Karl Heuer
9f0b1f0976 (add-to-list): Doc fix.
(buffer-substring-no-properties): Function deleted.
1995-12-21 18:11:20 +00:00
Richard M. Stallman
a6889c57ba (make-syntax-table): Use nil for "inherit". 1995-10-11 17:14:08 +00:00
Richard M. Stallman
afd9831b8d (substitute-key-definition): Do recursively scan
where KEYMAP has nothing at all.
1995-09-18 14:45:44 +00:00
Simon Marshall
ba1cc309d1 Remove the remaining hook running functions. They are in C now. 1995-07-31 09:52:45 +00:00
Karl Heuer
a732d12971 (run-hook-with-args): Deleted; now in C code. 1995-07-25 19:35:38 +00:00
Richard M. Stallman
c1c74b4320 (shell-quote-argument): Don't do anything, on MS-DOS. 1995-07-01 21:48:13 +00:00
Richard M. Stallman
8fd68088e9 (lambda): Doc fix. 1995-06-27 06:52:56 +00:00
Richard M. Stallman
cd2db344de (add-hook): Use local local-variable-if-set-p. 1995-06-17 19:47:52 +00:00
Richard M. Stallman
7dd1926ebe (make-local-hook): Doc fix.
(shell-quote-argument) [WINDOWSNT]: Wrap in quotes only.
1995-06-16 04:39:46 +00:00
Karl Heuer
42e636f040 (read-quoted-char): Turn on help-form and turn off help-char. 1995-06-07 20:53:07 +00:00
Karl Heuer
4809d0dd98 (frame-configuration-p): Moved here from frame.el. 1995-05-30 18:39:33 +00:00
Richard M. Stallman
5f7fc6cf56 (buffer-substring-no-properties): New function. 1995-05-01 18:26:28 +00:00
Simon Marshall
cd323f896b Changed match-string to defun, but still return nil (no error) if no match. 1995-03-24 09:01:09 +00:00
Simon Marshall
993713ce0a Change to macro, and return nil if there was no match at the specified depth. 1995-03-23 08:43:08 +00:00
Richard M. Stallman
28fc169ba4 (one-window-p, walk-windows, minibuffer-window-active-p):
Functions moved to window.el.
1995-03-22 16:58:14 +00:00
Richard M. Stallman
ad93dad7b9 (walk-windows): Doc fix. 1995-02-25 07:35:09 +00:00
Karl Heuer
db2474b88d (local-unset-key): Fix args in previous change. 1995-02-25 04:57:17 +00:00
Richard M. Stallman
baed010936 (global_set_key, local_set_key, global_unset_key)
(local_unset_key): Functions moved here from keyboard.c.
1995-02-25 04:44:08 +00:00
Richard M. Stallman
909149386e (eval-after-load): Run FORM now if FILE's already loaded. 1995-02-22 01:30:19 +00:00
Karl Heuer
da16e6483d (listify-key-sequence-1, event-modifiers): Don't presume internal bit layout
of non-ASCII keys.
1995-02-08 03:51:58 +00:00
Karl Heuer
1219a2a464 (read-quoted-char): Don't log prompt messages.
Use M- notation instead of assuming internal layout.
1995-02-07 21:58:09 +00:00
Richard M. Stallman
b3f6bcbdad (match-string): Fix braino. 1995-01-28 09:04:02 +00:00
Karl Heuer
44705c0e41 (match-string): Delete extra arg to buffer-substring. 1995-01-27 20:47:20 +00:00
Richard M. Stallman
58f950b445 (match-string): New function. 1995-01-27 07:06:27 +00:00
Richard M. Stallman
0055054d0e (listify-key-sequence-1): Update for change in CHAR_META. 1995-01-09 09:47:15 +00:00
Richard M. Stallman
3d1743f7e0 (run-hook-with-args-until-failure):
Return non-nil if no hook functions.
1994-12-27 20:14:13 +00:00
Richard M. Stallman
448b61c92a (font-lock-defaults): Add defvar.
(buffer-file-type): Add defvar.
1994-12-25 22:20:06 +00:00
Richard M. Stallman
bec0d7f9d9 (lambda): Doc fix. 1994-12-15 18:25:24 +00:00
Richard M. Stallman
b59f6d7a68 (start-process-shell-command): Don't use `exec'--
run the command in a child process.
1994-11-19 14:06:09 +00:00
Richard M. Stallman
350b75679b (substitute-key-definition): Don't recursively scan
where OLDMAP has a submap but KEYMAP does not.
1994-11-16 20:35:34 +00:00
Karl Heuer
a247bf214e (start-process-shell-command): Don't use exec on windows-nt. 1994-11-03 21:23:40 +00:00
Richard M. Stallman
8851c1f036 (add-to-list): Doc fix. 1994-10-14 23:50:35 +00:00
Richard M. Stallman
6e3af6305a (add-to-list): New function. 1994-10-13 06:34:09 +00:00
Richard M. Stallman
f4e5bca556 (add-hook, remove-hook): If the hook was made local
in the old way, always modify the local value.
1994-10-01 04:36:28 +00:00
Richard M. Stallman
0e4d378b32 (add-hook): Initialize default value and local value.
(run-hook-with-args-until-success): New function.
(run-hook-with-args-until-failure): New function.

(run-hooks): t as hook list element means run the global
value of the variable as well as the local value.
(run-hook-with-args): Likewise.
(make-local-hook): New function.
(add-hook, remove-hook): New arg LOCAL means modify local value.
Test default-boundp as well as boundp.
1994-09-30 20:47:13 +00:00
Richard M. Stallman
aa09b5ca24 (remove-hook, add-hook): Copy existing list before modifying. 1994-09-21 05:19:43 +00:00
Richard M. Stallman
2a598462ec (add-hook): Doc fix. 1994-09-20 00:59:24 +00:00
Richard M. Stallman
1f4554cc4d (one-window-p): Doc fix. 1994-08-11 20:25:20 +00:00
Richard M. Stallman
f9269e194c (ignore): Put doc string in right place. 1994-07-12 01:06:27 +00:00
Karl Heuer
dbbcac5612 (posn-col-row): Test for consp, not symbolp. 1994-05-26 21:53:37 +00:00
Richard M. Stallman
9ba60df97f (posn-col-row): Use let*. 1994-05-23 03:15:35 +00:00
Richard M. Stallman
ed627e08bd (posn-col-row): Do something useful for scroll bar event. 1994-05-22 20:55:15 +00:00
Richard M. Stallman
e025dddff1 (substitute-key-definition): Skip cached menu key-equivs. 1994-05-22 07:09:32 +00:00
Richard M. Stallman
ea48c94dfd (posn-col-row): Doc fix. 1994-05-19 04:30:14 +00:00