Commit graph

1358 commits

Author SHA1 Message Date
Juanma Barranquero
52f4048f13 (baud-rate): Fix obsolescence declaration.
(meta-flag): Likewise.
2002-06-27 16:07:04 +00:00
Richard M. Stallman
8f7ef36641 (values): Simplify definition. 2002-06-26 09:03:37 +00:00
Stefan Monnier
ba76e7fac5 (byte-compile-callargs-warn):
Check for `noruntime' even if the function has a known sig.
(byte-compile-file, byte-compile-output-docform):
Don't hard code point-min = 1.
2002-06-25 01:09:52 +00:00
Stefan Monnier
cafbc9a576 (cancel-debug-on-entry): Don't cons uselessly. 2002-06-18 21:53:30 +00:00
Stefan Monnier
91fc05b1ae (regexp-opt-group): Don't cons uselessly. 2002-06-18 21:52:42 +00:00
Juanma Barranquero
01af482e4d (checkdoc-this-string-valid-engine): Fix typo. 2002-06-18 14:35:49 +00:00
Richard M. Stallman
c4f2cabda6 (byte-recompile-directory): Doc fix.
(batch-byte-recompile-directory): Undo previous change.
2002-06-15 20:37:01 +00:00
Richard M. Stallman
6b25a2f544 (copy-list): Moved back from subr.el. 2002-06-10 09:00:52 +00:00
Colin Walters
7f050de0b3 (cl-copy-tree): Moved to `copy-tree' in subr.el. Add a defalias with
the old name.
2002-06-08 22:32:06 +00:00
Colin Walters
06bc5dbf8e (copy-list): Moved to subr.el. 2002-06-08 21:42:00 +00:00
Richard M. Stallman
f620e5e2ed (common-lisp-indent-function-1):
When recognizing a def... construct, make that indentation
tentative, so that it can be overridden if the list in question
is not actually an expression.
(common-lisp-indent-call-method): New subroutine.
2002-05-29 16:40:34 +00:00
Richard M. Stallman
d09b1c02f5 (batch-byte-compile-file): Delete the output file if we get a file-error. 2002-05-29 16:38:46 +00:00
Colin Walters
ccb3c8deaf (byte-compile-last-line): Deleted.
(byte-compile-delete-first): New function.
(byte-compile-read-position): New variable.
(byte-compile-last-position): New variable.
(byte-compile-current-buffer): New variable.
(byte-compile-log-1): Use it.
(byte-compile-set-symbol-position): New function.
(byte-compile-obsolete, byte-compile-callargs-warn)
(byte-compile-arglist-warn, byte-compile-arglist-warn)
(byte-compile-print-syms, byte-compile-file-form-defmumble)
(byte-compile-check-lambda-list, byte-compile-lambda)
(byte-compile-form, byte-compile-variable-ref)
(byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
(byte-compile-condition-case, byte-compile-defun)
(byte-compile-defvar, byte-compile-autoload)
(byte-compile-lambda-form): Use it.
(byte-compile-from-buffer): Set it, and bind
`read-with-symbol-positions' and `read-symbol-positions-list'.
(byte-compile-debug): New variable.
2002-05-28 17:40:47 +00:00
Stefan Monnier
54cabb1b65 (find-function-search-for-symbol): Find funs defined with defun-cvs-mode.
(find-function-space-re): New const.  Skips comments as well.
(find-function-regexp, find-variable-regexp): Use it.
2002-05-16 20:11:23 +00:00
Stefan Monnier
9567300236 (easy-menu-make-symbol): Don't treat (lambda () ...) as an expression. 2002-05-15 22:14:16 +00:00
Eli Zaretskii
08ad334280 (easy-menu-add): Doc fix. 2002-05-15 16:49:54 +00:00
Jason Rumney
dd9b56636e (easy-menu-name-match): Match both
displayed text and internal name as string.
2002-05-14 21:20:24 +00:00
Markus Rost
b7f30cf569 (checkdoc-minor-mode): Define it with define-minor-mode. 2002-05-12 19:08:48 +00:00
Markus Rost
4562c2e45f (find-function-search-for-symbol): Handle more whitespace/newline
combinations in symbol definitions.
2002-05-12 19:05:37 +00:00
Markus Rost
a4f430482b (find-function-search-for-symbol): Add autoload cookie.
(find-function-regexp):  Include "\(quote " to match the defaliases in
loaddefs.el.
2002-05-08 16:42:09 +00:00
Markus Rost
fe75e6d023 (find-function-search-for-symbol): Use with-syntax-table. 2002-05-06 21:12:42 +00:00
Markus Rost
77186c6280 (find-function-search-for-symbol): Bind case-fold-search when searching. 2002-05-04 15:42:34 +00:00
Pavel Janík
307645975c Follow coding conventions. 2002-05-02 05:41:46 +00:00
Richard M. Stallman
bd421bc2dd (documentation): Add ad-define-subr-args call. 2002-04-30 04:20:25 +00:00
Richard M. Stallman
9ef2bee6d0 (easy-menu-intern): Downcase before interning.
(easy-menu-define-key-intern): Function deleted; callers intern
and then call easy-menu-define-key.
(easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
(easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
(easy-menu-name-match): New function.
(add-submenu): New function.
(easy-menu-get-map-look-for-name): Use easy-menu-name-match.
2002-04-24 23:18:42 +00:00
Stefan Monnier
efcc2791fa (device-class, buffer-syntactic-context)
(buffer-syntactic-context-depth): New funs.
2002-04-12 03:25:00 +00:00
Stefan Monnier
0c4a4faa07 (edebug-eval-defun): Don't use defconst on variables. 2002-04-12 03:20:46 +00:00
Stefan Monnier
6836bb6931 (debug-on-entry): Use push.
(debugger-make-xrefs): Don't assume point-min == 1.
2002-04-12 03:19:09 +00:00
Richard M. Stallman
1fc9ee97d3 (side-effect-free-fns, side-effect-and-error-free-fns):
Add many functions, remove some.
2002-03-31 16:22:58 +00:00
Richard M. Stallman
8ab4da6cc0 (list-load-path-shadows): Only ignore last copy of standard Lisp
directories.
2002-03-28 18:15:32 +00:00
Gerd Moellmann
985b468607 (byte-compile-file-form-defmumble):
Handle declarations in macro definitions.
2002-03-24 19:48:27 +00:00
Stefan Monnier
814c447faf (batch-byte-compile-if-not-done): Add autoload cookie. 2002-03-22 23:05:26 +00:00
Gerd Moellmann
9309787357 (common-lisp-loop-part-indentation):
Fix simple loop indentation.
2002-03-15 08:57:55 +00:00
Miles Bader
bb9a622e93 Require `button'.
(debugger-mode-map): Set the parent keymap to `button-buffer-map',
to get TAB and <backtab> bindings.
2002-03-14 09:02:36 +00:00
Gerd Moellmann
59e0f57942 (lisp-loop-keyword-indentation)
(lisp-loop-forms-indentation, lisp-simple-loop-indentation): New
user options.
(extended-loop-p, common-lisp-loop-part-indentation): New
functions.
(common-lisp-indent-function-1): Renamed from
common-lisp-indent-function.
(common-lisp-indent-function): Handle loop forms specially.
(lisp-indent-defmethod): Use car/cdr instead of first/rest.
2002-03-12 16:27:15 +00:00
Richard M. Stallman
3881a18674 (define-minor-mode): Use "P" in interactive spec of minor mode commands. 2002-03-04 22:27:03 +00:00
Kai Großjohann
be0d25b686 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
when repeated.
        * textmodes/paragraphs.el (mark-paragraph): Ditto.
2002-02-17 15:08:31 +00:00
Kai Großjohann
cad113ae34 * lisp/simple.el (mark-word): Mark more if repeated.
* lisp/textmodes/paragraphs.el (mark-paragraph): Ditto.
(mark-end-of-sentence): Ditto.
2002-02-15 08:53:15 +00:00
Per Abrahamsen
0e520006a8 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
* facemenu.el (describe-text-done): New function.
	(describe-text-mode-map): New variable.
	(describe-text-mode-hook): New option.
	(describe-text-mode): New function.
	(describe-text-widget): New function.
	(describe-text-sexp): New function.
	(describe-text-properties): New function.
	(describe-text-category): New command.
	(describe-text-at): New command.
	(facemenu-menu): Replace `list-text-properties-at' with
	`describe-text-at' in the menu.

	* wid-edit.el (widgetp): New function.
	* wid-edit.el (widget-keymap, widget-insert, widget-setup):
	Autoloaded.

	* emacs-lisp/pp.el (pp-to-string): Autoloaded.

	* wid-browse.el: Removed version and x-url keywords.
2002-02-14 16:47:11 +00:00
Richard M. Stallman
3be4340f58 (copyright-regexp): Delete the unibyte copyright symbol; it's redundant.
Fix a spazz in the multibyte encoding here.
2002-02-07 17:39:27 +00:00
Richard M. Stallman
27bde5f0d3 (debugger-frame-offset): Var deleted.
(debugger-frame-number): Figure out the offset directly.
(debugger-setup-buffer): Don't use debugger-frame-offset.
(debugger-frame, debugger-frame-clear): Likewise.
(debugger-jump): Don't alter debugger-frame-offset.
2002-02-06 15:36:41 +00:00
Richard M. Stallman
1c511be4d9 (checkdoc-this-string-valid-engine):
Replace foo-p as var name with foo-flag, not foo-p-flag.
2002-02-06 15:33:23 +00:00
Richard M. Stallman
fa5b1b57fe (debugger-frame-clear, debugger-frame): Error on non-frame line. 2002-02-01 04:24:22 +00:00
Richard M. Stallman
65fe45f2ea (debugger-setup-buffer): When an eval-buffer frame was reading from a buffer,
insert indication of the buffer position.
(debugger-frame-number): Ignore ;;;-comment lines in backtrace.
2002-02-01 04:21:38 +00:00
Richard M. Stallman
7e7d0f8bc2 (batch-byte-compile): New arg noforce.
(batch-byte-compile-if-not-done): New function.
2002-02-01 04:14:14 +00:00
Eli Zaretskii
d22f8da480 (mismatch): Doc fix. 2002-01-25 18:47:33 +00:00
Richard M. Stallman
2db0da92f8 (copyright-regexp): Fix previous change. 2002-01-22 02:19:12 +00:00
Richard M. Stallman
863fd6a7df (make-autoload): Don't handle define-ibuffer-column,
define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
2002-01-16 02:36:53 +00:00
Richard M. Stallman
9c05459cf6 (copyright-regexp): Make (C) optional.
(copyright-regexp): Add Latin-9 copyright sign.
Match comment delimiters in year lists.
(copyright-current-year): Initialize to load-time year.

Doc fixes.
2002-01-13 20:17:46 +00:00
Pavel Janík
110c171f4d Fix typo. 2002-01-13 10:09:20 +00:00