aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (choose-completion): Check for next-single-property-change returning nil.Richard M. Stallman1994-07-291-1/+1
|
* (line-move, next-line): Check last line moved overRichard M. Stallman1994-07-241-4/+11
| | | | has a newline, in a way that intangible text does not confuse.
* (completion-setup-function): Put on mouse-face propRichard M. Stallman1994-07-111-16/+17
| | | | | | even if no window-system. Call completion-fixup-function if not nil. (completion-fixup-function): New variable. (choose-completion): Use mouse-face properties to find string to use.
* (line-move): Don't use message or ding; just signal errors.Richard M. Stallman1994-06-281-37/+29
|
* (beginning-of-buffer-other-window)Richard M. Stallman1994-06-251-0/+33
| | | | (end-of-buffer-other-window): New functions.
* (scroll-other-window-down): New command.Richard M. Stallman1994-06-221-4/+11
| | | | (blink-matching-open): Use matching-paren.
* (pop-global-mark): Discard entries for nonexistent buffers.Richard M. Stallman1994-06-141-0/+3
|
* (end-of-buffer): Recenter overlay lists.Richard M. Stallman1994-06-131-1/+3
|
* (delete-blank-lines): Doc fix.Richard M. Stallman1994-06-071-1/+1
|
* (completion-list-mode-map): Unbind down-mouse-2.Richard M. Stallman1994-06-011-0/+1
|
* (deactivate-mark): Do nothing unless transient-mark-mode.Richard M. Stallman1994-05-281-2/+4
|
* (completion-setup-function): Fix up the regexp.Richard M. Stallman1994-05-271-1/+1
|
* (choose-completion-string): Clear mouse-face property.Richard M. Stallman1994-05-261-0/+2
|
* (choose-completion):Richard M. Stallman1994-05-201-0/+8
| | | | Include words separated by single spaces in the completion.
* (completion-setup-function): Make highlight span single spaces.Richard M. Stallman1994-05-191-2/+6
| | | | (choose-completion-delete-max-match): Handle completion-ignore-case.
* (shell-command): Use buffer name *Shell-Command*.Richard M. Stallman1994-05-121-1/+1
|
* (shell-command-on-region): Don't kill output buffer when in the one line case.Richard M. Stallman1994-05-101-2/+1
|
* (minibuffer-history-sexp-flag): Doc fix.Karl Heuer1994-05-071-1/+1
|
* (choose-completion-string): Barf if completing intoRichard M. Stallman1994-05-051-8/+16
| | | | a minibuffer but it's not now active.
* (shell-command): Remove space after `:' in mode-line-process.Richard M. Stallman1994-04-241-1/+1
|
* (kill-line, kill-word): Don't use save-excursion.Richard M. Stallman1994-04-241-6/+15
| | | | | (kill-read-only-ok): New variable. (kill-region): Handle that variable. Handle read-only text property.
* (shell-command-filter): If point was at end, leave it at end.Richard M. Stallman1994-04-181-2/+4
|
* (shell-command-sentinel): Do nothing if buffer is dead.Richard M. Stallman1994-04-181-1/+2
|
* Move pop-global-mark bindings to loaddefs.el.Richard M. Stallman1994-04-181-3/+0
|
* (auto-fill-function): New function (doc placeholder).Richard M. Stallman1994-04-161-28/+34
|
* (quoted-insert): Do nothing special for meta chars.Richard M. Stallman1994-04-121-3/+0
|
* (hscroll-window-column): New function.Karl Heuer1994-04-081-23/+67
| | | | (hscroll-point-visible): Do the right thing in the hard cases.
* (quoted-insert): Handle meta-chars usefully.Richard M. Stallman1994-04-061-0/+3
|
* (completion-setup-function): Add mouse-face properties.Karl Heuer1994-04-051-1/+6
|
* (choose-completion-delete-max-match): Renamed fromRichard M. Stallman1994-03-271-3/+46
| | | | | | | | mouse-completion-delete-max-match and moved here. (choose-completion-string): New function. (choose-completion): New command. (completion-list-mode-map): Add binding for choose-completion. (completion-setup-function): Mention RET.
* (blink-matching-open): Now three strategies for choosingRichard M. Stallman1994-03-261-6/+21
| | | | the text to display when the matching open is off screen.
* (undo): Don't let the undo entries for the undoRichard M. Stallman1994-03-161-0/+10
| | | | contain a specific buffer position. Delete it if there is one.
* (comment-column): Doc fix.Karl Heuer1994-03-071-1/+1
|
* (current-word): Check properly for bolp. New optional arg STRICT. Doc fix.Richard M. Stallman1994-03-031-20/+26
|
* (completion-list-mode): Set completion-reference-bufferRichard M. Stallman1994-03-021-5/+12
| | | | | to the buffer for which the completions were requested. (completion-reference-buffer): New variable.
* (current-word): Remove (interactive).Karl Heuer1994-02-141-1/+0
|
* (undo, yank): Set this-command to t at start,Richard M. Stallman1994-02-131-2/+11
| | | | and set it correctly at the end.
* Fix syntax used for C-SPC.Karl Heuer1994-02-111-1/+1
|
* Fix Roland's misplaced paren around call to marker-buffer.Michael I. Bushnell1994-02-071-1/+1
|
* (push-mark): Don't push on global-mark-ring if its car is a marker in theRoland McGrath1994-02-071-3/+9
| | | | current buffer.
* (global-mark-ring, global-mark-ring-max): New variables.Roland McGrath1994-02-071-2/+38
| | | | | (push-mark): Also push a marker on the global-mark-ring. (pop-global-mark): New function; on C-x C-@, C-x C-SPC.
* (kill-region): Test inhibit-read-only.Richard M. Stallman1994-02-061-1/+1
|
* (do-auto-fill): Don't break line at period-single-space.Richard M. Stallman1994-02-041-7/+29
|
* (comment-region): Fix previous change.Richard M. Stallman1994-02-041-10/+10
|
* Rms (in his change to comment-region on Feb 1) decided to makeMichael I. Bushnell1994-02-031-2/+2
| | | | | `interactive' in the function backward-word all upper case. Needless to say, this isn't such a good idea.
* (comment-region): Handle comment-end deletion for C-u.Richard M. Stallman1994-02-021-24/+52
| | | | | | Don't let short lines confuse the comment-end deletion. (comment-region): Just C-u prefix means uncomment lines.
* (next-line): Move error signaling and special end ofRichard M. Stallman1994-01-261-37/+45
| | | | | | | | | | line behavior into line-move so that next-line is symmetric with previous-line when next-line-add-newlines is nil. (line-move): Move as far as possible and ding with a message if the requested motion cannot be accomplished. When selective-display is numeric, ensure point actually moves and does so to a visible line.
* (shell-command-on-region): If we quit the command,Richard M. Stallman1994-01-191-35/+41
| | | | display the output buffer anyway.
* (open-line): Treat all cases of enabled undo alike.Richard M. Stallman1994-01-111-1/+1
|
* (open-line): Properly put fill-prefix on each line.Richard M. Stallman1993-12-311-5/+6
|