Commit graph

1823 commits

Author SHA1 Message Date
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
Juri Linkov
a416b8923f (eval-defun-1):
Set `saved-face' temporarily to nil before calling form.
Set `customized-face' to the new spec after that.
2005-06-21 15:59:33 +00:00
Juanma Barranquero
c1fe651240 (byte-optimize-pure-func): Fix spellings. 2005-06-21 13:45:12 +00:00
Juanma Barranquero
8ad8cfa5c8 (check-parens): Fix spellings. 2005-06-21 13:44:23 +00:00
Luc Teirlinck
8a33e9f1ca (edebug-goto-here): Doc fix. 2005-06-17 14:32:46 +00:00
Juanma Barranquero
53099cfc9e (display-warning, lwarn, warning-minimum-log-level): Doc fixes.
(warning-minimum-level, warning-minimum-log-level): Add :debug to defcustom's
choices.
2005-06-17 11:49:17 +00:00
Juanma Barranquero
8665b2b6d7 (regexp-opt-depth): Fix spelling in docstrings. 2005-06-16 16:14:56 +00:00
Juanma Barranquero
1936c9a9a8 (elint-init-env): Fix spelling in docstrings. 2005-06-16 16:14:11 +00:00
Juanma Barranquero
a9873dbbeb (derived-mode-init-mode-variables): Fix spelling in docstrings. 2005-06-16 16:13:25 +00:00
Luc Teirlinck
b6386e6354 (edebug-all-defs, edebug-initial-mode, edebug-print-length)
(edebug-print-level, edebug-print-circle, edebug-modify-breakpoint)
(edebug-eval-last-sexp, edebug-eval-print-last-sexp): Doc fixes.
2005-06-14 20:39:04 +00:00
Juanma Barranquero
fbb70c539b (make-obsolete, define-obsolete-function-alias): Rename arguments FUNCTION and
NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
(make-obsolete-variable, define-obsolete-variable-alias): Rename arguments
VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
2005-06-14 15:50:22 +00:00
Lute Kamstra
8ac3941d04 (debug-on-entry): Fix docstring. 2005-06-14 12:00:50 +00:00
Luc Teirlinck
922a9de306 (cancel-debug-on-entry): Mention default in minibuffer prompt. 2005-06-13 23:40:05 +00:00
Lute Kamstra
dd72a03ac2 (cancel-debug-on-entry): Make the empty string argument obsolete. 2005-06-13 08:14:06 +00:00
Stefan Monnier
84ae490875 Add comment. 2005-06-12 16:57:08 +00:00
Thien-Thi Nguyen
8b09abe105 Fix repeat' BNF and bits 2' example in Commentary. 2005-06-11 23:56:33 +00:00
Luc Teirlinck
8e71c318da (debug-on-entry, cancel-debug-on-entry): Doc fixes. 2005-06-11 23:52:51 +00:00
Thien-Thi Nguyen
d4ddf7839c Doc fixes for public funcs:
"Returns" to "return", document useful return values, etc.
2005-06-11 20:33:28 +00:00
Lute Kamstra
e5d79aa59c (edebug-eval-mode-map): Don't copy lisp-interaction-mode-map but make
it the parent.
(edebug-eval-mode): Use define-derived-mode.
2005-06-11 08:40:47 +00:00
Miles Bader
4719d18424 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-387
Remove "-face" suffix from testcover faces

2005-06-10  Miles Bader  <miles@gnu.org>

   * lisp/emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
   Remove "-face" suffix from face names.
   (testcover-nohits-face, testcover-1value-face):
   New backward-compatibility aliases for renamed faces.
   (testcover-mark): Use renamed testcover faces.
2005-06-10 10:44:18 +00:00
Stefan Monnier
9b530428ea (debugger-will-be-back): New var.
(debug): Use it.
(debugger-step-through, debugger-continue, debugger-jump)
(debugger-return-value): Set it when needed.
(debugger-make-xrefs, debugger-frame, debugger-frame-clear):
Use inhibit-read-only.
2005-06-09 03:09:30 +00:00
Stefan Monnier
d48f0f00da (debug): Don't iconify if we know we'll re-enter the debugger immediately
anyway.  Undo the 2005-06-06 change, rendered unnecessary now.
2005-06-08 19:35:54 +00:00
Richard M. Stallman
a566ce8e09 (define-minor-mode): If BODY is empty, give the variable a doc string
that doesn't say don't set it directly.
2005-06-08 15:54:43 +00:00
Juanma Barranquero
590bc48b85 (defstruct): Set 'doc-string-elt property. 2005-06-07 10:52:08 +00:00