| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
(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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Correctly handle negative arguments when calling hook functions.
|
|
|
|
| |
Use posn-set-point to merge the mouse and non-mouse case.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove RCS keywords
2004-04-10 Miles Bader <miles@gnu.org>
RCS keyword removal (only non-comment changes are enumerated here):
* lisp/emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
(byte-compile-insert-header): Don't use `byte-compile-version'.
* lisp/url/url-vars.el (url-version): Use the constant string "Emacs"
instead of calculating something from the RCS `State' keyword
[the latter is almost entirely useless anyway].
* lisp/forms.el (forms-version): Variable removed.
(forms-mode): Don't use `forms-version'.
* lisp/recentf.el (recentf-version): Variable removed.
* lisp/progmodes/delphi.el (delphi-version): Variable removed.
* lisp/progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
|
| |
|
| |
|
| |
|
| |
|