| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
paragraph-start regexp so we don't fill code starting with #'(
|
|
|
|
| |
Don't tell to use \\{...} when it's already done.
|
|
|
|
| |
(display-call-tree): Ensure newline after caller/calls blocks.
|
| |
|
| |
|
|
|
|
|
|
| |
(authors-fixed-entries): Fix typo.
(authors-canonical-author-name): Compact multiple spaces.
Ignore trivial names (e.g. only first name).
|
| |
|
|
|
|
| |
Do not push mark if inhibit-mark-movement is non-nil.
|
|
|
|
| |
Don't return a string that would read as the wrong character code.
|
| |
|
|
|
|
| |
if it has an uppercase form.
|
|
|
|
|
| |
indentation of DEFMETHODS with non-standard method
combinations (e.g., PROGN, MIN, MAX).
|
|
|
|
|
|
| |
(elp-results-jump-to-definition-by-mouse)
(elp-results-jump-to-definition, elp-output-insert-symname): New Functions.
(elp-output-result): Use elp-output-insert-symname.
|
| |
|
|
|
|
| |
(reb-force-update): Doc fix.
|
|
|
|
| |
(eval-last-sexp-fake-value): New variable.
|
|
|
|
| |
(copyright-update-year): Detect continuation of list of years.
|
| |
|
|
|
|
|
|
| |
(reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
(reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
(reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
|
|
|
|
|
| |
Bugfix for marking up the definition for an empty function.
New category "potentially-1valued" for functions that are not erroneous if either 1-valued or multi-valued.
|
| |
|
| |
|
|
|
|
|
|
| |
Doc fixes.
(ewoc--create-node, ewoc--delete-node-internal):
Fix typos in docstring.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(eval-last-sexp-print-value): Print char equivalent regardless
of standard-output value.
|
|
|
|
|
|
|
| |
(insert-pair): Make arguments optional. Find character pair
from `insert-pair-alist' according to the last input event.
(insert-parentheses): Make arguments optional.
(raise-sexp, delete-pair): New funs.
|
|
|
|
|
|
|
| |
(emacs-lisp-mode-map, lisp-interaction-mode-map):
Bind C-M-q to `indent-pp-sexp'.
(eval-last-sexp-print-value): Print additionally the value returned by
`eval-expression-print-format'.
|
|
|
|
|
|
| |
`pp-to-string' modified to be able to format text with newlines.
(pp-to-string): Move the buffer-formatting part of the code to
`pp-buffer'. Call `pp-buffer'.
|
|
|
|
|
| |
(edebug-eval-expression): Print additionally the value returned by
`eval-expression-print-format'.
|
|
|
|
| |
Make it the `find-tag-default-function' for `lisp-mode'.
|
|
|
|
| |
that ends before point, try again moving fwd then back.
|
|
|
|
|
|
|
| |
(byte-compile-log-1): Don't call (byte-goto-log-buffer).
Use with-current-buffer.
(byte-goto-log-buffer): Delete.
(byte-compile-log-file): Call compilation-forget-errors.
|
|
|
|
| |
like "with-" and "do-". Use regexp-opt.
|
| |
|
|
|
|
|
|
| |
Use it to set triggered-p element of timer.
(timer-event-handler): Set triggered-p element non-nil while running
the timer function.
|
| |
|
|
|
|
|
| |
(gensym, gentemp, typep, ignore-errors): Make argument names match their
use in docstring.
|
| |
|
|
|
|
| |
docstring.
|
| |
|
|
|
|
|
|
|
|
|
| |
Push mark on the first call of successive command calls.
(insert-pair): New fun created from `insert-parentheses' with
`open' and `close' arguments added. Enclose active regions
in paired characters. Compare adjacent characters syntax with
inserted characters syntax before inserting a space.
(insert-parentheses): Call `insert-pair' with ?\( ?\).
|
|
|
|
|
| |
(find-function-C-source): New fun.
(find-function-search-for-symbol): Use it.
|
|
|
|
| |
(update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
|
|
|
|
|
|
|
| |
(checkdoc-output-font-lock-keywords): Remove error regexp.
(checkdoc-output-mode-map): Remove.
(checkdoc-output-mode): Derive from compilation-mode.
(checkdoc-find-error-mouse, checkdoc-find-error): Remove.
|
|
|
|
| |
(rx-bracket, rx-check-any, rx-any): Clean up name space.
|
|
|
|
|
|
|
|
|
|
|
|
| |
(rx-constituents): Add/extend many forms.
(rx-check): Check form is a list.
(bracket): Defvar.
(rx-check-any, rx-any, rx-check-not): Modify.
(rx-not): Simplify.
(rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
(rx-kleene): Use rx-trans-forms.
(rx-quote-for-set): Delete.
(rx): Allow multiple args.
|
| |
|
|
|
|
|
|
| |
(checkdoc-buffer-label): Make sure the file name is meaningful.
(checkdoc-output-to-error-buffer): Remove.
(checkdoc-error, checkdoc-start-section): Rewrite.
|