Commit graph

1154 commits

Author SHA1 Message Date
Pavel Janík
c9be79b040 Fix typo. 2001-11-15 15:56:23 +00:00
Sam Steingold
e7c8c428f1 Indent properly generic-flet', generic-labels', `with-accessors',
`with-condition-restarts'.
2001-11-12 19:58:33 +00:00
Richard M. Stallman
c9d557f595 (checkdoc-file-comments-engine):
Turn off error in some re-search-forward calls.
2001-11-11 20:06:58 +00:00
Sam Steingold
34decfdb95 (debugger-make-xrefs): Add buttons to all symbols. 2001-11-09 17:07:24 +00:00
Stefan Monnier
63b74e641f (lisp-imenu-generic-expression): Paren typo.
(lisp-mode-variables): Don't set paragraph-{start,separate}.
Don't disable adaptive-fill-mode.
(lisp-fill-paragraph): Use tab-width rather than 8.
Prevent filling the first line of docstrings.
2001-11-07 01:15:30 +00:00
Richard M. Stallman
2bb659660e (eval-last-sexp-1): Return the value of the evaluated form. 2001-11-06 04:44:51 +00:00
Richard M. Stallman
48461f7cde (last-sexp-toggle-display): Cope if previous-single-property-change or
next-single-char-property-change returns nil.
2001-11-05 02:35:44 +00:00
Sam Steingold
cc1bde62e7 easy source access from the *debugger* buffer 2001-10-31 19:32:26 +00:00
Stefan Monnier
1c787e34e5 (find-function-search-for-symbol):
If the regexp doesn't match, use a looser one.
(find-variable-noselect): Add `file' argument.
2001-10-30 04:51:55 +00:00
Stefan Monnier
3ebb84168d (delay-mode-hooks): Add edebug-spec.
(edebug-instrument-function): Use `find-function-noselect'.
2001-10-30 03:31:32 +00:00
Richard M. Stallman
10b088c638 (edebug-window-live-p): Always alias to window-live-p.
(edebug-set-conditional-breakpoint): Unconditionally use
the former Emacs >=19 definition.
(edebug-mark): Define unconditionally.
(edebug-eval-expression): Always call read-from-minibuffer
and specify history list.
(edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
edebug-set-conditional-breakpoint.
(edebug-emacs-version-specific): Function deleted;
do the job at top level.
(edebug-emacs-19-specific): Function deleted, this is the default.
2001-10-30 00:21:34 +00:00
Sam Steingold
d90a41e8ba (byte-recompile-directory): Report numbers of files skipped and failed too. 2001-10-29 17:26:26 +00:00
Richard M. Stallman
46f90d0ff3 (eval-defun): Doc fix. 2001-10-28 14:15:14 +00:00
Stefan Monnier
e8ac59b819 (syntax-ppss-stats): Be more robust when dividing by 0. 2001-10-28 05:43:36 +00:00
Stefan Monnier
2e89869265 (checkdoc-eval-defun): Call eval-defun
interactively so that C-u M-C-x still does edebug.
(checkdoc-sentencespace-region-engine): Don't force a double-space
after `.' if it doesn't look like an end-of-sentence.
(debug-ignored-errors): Add `disambiguate ...'.
2001-10-25 05:51:39 +00:00
Sam Steingold
1f00682428 Put the *Compile-Log* buffer in `compilation-mode'. 2001-10-18 21:05:16 +00:00
Stefan Monnier
71f343138c (syntax-ppss): Autoload. 2001-10-13 19:05:12 +00:00
Gerd Moellmann
e34fd2f2c0 (byte-compile-check-lambda-list):
Turn error for repeated variables into warning.
2001-10-12 21:59:38 +00:00
Gerd Moellmann
eadd64444e (byte-compile-check-lambda-list): New
function checking that lambda-list consists of non-constant
symbols, that &rest and &optional are followed by variable names,
that &rest VAR is the last element, and that variables aren't
doubled.
(byte-compile-lambda): Use it.
2001-10-12 14:20:14 +00:00
Gerd Moellmann
3ecf67a184 (byte-optimize-lapcode)
<byte-constref-ops>: Consider byte-constant2 and clarify the code.
<const-C varset-X const-C>: Fix car/cdr typo.
2001-10-11 17:25:26 +00:00
Gerd Moellmann
244bbdc57a Downcase error messages. 2001-10-11 12:57:53 +00:00
Gerd Moellmann
b8175fe659 (byte-compile-display-log-head-p): New
function extracted from byte-compile-log-1.
(byte-compile-log-1): Change output to be more in line with
the output of other GNU tools.
(byte-compile-warn): Emit `warning' instead of `**' for warnings.
(byte-compile-report-error): Downcase error message.  Use
`error' instead of `!!' for error messages.
(byte-compile-print-syms): Treat non-interactive case specially.
(displaying-byte-compile-warnings): Use backquote.
(byte-compile-from-buffer): Bind byte-compile-last-line.
(batch-byte-compile): Remove `Done' message.
2001-10-11 12:57:18 +00:00
Stefan Monnier
48a96f5107 (copyright): Add final \n. 2001-10-11 01:50:43 +00:00
Stefan Monnier
b0daab9afc (doc-string-elt): Remove. 2001-10-11 01:49:29 +00:00
Stefan Monnier
88a05faf04 New file. 2001-10-11 00:50:53 +00:00
Stefan Monnier
82345a9abc (byte-compile-file): Return success when the file says no-byte-compile. 2001-10-07 23:34:07 +00:00
Gerd Moellmann
9542e3f508 (most-positive-fixnum, most-negative-fixnum):
Remove.
2001-10-06 23:24:15 +00:00
Gerd Moellmann
6a78f30f4d (define-setf-expander): Make it an
alias for define-setf-method.
2001-10-05 10:40:18 +00:00
Gerd Moellmann
d8754ce528 Change ;;; to ;; for outline-minor-mode. 2001-10-05 09:36:02 +00:00
Gerd Moellmann
0dd7b8f0e7 Use facep iso find-face. 2001-10-05 09:32:11 +00:00
Gerd Moellmann
d7f519edc1 (lisp-imenu-generic-expression): Use regexp-opt.
(doc-string-elt): Set symbol's prop.  Copied from autoload.el.
(lisp-font-lock-syntactic-face-function): New function.
(lisp-mode-variables): Use it.  Make arg optional.
(emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
(lisp-mode): Don't pass an arg to lisp-mode-variables.
Set comment-start-skip.
2001-10-05 09:31:27 +00:00
Gerd Moellmann
3d1b88f67c (lm-history-header): Accept `ChangeLog'. 2001-10-05 09:30:59 +00:00
Gerd Moellmann
313b6c69a6 (frame-parameter): Add a setf method.
(ignore-errors): Don't bother using a `err' symbol.
2001-10-05 09:30:23 +00:00
Gerd Moellmann
3614fc84de (byte-recompile-directory): Make sure the file is readable.
(byte-compile-file): Don't compile if `no-byte-compile' is set.
(byte-compile-defvar): Update to reflect the change in Fdefvar.
(batch-byte-recompile-directory): Pass arg=0.
2001-10-05 09:29:51 +00:00
Gerd Moellmann
a273d3e0c5 (autoload-ensure-default-file, autoload-insert-section-header)
(autoload-before-p, autoload-remove-section): New functions.
(generate-file-autoloads): Use them.
(update-file-autoloads): Use them.  Return FILE if there's no cookie.
Make sure the autoload file is properly formatted when creating it.
(update-autoloads-from-directories): Use them as well.
Only update autoloads for files whose timestamp has changed.
Add a dummy entry to remember the files which had no autoload cookies.
2001-10-05 09:29:11 +00:00
Gerd Moellmann
12c6450376 *** empty log message *** 2001-10-01 07:31:59 +00:00
Gerd Moellmann
78f2fcaf91 (rx): Add def-edebug-spec. 2001-10-01 07:30:38 +00:00
Richard M. Stallman
e29b94bedf Comment change. 2001-09-26 18:03:51 +00:00
Gerd Moellmann
9c07782ebd (checkdoc-this-string-valid-engine):
Check for '(' in column 0 of doc string.
2001-09-17 15:51:54 +00:00
Gerd Moellmann
b4ae66334c (edebug-window-live-p): Use
get-window-with-predicate.
2001-09-07 11:32:18 +00:00
Gerd Moellmann
284b3043c0 Add Keywords header. 2001-09-04 12:54:14 +00:00
Gerd Moellmann
cdab3e503a (backquote-backquote-symbol)
(backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
from doc strings.
2001-09-03 07:56:39 +00:00
Gerd Moellmann
9584e63a72 *** empty log message *** 2001-08-30 09:20:39 +00:00
Eli Zaretskii
89aea802cd Add the Maintainer keyword. From Pavel Janik. 2001-08-26 16:44:22 +00:00
Miles Bader
e4cf159b2a (byte-compile-file): Remove TARGET-FILE before writing it, so that
hard-links don't see new version.
2001-08-21 17:01:57 +00:00
Gerd Moellmann
ec69d5ec2b (lisp-indent-defmethod): New function.
(toplevel): Set it as `common-lisp-indent-function' for
`defmethod'.
2001-08-15 11:57:03 +00:00
Gerd Moellmann
ed771c89bc (define-minor-mode): Use
mode-line-minor-mode-keymap for the minor mode name.
2001-08-09 14:54:05 +00:00
Gerd Moellmann
057b57f6f9 (edebug-read-function): Fix handling of
#:, #x, #o, and similar constructs.
2001-08-08 10:51:56 +00:00
Pavel Janík
070c251e74 Specify FSF as Maintainer. 2001-08-06 09:59:02 +00:00
Gerd Moellmann
cb79ea6486 (last-sexp-setup-props): New function.
(last-sexp-toggle-display): Renamed from last-sexp-print.
(last-sexp-toggle-display, eval-last-sexp-1): Use
last-sexp-setup-props.
2001-07-27 15:26:53 +00:00