1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-03 20:24:29 +00:00

1796 Commits

Author SHA1 Message Date
Juri Linkov
09ca832919 (find-function-regexp): Add `define-compilation-mode'. 2005-07-19 14:23:02 +00:00
Juanma Barranquero
e41acc77b8 (def-edebug-form-spec): Add obsolescence info and delete redundant message. Doc
fix.
(edebug-install-custom-print-funcs, edebug-reset-print-funcs,
edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
2005-07-16 21:20:32 +00:00
Juanma Barranquero
b2e948ee15 (byte-compile-maybe-guarded): Fix typo in docstring.
(byte-compile-interactive-only-functions): Add `insert-buffer' and
`insert-file-literally'.
2005-07-16 21:17:10 +00:00
Richard M. Stallman
dc9c856d4f (find-gc-subrs-callers): Renamed from find-gc-subrs-used.
(find-gc-subrs-called): Renamed from subrs-called, and defvar'd.
2005-07-16 19:21:10 +00:00
Richard M. Stallman
ad50a502a1 (byte-compile-maybe-guarded): Doc fix. 2005-07-16 19:04:57 +00:00
Richard M. Stallman
300f994a93 (byte-compile-if): Guard the else-clause too. 2005-07-16 18:39:14 +00:00
Richard M. Stallman
83b0af6e4f (byte-compile-or-recursion): New function.
(byte-compile-or): Use that.
(byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
2005-07-16 18:27:25 +00:00
Richard M. Stallman
8877fa6fb3 (byte-compile-and-recursion): New function.
(byte-compile-and): Use byte-compile-and-recursion.
2005-07-16 18:02:07 +00:00
Richard M. Stallman
5834812aad (reb-cook-regexp): Avoid warning calling lre-compile-string.
(reb-color-display-p): Avoid warning.
2005-07-16 17:35:09 +00:00
Richard M. Stallman
b63ecadb4c (find-gc-unsafe-list, find-gc-source-directory, find-gc-subrs-used)
(find-gc-noreturn-list, find-gc-source-files):
Vars renamed and defvar'd.
2005-07-16 17:24:40 +00:00
Richard M. Stallman
b372cfa997 (checkdoc-make-overlay, checkdoc-overlay-put, checkdoc-delete-overlay)
(checkdoc-overlay-start, checkdoc-overlay-end)
(checkdoc-mode-line-update, checkdoc-char=):
Define such that compiler knows they are defined.

(checkdoc-call-eval-buffer): Deleted.  Use eval-buffer directly.
(checkdoc-read-event): Deleted.  Use read-event directly.
2005-07-16 17:16:57 +00:00
Eli Zaretskii
cb35e5595f (cl-make-type-test): Defer evaluation of cl-make-type-test to execution time. 2005-07-16 11:53:25 +00:00
Eli Zaretskii
578f810645 (cl-make-type-test): Add `atom' type. 2005-07-16 11:35:33 +00:00
Luc Teirlinck
fceb44d286 (define-minor-mode): Avoid constructing a defcustom with two :set or
:type keywords.
2005-07-16 02:25:48 +00:00
Richard M. Stallman
1f7a271b20 (emacs-lisp-mode-syntax-table): Don't give ^M comment-end syntax. 2005-07-15 17:37:27 +00:00
Juanma Barranquero
3c8dd9b993 (derived-mode-run-hooks): Reinstalled, as it is needed for pre-21 compatibility.
Thanks to Stefan Monnier for pointing this out.
2005-07-15 08:39:57 +00:00
Juanma Barranquero
fea34e9fc2 (derived-mode-run-hooks): Remove.
(derived-mode-hook-name): Doc fix.
2005-07-15 01:23:01 +00:00
Luc Teirlinck
c736d6cff6 (define-minor-mode): Do not override explicitly specified :initialize keyword. 2005-07-14 00:56:13 +00:00
Richard M. Stallman
3cc9e6d817 (edebug-slow-after, edebug-slow-before): Do nothing if edebug-active.
(edebug-enter): Don't do with-timeout-suspend here.
(edebug-display): Do it here instead.
2005-07-11 04:05:39 +00:00
Richard M. Stallman
e2dacaacaf (edebug-enter): Call with-timeout-suspend and with-timeout-unsuspend. 2005-07-10 17:23:54 +00:00
Richard M. Stallman
385480e59a (debug): Call with-timeout-suspend and with-timeout-unsuspend. 2005-07-10 17:19:07 +00:00
Richard M. Stallman
89c020e85d (with-timeout-timers): New variable.
(with-timeout): Bind that variable to record timers.
(with-timeout-suspend, with-timeout-unsuspend): New functions.
2005-07-10 17:18:25 +00:00
Richard M. Stallman
028d38a278 Move debugger-mode to a more natural place. 2005-07-10 17:07:19 +00:00
Richard M. Stallman
245f0222c6 (debug-help-follow): New function.
(debugger-mode-map): Use that instead of help-follow.
(debugger-setup-buffer): Use eval-buffer-list to handle eval-buffer frames.
2005-07-10 17:06:33 +00:00
Richard M. Stallman
b9549e9dc7 (debugger-setup-buffer): When eval-buffer
was called with nil for the buffer, handle the read position right.
Handle read position for eval-region, too.
2005-07-09 04:14:26 +00:00
Richard M. Stallman
65a30f585c (checkdoc-proper-noun-list):
Check for "emacs", etc., as entire symbol, not just as word.
(checkdoc-file-comments-engine): Use regexp-quote on FN.
2005-07-08 22:54:57 +00:00
Richard M. Stallman
82a726b4ee (byte-compile-maybe-guarded): Check for (featurep 'xemacs) and turn
off warnings in what it guards.  Use unwind-protect to ensure
byte-compile-unresolved-functions is updated.
2005-07-08 22:49:47 +00:00
Stefan Monnier
c13ce396ae (lisp-mode-variables): Prevent adaptive
filling from using prefix when filling a single-line docstring.
2005-07-04 20:13:45 +00:00
Lute Kamstra
3a35cf56e7 Update FSF's address. 2005-07-04 17:55:18 +00:00
Juanma Barranquero
2625bdbf8e (trace): Finish `defgroup' description with period. 2005-07-04 02:47:21 +00:00
Juanma Barranquero
4702c10dcd (testcover): Finish `defgroup' description with period. 2005-07-04 02:45:49 +00:00
Juanma Barranquero
667ab8c450 (elp): Finish `defgroup' description with period. 2005-07-04 02:44:09 +00:00
Juanma Barranquero
ea400c880a (edebug): Finish `defgroup' description with period.
(edebug-display-freq-count): "?\ " -> "?\s".
2005-07-04 02:43:00 +00:00
Juanma Barranquero
25d1fc94f9 (bytecomp): Finish `defgroup' description with period. 2005-07-04 02:41:08 +00:00
Juanma Barranquero
7452fadcb3 (with-timeout): Improve argument/docstring consistency. 2005-07-04 01:22:30 +00:00
Juri Linkov
45cbf2fe87 (edebug-eval-defun): Remove unnecessary quotes. 2005-07-04 01:07:57 +00:00
Juri Linkov
2a0c538b75 (eval-defun-1): Remove unnecessary quotes. 2005-07-04 01:05:56 +00:00
Juri Linkov
df5f6df1de (crm-find-current-element)
(crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
2005-07-04 01:04:32 +00:00
Juanma Barranquero
ec0421f3c8 (lisp-indent-maximum-backtracking): Fix typos in docstrings.
(lisp-indent): Finish `defgroup' description with period.
2005-07-04 00:39:30 +00:00
Richard M. Stallman
5de35ba42e (macroexp-accumulate): Rename arg to var+list. 2005-07-03 16:17:50 +00:00
Richard M. Stallman
019472f486 (byte-compile-nogroup-warn): Don't warn when name is not constant
or for defining the group `emacs'.
2005-07-03 16:17:11 +00:00
Richard M. Stallman
6261856785 (crm-do-completion): Handle minibuffer prompt.
(crm-find-current-element): Likewise.
2005-07-01 01:10:42 +00:00
Stefan Monnier
01bf52cbaf (debug): Quieten Drew Adams. 2005-06-30 22:18:27 +00:00
Juanma Barranquero
1bcb666b44 (pp-buffer): Change space constants followed by a sexp to "?\s ". 2005-06-29 13:52:29 +00:00
Stefan Monnier
62350cdd1a (define-minor-mode): Don't automatically add a :require to the defcustom. 2005-06-26 18:21:46 +00:00
Stefan Monnier
b7a45ee150 (make-autoload): Add the :setter for defcustoms corresponding to minor modes. 2005-06-26 18:18:04 +00:00
Richard M. Stallman
e3034a95bc (lisp-mode-variables): Bind comment-indent-function locally. 2005-06-25 14:10:23 +00:00
Luc Teirlinck
7f72ddd58d (ring-elements): Make it return a list of the elements of RING in
order, and without bogus nil elements.
2005-06-24 01:20:14 +00:00
Lute Kamstra
ce5ce46def (debugger-special-form-p): New defun.
(debug-on-entry): Use it.  New interactive declaration that uses
function-called-at-point.
2005-06-23 08:20:33 +00:00
Juri Linkov
7cbb6dad76 (edebug-eval-defun):
Set `saved-face' temporarily to nil before calling form.
Set `customized-face' to the new spec after that.
2005-06-21 15:59:51 +00:00