1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-18 10:16:51 +00:00
Commit Graph

222 Commits

Author SHA1 Message Date
Dave Love
4ce72c0d79 Move out indent and edebug specs for when and unless. 2000-01-28 22:10:18 +00:00
Richard M. Stallman
b3f070938b (with-syntax-table): Use make-symbol, not gensym. 2000-01-21 03:40:33 +00:00
Richard M. Stallman
e4295aa11f Make the definitions of dolist and dotimes work
without the rest of CL.
2000-01-21 03:38:12 +00:00
Richard M. Stallman
a0b0756a71 (dolist, dotimes): Moved from cl-macs.el. 2000-01-21 02:08:58 +00:00
Richard M. Stallman
7e8539cc68 (with-syntax-table): Moved from simple.el. 2000-01-12 03:04:55 +00:00
Paul Eggert
64ed733ada Fix bootstrapping problems.
Use the system locale to specify Emacs locale defaults.

* international/mule-cmds.el (global-map):
Do not use backquote, because that makes a bootstrapping
problem if you need to recompile all Lisp files using interpreted code.
* international/mule.el (charset-id, charset-bytes,
charset-dimension, charset-chars, charset-width,
charset-direction, charset-iso-final-char,
charset-iso-graphic-plane, charset-reverse-charset,
charset-short-name, charset-long-name, charset-description,
charset-plist): Likewise.
* subr.el (save-match-data): Likewise.

* international/mule-cmds.el
(set-display-table-and-terminal-coding-system): New function,
containing code migrated out of set-language-environment.
(set-language-environment, set-locale-environment): Use it.
(locale-translation-file-name): Moved here from startup.el.
(locale-language-names, locale-preferred-coding-systems):
New vars.
(locale-name-match, set-locale-environment): New functions.

* language/japan-util.el (setup-japanese-environment-internal):
Prefer japanese-iso-8bit if the system-type is usg-unix-v.

* startup.el (iso-8859-n-locale-regexp): Remove.
(locale-translation-file-name): Move to mule-cmds.el.
(command-line): Move locale-stuff into set-locale-environment.
1999-10-19 07:18:58 +00:00
Stefan Monnier
ce87039d4d * subr.el (with-current-buffer): don't use backquotes to avoid
bootstrapping problems.
loadup.el (load-path): add subdirs for bootstrapping.
(docstrings): ignore errors during bootstrapping.
(args): new `bootstrap' argument (for use in place of `dump').
1999-10-13 00:21:07 +00:00
Eli Zaretskii
8ee75d0316 (shell-quote-argument): Quote argument with double
quotes for ms-dos.
1999-09-14 10:11:19 +00:00
Richard M. Stallman
cdd9f64394 (make-temp-file): New function. 1999-09-11 01:08:15 +00:00
Richard M. Stallman
fa65505b4d (push): Doc fix. 1999-09-07 06:37:06 +00:00
Dave Love
22d85d00b0 (push): Fix typo. 1999-08-31 13:12:46 +00:00
Richard M. Stallman
1be152fc1a Fix previous change. 1999-08-29 20:27:40 +00:00
Richard M. Stallman
d270117a18 (push, pop): New macros. 1999-08-29 20:23:54 +00:00
Karl Heuer
98aae5f636 (assoc-ignore-case, assoc-ignore-representation): Moved here from simple.el. 1999-08-16 21:04:49 +00:00
Karl Heuer
475fb2fb88 (point-at-eol, point-at-bol): New aliases. 1999-08-16 20:57:24 +00:00
Dave Love
a62d669550 (assoc-delete-all): New function, renamed from frame-delete-all. 1999-07-30 18:40:22 +00:00
Richard M. Stallman
508bcbcaad (add-to-list): Doc fix. 1999-05-22 19:42:01 +00:00
Karl Heuer
aadf7ff324 (with-temp-message): Fix the other call to message to use %s. 1999-05-07 09:42:50 +00:00
Karl Heuer
7554590250 (with-temp-message): Use %s so % in old msg won't fool us. 1999-02-23 22:09:03 +00:00
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