summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (authors-aliases): Add more aliases.Kim F. Storm2004-09-071-8/+25
| | | | | | (authors-fixed-entries): Fix typo. (authors-canonical-author-name): Compact multiple spaces. Ignore trivial names (e.g. only first name).
* (kill-backward-up-list): New function.Eli Zaretskii2004-09-041-0/+14
|
* (beginning-of-defun, end-of-defun):Juri Linkov2004-09-021-2/+4
| | | | Do not push mark if inhibit-mark-movement is non-nil.
* (prin1-char): Don't turn S-a into A.Richard M. Stallman2004-08-301-15/+25
| | | | Don't return a string that would read as the wrong character code.
* Whitespace change.Richard M. Stallman2004-08-281-1/+1
|
* (prin1-char): Put `shift' modifier into the basic character,Richard M. Stallman2004-08-281-2/+8
| | | | if it has an uppercase form.
* (lisp-indent-defmethod): CorrectEli Zaretskii2004-08-211-1/+1
| | | | | indentation of DEFMETHODS with non-standard method combinations (e.g., PROGN, MIN, MAX).
* (elp-results-symname-map): New keymap.Masatake YAMATO2004-08-191-1/+27
| | | | | | (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.
* (copyright-update-year): Delete code that replaces 20xy with xy.Luc Teirlinck2004-08-181-21/+1
|
* (reb-mode-map): Define within defvar.John Paul Wallington2004-08-171-16/+14
| | | | (reb-force-update): Doc fix.
* (eval-last-sexp): Don't cons a new symbol each time.Richard M. Stallman2004-08-161-1/+3
| | | | (eval-last-sexp-fake-value): New variable.
* (copyright-years-regexp): New variable.Richard M. Stallman2004-08-161-0/+24
| | | | (copyright-update-year): Detect continuation of list of years.
* (forward-word): Allow 0 args.John Paul Wallington2004-08-141-1/+1
|
* (reb-re-syntax): Add `rx' syntax.John Paul Wallington2004-08-071-5/+10
| | | | | | (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'.
* Added some additional functions to the `1-valued', `compose', and progn groups.Jonathan Yavner2004-07-171-73/+150
| | | | | 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.
* (reb-update-overlays): Distinguish between one and several matches in message.John Paul Wallington2004-07-091-1/+2
|
* (pp-buffer): Add autoload.Juri Linkov2004-06-281-0/+1
|
* (ewoc-create, ewoc-map, ewoc-locate, ewoc-invalidate, ewoc-collect):Juanma Barranquero2004-06-161-25/+26
| | | | | | Doc fixes. (ewoc--create-node, ewoc--delete-node-internal): Fix typos in docstring.
* Put `...' around symbols in warning messages.Richard M. Stallman2004-06-131-21/+21
|
* (edebug-eval-defun): Add `defface'. Fix docstring.Juri Linkov2004-06-101-2/+8
|
* (eval-defun-1): Add `defface'. Fix docstring.Juri Linkov2004-06-101-3/+11
|
* (prin1-char): Catch errors from `string'.Richard M. Stallman2004-05-291-4/+6
| | | | | (eval-last-sexp-print-value): Print char equivalent regardless of standard-output value.
* (insert-pair-alist): New var.Juri Linkov2004-05-281-26/+67
| | | | | | | (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/lisp-mode.el (indent-pp-sexp): New fun.Juri Linkov2004-05-281-3/+18
| | | | | | | (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-buffer): New fun created from the code inJuri Linkov2004-05-281-25/+31
| | | | | | `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'.
* * emacs-lisp/edebug.el (edebug-compute-previous-result)Juri Linkov2004-05-281-3/+3
| | | | | (edebug-eval-expression): Print additionally the value returned by `eval-expression-print-format'.
* (lisp-find-tag-default): Strip the package prefix from the symbol name, if any.Sam Steingold2004-05-251-0/+8
| | | | Make it the `find-tag-default-function' for `lisp-mode'.
* (mark-defun, narrow-to-defun): If moving back then fwd gets a defunRichard M. Stallman2004-05-221-15/+46
| | | | that ends before point, try again moving fwd then back.
* (byte-compile-log): Use backquotes.Stefan Monnier2004-05-191-20/+14
| | | | | | | (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.
* (common-lisp-indent-function-1): Indent "without-" forms justSam Steingold2004-05-171-2/+6
| | | | like "with-" and "do-". Use regexp-opt.
* (timer-event-handler): Fix last change.Kim F. Storm2004-05-161-1/+1
|
* (timer-activate): Add optional arg triggered-p.Kim F. Storm2004-05-141-5/+8
| | | | | | Use it to set triggered-p element of timer. (timer-event-handler): Set triggered-p element non-nil while running the timer function.
* (prin1-char): Use eventp.Stefan Monnier2004-05-111-1/+1
|
* (do, do*): Put usage info in a format usable by `describe-function'.Juanma Barranquero2004-05-081-13/+15
| | | | | (gensym, gentemp, typep, ignore-errors): Make argument names match their use in docstring.
* (checkdoc-minor-mode): Doc fix.Andreas Schwab2004-05-081-1/+1
|
* (make-obsolete, make-obsolete-variable): Make argument names match their use inJuanma Barranquero2004-05-071-9/+9
| | | | docstring.
* (reb-auto-update): Fix typo in docstring.Juanma Barranquero2004-05-071-1/+1
|
* (beginning-of-defun, end-of-defun):Juri Linkov2004-05-011-17/+40
| | | | | | | | | 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-directory): New var.Stefan Monnier2004-04-291-3/+38
| | | | | (find-function-C-source): New fun. (find-function-search-for-symbol): Use it.
* (autoload-before-p): Remove.Juanma Barranquero2004-04-271-9/+3
| | | | (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
* (checkdoc-output-error-regex-alist): New var.Stefan Monnier2004-04-231-39/+10
| | | | | | | (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-syntax): Move sregex style syntax to code.Stefan Monnier2004-04-231-25/+15
| | | | (rx-bracket, rx-check-any, rx-any): Clean up name space.
* Doc fixes.Stefan Monnier2004-04-231-132/+295
| | | | | | | | | | | | (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.
* (batch-byte-recompile-directory): Add byte-recompile-directory's opt `arg'.Stefan Monnier2004-04-211-2/+2
|
* (checkdoc-output-mode): Make it a normal major mode.Stefan Monnier2004-04-211-27/+22
| | | | | | (checkdoc-buffer-label): Make sure the file name is meaningful. (checkdoc-output-to-error-buffer): Remove. (checkdoc-error, checkdoc-start-section): Rewrite.
* (easy-menu-add): Do call x-popup-menu, but only if it's defined.Richard M. Stallman2004-04-211-2/+2
|
* (disassemble): Handle lambda-exp as arg.Richard M. Stallman2004-04-211-2/+2
|
* Fix previous change.Richard M. Stallman2004-04-211-2/+1
|
* (byte-compile-no-warnings): Handle multiple args: compile like progn.Richard M. Stallman2004-04-211-1/+2
|
* (with-no-warnings): Simplify: take all args as &rest arg.Richard M. Stallman2004-04-211-3/+2
|