Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Don't profile syntax-ppss any more. | Stefan Monnier | 2001-11-25 | 1 | -1/+7 | |
| | | | | (syntax-after): New fun. | |||||
* | (lisp-mode-variables): Set syntax-begin-function. | Stefan Monnier | 2001-11-25 | 1 | -19/+12 | |
| | | | | | | | | (lisp-interaction-mode-abbrev-table): Defvar to its correct value. (lisp-interaction-mode): Don't set local-abbrev-table any more. (lisp-mode-auto-fill): Use syntax-ppss and obey comment-auto-fill-only-comments. (lisp-fill-paragraph): Use syntax-ppss. | |||||
* | (lisp-indent-function): Add doc string. | Richard M. Stallman | 2001-11-25 | 1 | -0/+20 | |
| | ||||||
* | (reb-match-0, reb-match-1) | Miles Bader | 2001-11-22 | 1 | -12/+24 | |
| | | | | (reb-match-2, reb-match-3): Add dark-background variants. | |||||
* | (lisp-interaction-mode): Set local-abbrev-table to lisp-mode-abbrev-table. | Richard M. Stallman | 2001-11-20 | 1 | -1/+2 | |
| | ||||||
* | (reb-mode): Don't use define-derived-mode. Call kill-all-local-variables. | Richard M. Stallman | 2001-11-20 | 1 | -3/+10 | |
| | ||||||
* | (lisp-mode, emacs-lisp-mode): Don't use define-derived-mode. | Richard M. Stallman | 2001-11-20 | 1 | -6/+22 | |
| | ||||||
* | (re-builder): Don't re-enter RE Builder Mode. | Eli Zaretskii | 2001-11-20 | 1 | -14/+17 | |
| | ||||||
* | (reb-change-target-buffer): New function. | Eli Zaretskii | 2001-11-20 | 1 | -1/+19 | |
| | | | | (top-level): Bind it to C-c C-b. | |||||
* | (lisp-fill-paragraph): Don't move back to a line without a comment. | Stefan Monnier | 2001-11-20 | 1 | -2/+5 | |
| | ||||||
* | (mark-sexp): Mark more if repeated. | Stefan Monnier | 2001-11-19 | 1 | -1/+5 | |
| | ||||||
* | (lisp-indent-defmethod): At first three elements, act like defun. | Richard M. Stallman | 2001-11-19 | 1 | -4/+7 | |
| | | | | Advance to start of 3rd sexp by moving fwd and backing over it. | |||||
* | (reb-mode): Use define-derived-mode. | Stefan Monnier | 2001-11-18 | 1 | -35/+13 | |
| | | | | | (font-lock-defaults-alist): Don't change it any more. (reb-subexp-mode-map): Cleanup. | |||||
* | (princ-list, checkdoc-read-event, add-to-list): Delete compatibility code. | Richard M. Stallman | 2001-11-17 | 1 | -22/+3 | |
| | | | | (checkdoc-next-message-error): Doc fix. | |||||
* | (elp-not-profilable): New var. | Stefan Monnier | 2001-11-17 | 1 | -16/+28 | |
| | | | | | (elp-not-profilable-p): New function. (elp-instrument-function): Use it. Use backquotes and push. | |||||
* | (byte-compile-call-tree, byte-code-vector) | Stefan Monnier | 2001-11-17 | 1 | -10/+17 | |
| | | | | | | | | (byte-stack+-info, byte-compile-last-warned-form) (byte-compile-last-logged-file): Don't defconst a variable. (no-byte-compile): Declare. (byte-compile-file): Don't boundp-check no-byte-compile any more. (byte-compile-defvar): Leave defconst as is. | |||||
* | (edebug-form-data, edebug-offsets) | Stefan Monnier | 2001-11-17 | 1 | -88/+12 | |
| | | | | | | | | | (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name) (edebug-current-offset, edebug-old-def-name, edebug-error-point) (edebug-best-error): Don't defconst a variable. (edebug-read-syntax-table): Use a char-table. (edebug-lemacs-specific): Remove. Toplevel: Eliminate check for Lucid Emacs. | |||||
* | (eldoc-mode): Use define-minor-mode. | Stefan Monnier | 2001-11-16 | 1 | -47/+17 | |
| | ||||||
* | (values, values-list, multiple-value-list, multiple-value-apply, nth-value): | Richard M. Stallman | 2001-11-16 | 1 | -5/+31 | |
| | | | | Use defsubst rather than defalias, to get better doc strings. | |||||
* | Fix typo. | Pavel JanÃk | 2001-11-15 | 1 | -1/+1 | |
| | ||||||
* | Indent properly `generic-flet', `generic-labels', `with-accessors', | Sam Steingold | 2001-11-12 | 1 | -7/+9 | |
| | | | | `with-condition-restarts'. | |||||
* | (checkdoc-file-comments-engine): | Richard M. Stallman | 2001-11-11 | 1 | -2/+2 | |
| | | | | Turn off error in some re-search-forward calls. | |||||
* | (debugger-make-xrefs): Add buttons to all symbols. | Sam Steingold | 2001-11-09 | 1 | -1/+1 | |
| | ||||||
* | (lisp-imenu-generic-expression): Paren typo. | Stefan Monnier | 2001-11-07 | 1 | -23/+24 | |
| | | | | | | | (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. | |||||
* | (eval-last-sexp-1): Return the value of the evaluated form. | Richard M. Stallman | 2001-11-06 | 1 | -11/+12 | |
| | ||||||
* | (last-sexp-toggle-display): Cope if previous-single-property-change or | Richard M. Stallman | 2001-11-05 | 1 | -2/+2 | |
| | | | | next-single-char-property-change returns nil. | |||||
* | easy source access from the *debugger* buffer | Sam Steingold | 2001-10-31 | 1 | -3/+17 | |
| | ||||||
* | (find-function-search-for-symbol): | Stefan Monnier | 2001-10-30 | 1 | -5/+10 | |
| | | | | | If the regexp doesn't match, use a looser one. (find-variable-noselect): Add `file' argument. | |||||
* | (delay-mode-hooks): Add edebug-spec. | Stefan Monnier | 2001-10-30 | 1 | -8/+9 | |
| | | | | (edebug-instrument-function): Use `find-function-noselect'. | |||||
* | (edebug-window-live-p): Always alias to window-live-p. | Richard M. Stallman | 2001-10-30 | 1 | -88/+75 | |
| | | | | | | | | | | | | | (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. | |||||
* | (byte-recompile-directory): Report numbers of files skipped and failed too. | Sam Steingold | 2001-10-29 | 1 | -17/+24 | |
| | ||||||
* | (eval-defun): Doc fix. | Richard M. Stallman | 2001-10-28 | 1 | -4/+5 | |
| | ||||||
* | (syntax-ppss-stats): Be more robust when dividing by 0. | Stefan Monnier | 2001-10-28 | 1 | -1/+4 | |
| | ||||||
* | (checkdoc-eval-defun): Call eval-defun | Stefan Monnier | 2001-10-25 | 1 | -29/+30 | |
| | | | | | | | 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 ...'. | |||||
* | Put the *Compile-Log* buffer in `compilation-mode'. | Sam Steingold | 2001-10-18 | 1 | -18/+20 | |
| | ||||||
* | (syntax-ppss): Autoload. | Stefan Monnier | 2001-10-13 | 1 | -0/+1 | |
| | ||||||
* | (byte-compile-check-lambda-list): | Gerd Moellmann | 2001-10-12 | 1 | -2/+2 | |
| | | | | Turn error for repeated variables into warning. | |||||
* | (byte-compile-check-lambda-list): New | Gerd Moellmann | 2001-10-12 | 1 | -1/+28 | |
| | | | | | | | | 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. | |||||
* | (byte-optimize-lapcode) | Gerd Moellmann | 2001-10-11 | 1 | -7/+8 | |
| | | | | | <byte-constref-ops>: Consider byte-constant2 and clarify the code. <const-C varset-X const-C>: Fix car/cdr typo. | |||||
* | Downcase error messages. | Gerd Moellmann | 2001-10-11 | 1 | -11/+11 | |
| | ||||||
* | (byte-compile-display-log-head-p): New | Gerd Moellmann | 2001-10-11 | 1 | -104/+95 | |
| | | | | | | | | | | | | | 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. | |||||
* | (copyright): Add final \n. | Stefan Monnier | 2001-10-11 | 1 | -1/+1 | |
| | ||||||
* | (doc-string-elt): Remove. | Stefan Monnier | 2001-10-11 | 1 | -30/+4 | |
| | ||||||
* | New file. | Stefan Monnier | 2001-10-11 | 1 | -0/+281 | |
| | ||||||
* | (byte-compile-file): Return success when the file says no-byte-compile. | Stefan Monnier | 2001-10-07 | 1 | -48/+48 | |
| | ||||||
* | (most-positive-fixnum, most-negative-fixnum): | Gerd Moellmann | 2001-10-06 | 1 | -4/+0 | |
| | | | | Remove. | |||||
* | (define-setf-expander): Make it an | Gerd Moellmann | 2001-10-05 | 1 | -0/+1 | |
| | | | | alias for define-setf-method. | |||||
* | Change ;;; to ;; for outline-minor-mode. | Gerd Moellmann | 2001-10-05 | 1 | -9/+9 | |
| | ||||||
* | Use facep iso find-face. | Gerd Moellmann | 2001-10-05 | 1 | -6/+6 | |
| | ||||||
* | (lisp-imenu-generic-expression): Use regexp-opt. | Gerd Moellmann | 2001-10-05 | 1 | -16/+77 | |
| | | | | | | | | | (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. |