| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(unsafep-variable): Rename arg; doc fix.
|
| |
|
| |
|
| |
|
|
|
|
| |
it's defined in subr.el instead.
|
|
|
|
|
|
|
| |
C source code too.
(find-function-C-source, find-function-noselect, find-function)
(find-function-other-frame, find-variable-noselect, find-variable)
(find-variable-other-frame, find-variable-at-point): Fix docstrings.
|
| |
|
| |
|
|
|
|
| |
Optimize the body of a defalias like any other code.
|
|
|
|
|
|
|
|
| |
(edebug-outside-d-c-i-n-s-w): New variable.
(edebug-display, edebug-outside-excursion): Use it to save the
original value of default-cursor-in-non-selected-windows.
Set default-cursor-in-non-selected-windows to t while Edebug is active.
(edebug-mode, edebug-eval-mode): Doc fix.
|
|
|
|
| |
minibuffer.
|
|
|
|
| |
Instead, just hide the completions buffer if we don't need to show it.
|
| |
|
|
|
|
| |
lexical-let when encountering ((lambda (...) ...) ...).
|
|
|
|
| |
error from printing circular structures.
|
|
|
|
| |
Use `crm-current-element' for second arg of `display-completion-list'.
|
|
|
|
|
|
| |
completion has been inserted in the current buffer. If there are more than 1
completion, redisplay the *Completions* buffer; if the completion is unique,
delete the *Completions* window.
|
|
|
|
| |
that comments end at \n, regardless of selective-display.
|
|
|
|
|
| |
easy-mmode-define-global-mode and define-global-minor-mode.
(lisp-imenu-generic-expression): Add define-global-minor-mode.
|
|
|
|
|
|
|
| |
Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
(find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
and easy-menu-define.
|
|
|
|
| |
constructed function names next-sym and prev-sym.
|
|
|
|
| |
properties on the constructed variable names.
|
| |
|
|
|
|
| |
or names starting with a symbol-constituent character would not be returned.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
(elp-profilable-p): Rename from elp-not-profilable-p.
Invert result and take into account macros and autoloaded functions.
(elp-instrument-function): Update call.
(elp-instrument-package): Update call. Add completion.
(elp-pack-number): Use match-string.
(elp-results-jump-to-definition-by-mouse): Merge into
elp-results-jump-to-definition and then remove.
(elp-output-insert-symname): Make help echo text single-line.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
with defcustoms for some mode hooks.) Use the `variable-documentation'
property to give the mode hook a docstring and expand that docstring.
|
| |
|
|
|
|
| |
(lisp-comment-indent): Replace by an alias for comment-indent-default.
|
|
|
|
| |
`define-minor-mode'. Update docstring.
|
|
|
|
| |
folded value.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
that global-font-lock-mode can be enabled by default.
* font-lock.el (font-lock-keywords, font-lock-mode-internal)
(font-lock-add-keywords, font-lock-remove-keywords)
(font-lock-fontify-buffer): Remove autoload cookies.
* jit-lock.el (jit-lock-register): Likewise.
* emacs-lisp/syntax.el (syntax-ppss): Likewise.
* puresize.h (BASE_PURESIZE): Increment to 1170000.
|
|
|
|
|
|
| |
(cancel-timer-internal): New function.
(timer-event-handler): Use cancel-timer-internal,
and pass the cell it returns to timer-activate...
|
| |
|
|
|
|
| |
to take advantage of `find-library-suffixes'.
|
|
|
|
| |
(defalias, defvaralias, define-category): Add a docstring property.
|
|
|
|
| |
Add `doc-string' declaration.
|
|
|
|
| |
(defadvice): Add `doc-string' declaration.
|
| |
|
|
|
|
| |
(debug-help-follow): Use help-xref-interned directly.
|
|
|
|
|
|
| |
(byte-compile-file-form-defmumble, byte-compile-defun, byte-compile-defmacro): Use it.
(byte-compile-form): Don't call byte-compile-set-symbol-position when a byte-compile
handler is called.
|
| |
|
|
|
|
| |
Suggested by Martin Rudalics <rudalics@gmx.at>.
|
|
|
|
| |
Suggested by Martin Rudalics <rudalics@gmx.at>.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
prefix substring of completion to `display-completion-list'.
* mh-comp.el (mh-complete-word): Pass the common
prefix substring of completion to `display-completion-list'.
* dabbrev.el (dabbrev-completion): Pass the common
prefix substring of completion to `display-completion-list'.
* filecache.el (file-cache-minibuffer-complete)
(file-cache-complete): Ditto.
* tempo.el (tempo-display-completions): Ditto.
* wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
* emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
* eshell/em-hist.el (eshell-list-history): Ditto.
* mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
* progmodes/etags.el (complete-tag): Ditto.
* progmodes/make-mode.el (makefile-complete): Ditto.
* progmodes/meta-mode.el (meta-complete-symbol): Ditto.
* progmodes/octave-mod.el (octave-complete-symbol): Ditto.
* progmodes/pascal.el (pascal-complete-word)
(pascal-show-completions): Ditto.
* textmodes/bibtex.el (bibtex-complete-internal): Ditto.
* simple.el (completion-common-substring): New variable.
(completion-setup-function): Use `completion-common-substring'
to put faces.
* minibuf.c (Fdisplay_completion_list): Add new optional
argument COMMON_SUBSTRING. Bind `completion-common-substring'
to the optional argument during running `completion-setup-hook'.
|