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

378 Commits

Author SHA1 Message Date
Richard M. Stallman
09bc9531d9 (byte-compile-insert-header): Cope if user-mail-address is unbound. 1995-05-15 23:01:17 +00:00
Karl Heuer
76b17c0b66 (tq-process-buffer): Don't hard-code the buffer name. 1995-05-15 21:53:39 +00:00
Richard M. Stallman
8993dbcd7f (popup-dialog-box): x-popup-dialog returns the value, not the cons cell. 1995-05-09 02:19:20 +00:00
Richard M. Stallman
3c61e53471 (Helper-help): Use read-key-sequence. 1995-05-08 21:09:17 +00:00
Richard M. Stallman
bf464fada9 (pp-eval-expression): Update use of temp-buffer-show-function. 1995-05-07 00:38:42 +00:00
Richard M. Stallman
f49deb4fff Don't try to define backquote.
(trace-version): Deleted.
1995-05-05 01:30:32 +00:00
Richard M. Stallman
1df90f8fe8 ('\`): Use backslash for reading the backquote.
(backquote-backquote-symbol): Likewise.
(backquote): Doc fix.
1995-05-04 20:44:55 +00:00
Karl Heuer
ba90138812 (byte-recompile-directory): Use force-mode-line-update. 1995-04-25 22:32:49 +00:00
Richard M. Stallman
819fefed8a (easy-menu-define): Doc fix. 1995-04-24 05:36:53 +00:00
Richard M. Stallman
5d265171c8 (byte-optimize-letX): Use car-safe and cdr-safe. 1995-04-24 04:21:21 +00:00
Richard M. Stallman
43efaa48bd (pushnew): Use edebug-keywordp. 1995-04-19 00:47:42 +00:00
Richard M. Stallman
ca96ae0b8d (byte-compile-log-file): Always insert at eob.
(byte-compile-insert-header): Cope if user-mail-address is nil.
1995-04-13 22:20:11 +00:00
Richard M. Stallman
144b263796 (byte-compile-log-file): New function.
(displaying-byte-compile-warnings): Log the file name at start;
display the log buffer only if something more gets output by BODY.
(byte-compile-warnings-point-max): Initialize to nil.
1995-04-09 05:32:47 +00:00
Richard M. Stallman
428c8e2f3c (byte-compile-output-docform): Output doc string position
as negative number, if doc string starts with *.
1995-04-07 07:29:33 +00:00
Karl Heuer
f8c25f1b67 Update copyright. 1995-04-07 02:21:52 +00:00
Karl Heuer
2b29a37688 (byte-compile-inline-expand): Fetch actual bytecode
before inlining a lazy function.
1995-04-05 03:04:02 +00:00
Karl Heuer
69dc83fd84 (byte-compile-out-toplevel): Compile lambda forms even if trivial. 1995-03-24 23:43:21 +00:00
Richard M. Stallman
73e78cf15e (debug): Now interactive. 1995-03-20 05:09:18 +00:00
Richard M. Stallman
80ddb8edf4 (debugger-outer-load-read-function): New variable.
(debug): Bind load-read-function to nil; save old value
in debugger-outer-load-read-function and restore at end.
(debugger-eval-expression): Handle load-read-function
like other magic variables.

(debugger-outer-overriding-local-map): New variable.
(debug): Bind overriding-local-map to nil; save old value
in debugger-outer-overriding-local-map and restore at end.
(debugger-eval-expression): Handle overriding-local-map
like other magic variables.
1995-03-18 18:13:23 +00:00
Richard M. Stallman
c0d7987107 Comment change. 1995-03-16 04:37:48 +00:00
Richard M. Stallman
e31897edd8 (eval-defun): Convert defvar to defconst. 1995-03-11 22:42:29 +00:00
Richard M. Stallman
6f57a741f9 (add-menu-item-1): Better error message if
a menu not the last in the path does not exist.
1995-03-11 03:55:14 +00:00
Richard M. Stallman
a096f13fc6 (byte-compile-file): Bind default-major-mode to avoid randomness. 1995-02-25 23:27:09 +00:00
Richard M. Stallman
e5cd8a87da (pp-to-string): Fix previous change. 1995-02-13 18:05:23 +00:00
Richard M. Stallman
2eeeb0d2a0 (debugger-step-after-exit): Variable declared.
(debugger-old-buffer, debugger-value): Variables declared.
1995-02-13 17:55:17 +00:00
Richard M. Stallman
f4249c6f78 (debug): Fix arg to backtrace-debug for debug-on-entry. 1995-02-13 08:47:59 +00:00
Richard M. Stallman
9796f12dfd (pp-to-string): Don't use emacs-lisp-mode.
Just do the parts of it we actually want.
1995-02-13 03:01:16 +00:00
Karl Heuer
92beedc25e (byte-compile-file): Add "done" message. 1995-02-08 04:19:50 +00:00
Karl Heuer
47cf9d3a96 (byte-compile-file-form-defmumble, display-call-tree): Print ellipsis earlier,
so message logging will fold similar strings.
1995-02-08 00:43:45 +00:00
Richard M. Stallman
2b4483bbdc (lisp-fill-paragraph): Return t. 1995-02-02 09:44:38 +00:00
Richard M. Stallman
35d132a834 (shared-lisp-mode-map): Don't bind M-q.
(lisp-mode-variables): Put it in fill-paragraph-function locally.
1995-02-02 09:40:06 +00:00
Richard M. Stallman
51566783f0 (make-extent, delete-extent, set-extent-property)
(set-extent-face): New functions.
1995-01-30 07:16:14 +00:00
Richard M. Stallman
33f268ecd1 (lisp-indent-region): Set endmark before indenting first line.
(indent-sexp): Fixes for ENDPOS != nil case--use nil
as starting-point, and don't insist on a complete sexp.
1995-01-30 02:16:26 +00:00
Richard M. Stallman
3b787dc333 (read-number): New function. 1995-01-30 00:34:44 +00:00
Richard M. Stallman
c8c76dd33f (debug-convert-byte-code): Convert the doc info to a string. 1995-01-27 22:38:19 +00:00
Richard M. Stallman
3e6eef9525 (byte-compile-defvar): Add the var to current-load-list. 1995-01-22 00:52:51 +00:00
Roland McGrath
3e64e15047 (update-copyright): Remove gratuitous error at end. 1995-01-21 13:59:06 +00:00
Karl Heuer
f545df9c63 (easy-menu-define): Doc fix. 1995-01-13 00:35:28 +00:00
Karl Heuer
5023d9a008 Fix text punctuation. 1995-01-09 23:10:10 +00:00
Noah Friedman
ccba0a208c Add autoload cookies. 1995-01-03 23:44:44 +00:00
Richard M. Stallman
b96bffd7a0 Comment changes. 1994-12-29 00:11:46 +00:00
Richard M. Stallman
5b689f602f Comment changes. 1994-12-26 15:49:29 +00:00
Richard M. Stallman
9290191f09 (byte-compile-warning-types): Add obsolete.
(byte-compile-warnings): Doc fix.
(byte-compile-obsolete): Check for obsolete in byte-compile-warnings.
(byte-compile-variable-ref): Likewise.
1994-12-26 01:28:59 +00:00
Richard M. Stallman
d82e848c34 (byte-compile-dest-file): New variable.
(byte-compile-file): Bind that var, early on.
(byte-compile-dynamic): New variable.
(byte-compile-dynamic-docstrings): New variable.
(byte-compile-close-variables): Bind byte-compile-dynamic,
byte-compile-dynamic-docstrings, and byte-compiler-compatibility.
(byte-compile-file): Call normal-mode, not set-auto-mode.
(byte-compile-output-docform): New arguments PREFACE, NAME, SPECINDEX,
QUOTED.  Callers changed.  Output doc strings as references to the .elc
file itself, using #@ and #$ constructs.
(byte-compile-output-as-comment): New function.

(byte-compile-insert-header): Don't save-excursion.
Insert at point, and move point.  Insert extra newline at end.
(byte-compile-from-buffer): Insert the header before compilation.
1994-12-24 05:58:05 +00:00
Richard M. Stallman
5fe4899af7 (elp-pack-number): New function.
(elp-output-results): Use elp-pack-number to truncate time strings,
watching out for very small or very large numbers.

(elp-unset-master): Make it an interactive command.
1994-12-24 04:27:01 +00:00
Richard M. Stallman
7c7daa220d (set-keymap-parent): Fix bug in case of empty keymap.
(switch-to-other-buffer): Fix one-off error.
1994-11-17 16:01:49 +00:00
Karl Heuer
89961ff8c9 (debugger-list-functions): Set help-mode in *Help* buffer. 1994-11-09 05:50:58 +00:00
Karl Heuer
eab4afdca2 (Helper-describe-mode): Set help-mode in *Help* buffer. 1994-11-09 05:50:05 +00:00
Karl Heuer
c759701d76 (update-copyright): Set help-mode in *Help* buffer. 1994-11-09 05:46:01 +00:00
Richard M. Stallman
b0bfea296d (byte-compile-insert-header): Escape backslashes
in FILENAME when putting it inside a string constant.
1994-11-01 09:54:39 +00:00