summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Collapse)AuthorAgeFilesLines
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (push-mark): Doc fix.Richard M. Stallman2007-05-181-2/+1
|
* (set-mark-command-repeat-pop): Doc fix.Juanma Barranquero2007-05-161-1/+1
|
* (set-mark-command-repeat-pop): Put in `editing-basics' group.Richard M. Stallman2007-04-231-1/+1
|
* (set-mark-command-repeat-pop): Doc fix.Richard M. Stallman2007-04-231-3/+8
|
* (pop-to-mark-command): Display message "mark popped" if point does not move.Richard M. Stallman2007-04-211-11/+15
| | | | (set-mark-command): Doc fix.
* (set-mark-command): Doc fix.Eli Zaretskii2007-04-091-14/+14
|
* (activate-mark-hook): Fix typo in docstring.Juanma Barranquero2007-04-031-1/+1
|
* (blink-matching-open): When in minibuffer,Juanma Barranquero2007-03-301-1/+1
| | | | don't search for a match inside the prompt.
* (next-error-highlight): Doc fix.Chong Yidong2007-03-281-12/+7
|
* (compose-mail): Run switch-function after setting up the mail buffer.Richard M. Stallman2007-03-201-4/+11
| | | | (switch-to-completions): No error if search for \n\n fails.
* Revert 2006-02-04 change by Kevin Rodgers due to lack of legal papers.Chong Yidong2007-03-191-5/+2
|
* (line-move-1): Respect `inhibit-line-move-field-capture' property.Chong Yidong2007-03-171-4/+6
|
* (minibuffer-completing-symbol): New var.Chong Yidong2007-03-081-3/+8
| | | | | | (eval-expression): Use it. (completion-setup-function): Don't bind completion-base-size when completing a symbol in the minibuffer.
* (completion-setup-function): Improve last fix so it doesn'tStefan Monnier2007-03-061-2/+2
| | | | set it to a relative directory name either.
* (beginning-of-buffer, end-of-buffer):Richard M. Stallman2007-03-041-3/+4
| | | | | | Avoid treating plain C-u like numeric arg. (completion-setup-function): Don't set default-directory to nil.
* (kill-line): Doc fix.Richard M. Stallman2007-02-171-2/+2
|
* Revert previous change, at request of RMS:Karl Fogel2007-02-081-9/+3
| | | | | | (fundamental-mode-hook): Remove. (fundamental-mode): Run after-change-major-mode-hooks manually, and don't run the now-nonexistent fundamental-mode-hook.
* (fundamental-mode-hook): Declare new hook.Karl Fogel2007-02-081-3/+9
| | | | | (fundamental-mode): Run the new dedicated hook, and don't run after-change-major-mode-hooks manually anymore.
* (blink-matching-paren-dont-ignore-comments, blink-matching-paren-on-screen):Juanma Barranquero2007-02-061-2/+2
| | | | Doc fixes.
* (eval-expression): Don't use eval-last-sexp-print-valueRichard M. Stallman2007-01-281-1/+1
| | | | when inserting in buffer.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (backward-kill-word): Doc fix.Richard M. Stallman2007-01-051-1/+1
|
* (delete-horizontal-space): Doc fix.Richard M. Stallman2006-12-231-1/+1
|
* (delete-horizontal-space): Use prefix arg.Richard M. Stallman2006-12-171-1/+1
|
* (toggle-truncate-lines): Clarify doc string.Nick Roberts2006-12-041-1/+1
|
* (next-error-find-buffer): Improve messages.Richard M. Stallman2006-11-281-2/+2
|
* (yank): Doc fix.Juri Linkov2006-11-011-1/+1
|
* (read-expression-map): Just set it, no defvar.Richard M. Stallman2006-10-181-6/+5
|
* * simple.el (line-move-1): During fields during motion to theChong Yidong2006-10-181-1/+8
| | | | beginning of line to avoid getting point stuck.
* * dnd.el (dnd-handle-one-url): Fix typo in doc-string.Jan Djärv2006-10-111-1/+1
| | | | | | | | * help-at-pt.el (scan-buf-move-to-region): Likewise. * longlines.el (longlines-window-change-function): Likewise. * simple.el (undo-ask-before-discard): Likewise. * wid-edit.el (widget-field-prompt-internal) (widget-documentation-link-p): Likewise
* (undo-elt-crosses-region): Fix the inequalities.Richard M. Stallman2006-10-021-4/+4
|
* (undo-more): When undo information for the region is exhausted, sayEli Zaretskii2006-09-301-2/+1
| | | | "No further undo information FOR REGION".
* * simple.el (line-move-finish): Ignore field boundaries if theChong Yidong2006-09-291-2/+9
| | | | initial and final points have the same `field' property.
* * simple.el (line-move-finish): Handle corner case for fields inChong Yidong2006-09-241-9/+12
| | | | | continued lines. (line-move-1): Remove flawed test for that case.
* (next-error-highlight, next-error-highlight-no-select): Default to 0.5.Richard M. Stallman2006-09-241-4/+4
| | | | (yank-excluded-properties): Add `fontified'.
* (line-move-partial): Call pos-visible-in-window-p withKim F. Storm2006-09-201-5/+3
| | | | position t instead of trying both window-end and window-end - 1.
* * simple.el (line-move-1): Escape field boundaries occurringChong Yidong2006-09-191-6/+19
| | | | | | exactly at point. Update goal column if constrained to a field. (line-move-finish): Escape field boundaries occurring exactly at point.
* (line-move-partial): Optimize. Try window-line-heightKim F. Storm2006-09-191-3/+5
| | | | before posn-at-point to get vpos of current line.
* (line-move-partial): Rework 2006-09-15 change to useKim F. Storm2006-09-181-43/+45
| | | | | | new window-line-height function. Further optimize by not calling pos-visible-in-window-p for window-end when window-line-height returns useful information.
* Remove mistakenly-added debugging code.Chong Yidong2006-09-161-4/+0
|
* * simple.el (line-move-to-column): Revert 2006-08-03 change.Chong Yidong2006-09-161-4/+5
|
* (line-move-partial): Use window-line-visiblity toKim F. Storm2006-09-151-37/+43
| | | | | quickly check whether last line is partially visible, and only do the hard (and slow) part in that case.
* (line-number-mode): Group mode-line instead of editing-basics.Richard M. Stallman2006-09-141-3/+3
| | | | (column-number-mode, size-indication-mode): Likewise.
* (line-move-partial): Optimize.Kim F. Storm2006-09-131-10/+9
|
* (next-error-highlight, next-error-highlight-no-select):Kim F. Storm2006-09-111-2/+2
| | | | Fix spelling error.
* (next-error-highlight, next-error-highlight-no-select):Richard M. Stallman2006-09-111-8/+8
| | | | Fix custom type and doc strings.
* (line-move-partial): New function to do vscrolling forKim F. Storm2006-09-051-31/+58
| | | | | | partially visible images / tall lines. Rewrite based on code previously in line-move. Simplify backwards vscrolling. (line-move): Use it. Simplify.
* (completion-show-help): New defcustom.John Paul Wallington2006-09-041-8/+15
| | | | (completion-setup-function): Heed it.
* (kill-region): Explicitly test there is a region.Richard M. Stallman2006-09-041-0/+2
|