1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

203 Commits

Author SHA1 Message Date
Richard M. Stallman
c306e0e09f (momentary-string-display): Bind inhibit-read-only. 1999-02-16 00:52:36 +00:00
Dan Nicolaescu
e93b8cbb7e *** empty log message *** 1999-02-02 02:26:12 +00:00
Andrew Innes
1ccaea525e (subst-char-in-string): New function. 1999-01-17 18:55:53 +00:00
Simon Marshall
a600effe5f Doc fix. 1999-01-06 15:23:46 +00:00
Simon Marshall
110201c8f7 (with-temp-message): Don't display MESSAGE if nil. 1999-01-06 10:05:50 +00:00
Karl Heuer
acc81368d1 (read-passwd): Ignore input methods. 1998-12-16 20:51:34 +00:00
Richard M. Stallman
71c78f01ad (make-local-hook): Return the hook variable. 1998-11-30 23:44:10 +00:00
Simon Marshall
e5bb8a8cd8 Added with-temp-message. 1998-11-19 09:43:40 +00:00
Richard M. Stallman
8723b7f3eb (read-passwd): Use clear-this-command-keys. 1998-10-13 03:44:06 +00:00
Dave Love
cf4a60a319 (remove-hook): Check list values to avoid errors. 1998-09-21 17:57:46 +00:00
Kenichi Handa
0cba3a0f81 (sref): Make it an alias of aref. Make the
byte-compiler warn that it is obsolete.
(char-bytes): Make the byte-compiler warn that it is obsolete.
1998-08-28 12:22:39 +00:00
Richard M. Stallman
b7de4d62b3 (read-quoted-char): Don't bind input-method-function;
instead, pass the new args to read-event.
1998-08-18 09:32:31 +00:00
Richard M. Stallman
1fa0de2c86 (add-hook): Use byte-code-function-p, not compiled-function-p. 1998-08-08 23:08:23 +00:00
Richard M. Stallman
8a288450ca (assoc-default): Rewrite not to use dolist. 1998-08-08 23:07:06 +00:00
Richard M. Stallman
526d204e20 (assoc-default): New function. 1998-07-31 10:53:30 +00:00
Richard M. Stallman
8c05b76c93 (read-quoted-char): Bind input-method-function to nil. 1998-07-14 08:15:51 +00:00
Richard M. Stallman
a180f6a544 (add-hook): Use member if FUNCTION is a compiled function. 1998-07-07 08:24:39 +00:00
Dave Love
d46490e312 (remove-hook): Fix spurious quote. 1998-04-21 18:38:34 +00:00
Richard M. Stallman
ff663bbec9 (local-set-key, global-set-key): Return what define-key returns. 1998-04-16 05:40:48 +00:00
Karl Heuer
15171a06d3 (add-to-list): Always return updated value of LIST-VAR. 1998-04-07 18:22:28 +00:00
Richard M. Stallman
024ae2c6d6 (save-match-data): store-match-data => set-match-data.
(store-match-data): This is now the alias,
set-match-data is now the primitive.

(momentary-string-display): Pass t as UPDATE to window-end.
1998-03-14 08:15:36 +00:00
Richard M. Stallman
44071d6b2c (read-passwd): Renamed from read-password. New second arg CONFIRM. 1998-03-08 00:16:38 +00:00
Kenichi Handa
8b52e89266 (sref): Increase CHAR in the while loop. 1998-03-04 07:42:24 +00:00
Kenichi Handa
7070190281 (sref): Typo in doc-string fixed. 1998-03-03 01:35:39 +00:00
Richard M. Stallman
569b03f243 (read-quoted-char): Doc fix. 1998-02-28 19:00:34 +00:00
Kenichi Handa
66353e86d1 * subr.el (sref): Doc-string added. 1998-02-20 01:43:38 +00:00
Richard M. Stallman
4fb1703731 (suspend-hook, suspend-resume-hook): New defvars. 1998-02-04 21:04:41 +00:00
Richard M. Stallman
97d26a9743 (momentary-string-display): Fix backward test
for whether end of message is off the screen.
1998-01-20 04:56:52 +00:00
Richard M. Stallman
6bb762b324 (sref): Defined. 1998-01-09 22:13:08 +00:00
Richard M. Stallman
bb760c71f4 (match-string-no-properties): New function. 1997-12-21 02:08:37 +00:00
Richard M. Stallman
b222b78673 (split-string): Handle empty matches reasonably. 1997-12-21 01:35:50 +00:00
Richard M. Stallman
e0e4cb7afa (read-password): New function. 1997-12-21 00:50:07 +00:00
Karl Heuer
7bba18953e (global-set-key, local-set-key): Doc fix. 1997-12-04 05:28:27 +00:00
Richard M. Stallman
68e3e5f5e2 Comment change. 1997-09-01 19:42:16 +00:00
Richard M. Stallman
369fba5fb7 (last): Accept optional second argument. 1997-08-27 22:34:30 +00:00
Richard M. Stallman
e8c32c9941 (last): New function. 1997-08-23 19:10:42 +00:00
Richard M. Stallman
d370591d58 (caar, cadr, cdar, cddr): Definitions moved here and changed into defsubsts. 1997-08-23 18:55:52 +00:00
Richard M. Stallman
c029995c63 (functionp): Use byte-code-function-p, not compiled-function-p. 1997-08-05 20:52:56 +00:00
Richard M. Stallman
bf896a1b80 (read-quoted-char): Fix handling of meta-chars. 1997-08-05 20:51:55 +00:00
Richard M. Stallman
92304bc8c7 (read-quoted-char): Consistently downcase letter "digits". 1997-07-26 22:21:49 +00:00
Richard M. Stallman
4867f7b269 (read-quoted-char): Convert function keys like Return
into ASCII equivalents.
1997-07-24 17:01:46 +00:00
Richard M. Stallman
77a5664f19 (custom-declare-variable-early): New function.
(custom-declare-variable-list): New variable.
(read-quoted-char-radix): Use defvar and custom-declare-variable-early.

(functionp): Doc fix.
1997-07-20 17:36:48 +00:00
Richard M. Stallman
1ba764decd (read-quoted-char): Handle non-character events. 1997-07-17 06:24:48 +00:00
Richard M. Stallman
2444730b8b (read-quoted-char): Read any number of octal digits,
and ignore a space if that terminates the octal digits.
1997-07-16 05:34:38 +00:00
Richard M. Stallman
916cc49f93 (substitute-key-definition): Check vectorp, not arrayp. 1997-05-30 19:21:06 +00:00
Richard M. Stallman
9a5114ac7e (substitute-key-definition): Fix previous change. 1997-05-25 18:05:58 +00:00
Richard M. Stallman
97fd9abf62 (substitute-key-definition): Handle chartables. 1997-05-22 19:00:25 +00:00
Richard M. Stallman
637b47089a (read-quoted-char): Don't mask down to 8 bits. 1997-05-09 06:31:04 +00:00
Richard M. Stallman
888eb98e2f (make-syntax-table): Doc fix. 1997-05-01 06:47:29 +00:00
Richard M. Stallman
e1b65a6bd8 (shell-quote-argument): Quote null string usefully. 1997-05-01 02:03:16 +00:00