Karl Heuer
a117eaee5e
(blink-matching-open): Don't log paren matching
...
messages in *Messages*.
1998-09-13 15:23:03 +00:00
Kenichi Handa
e5a902cf51
(what-cursor-position): Check charset-origin-alist.
1998-08-02 01:06:57 +00:00
Richard M. Stallman
4b9c8a0604
(do-auto-fill): Always break before any whitespace
...
so that point ends up at the right place.
1998-07-14 05:51:20 +00:00
Richard M. Stallman
52d1110dca
(undo-in-progress): New variable.
...
(undo-more): Bind it to t.
1998-07-09 04:49:24 +00:00
Richard M. Stallman
e1f0a6d2e8
(comment-region): Check for enough chars to delete
...
in the numrg != t case as in the numar = t case.
1998-06-06 22:23:57 +00:00
Karl Heuer
70cf9f0803
(event-apply-alt-modifier, etc): Doc fixes.
1998-06-01 21:10:43 +00:00
Karl Heuer
d5dae4e1b6
(keyboard-quit): Doc fix.
1998-06-01 03:04:39 +00:00
Richard M. Stallman
6e30a99a10
(minibuffer-history-case-insensitive-variables): New var.
...
(previous-matching-history-element): Implement it.
1998-05-26 20:55:22 +00:00
Richard M. Stallman
e9dfb72ec1
(set-variable): Offer variable at point as default.
1998-05-20 03:54:58 +00:00
Richard M. Stallman
cb3e1b4c4c
(kill-region): Set this-command unconditionally in a read-only buffer.
1998-05-19 05:22:50 +00:00
Richard M. Stallman
360b548370
(rfc822-goto-eoh): Stop at a blank line, too.
...
(rfc822-goto-eoh): New function.
(sendmail-user-agent-compose): Use rfc822-goto-eoh.
1998-05-02 06:50:44 +00:00
Richard M. Stallman
9f0f00d759
(assoc-ignore-representation): New function.
...
(assoc-ignore-case): Use compare-strings.
1998-04-29 20:33:11 +00:00
Karl Heuer
2f047f6c3a
(newline): Mark as hard the newline that was just
...
typed, not the previous one. Suppress optimization if there's a
marker either before or after the newline.
1998-04-09 20:05:58 +00:00
Dave Love
5a8dd30e26
(shell-command-on-region): Amend message to report
...
success or failure when no process output.
1998-03-19 10:30:55 +00:00
Richard M. Stallman
5c7319b6ce
(copy-region-as-kill): Set deactivate-mark
...
instead of clearing mark-active directly.
1998-03-16 08:01:15 +00:00
Richard M. Stallman
65627aad68
Implement selective undo (by Paul Flinders).
...
(undo-copy-list, undo-copy-list-1): New functions.
(undo-make-selective-list, undo-delta): New functions.
(undo-elt-in-region, undo-elt-crosses-region): New functions.
(undo-adjusted-markers): New defvar.
(undo-start): New args BEG and END.
(undo): If arg or active region, pass args to undo-start.
1998-03-14 08:19:27 +00:00
Richard M. Stallman
dbe524b632
(do-auto-fill): Obey fill-nobreak-predicate.
1998-03-09 06:36:42 +00:00
Richard M. Stallman
cc2b2b6cc8
(backward-delete-char-untabify-method): New user option.
...
(backward-delete-char-untabify): Obey it.
This implements "hungry" delete.
1998-03-06 05:51:51 +00:00
Kenichi Handa
5280b59560
(quoted-insert): Allow direct insertion of codes in
...
the range 0200..0237. Use unibyte-char-to-multibyte for codes in
the range 0240..0377.
1998-03-03 01:35:39 +00:00
Karl Heuer
fdbd7c4d62
(switch-to-completions): If no completions window,
...
don't try to switch to it.
1998-01-18 03:32:20 +00:00
Richard M. Stallman
5c2010f05d
(previous-matching-history-element): Bind
...
case-fold-search to nil if REGEXP contains an uppercase letter.
(previous-matching-history-element, next-matching-history-element):
Doc fixes.
1997-12-22 21:33:35 +00:00
Richard M. Stallman
0e2648474e
(copy-region-as-kill): Deactivate mark in transient-mark-mode.
...
(copy-region-as-kill, kill-ring-save): Doc fixes.
1997-12-21 01:52:31 +00:00
Richard M. Stallman
747a0e2f2e
(completion-setup-hook): Add definition.
1997-12-21 01:47:48 +00:00
Andreas Schwab
d3f4ef3fda
(transpose-subr): Rewrite to make faster with big move
...
counts.
(transpose-lines): In the mover function handle arbitrary move
counts.
1997-12-17 13:54:03 +00:00
Dave Love
d4a753f9df
(indent-for-comment): Check for null `comment-start-skip'.
1997-11-30 12:20:49 +00:00
Karl Heuer
ccd19b9f49
(kill-region): Detect read-only text
...
by getting an error trying to delete it.
Handle the cases where we can, and can't, get the killed text
from the undo list with much the same code.
1997-11-19 21:36:56 +00:00
Karl Heuer
3fb7b5883f
(comment-padding): New var.
...
(comment-region): Use it.
1997-11-15 21:14:21 +00:00
Karl Heuer
8d8c434d4f
(end-of-visible-line): After skipping some invisible chars.
...
don't go forward a character, just to end of line.
1997-10-15 23:10:11 +00:00
Karl Heuer
99ea24de67
(previous-matching-history-element): No need to bind
...
minibuffer-history-sexp-flag any more.
(next-matching-history-element): Likewise.
(repeat-complex-command): Bind
minibuffer-history-sexp-flag to the minibuffer depth.
(next-history-element): Compare minibuffer-history-sexp-flag
against the current minibuffer depth to verify its validity.
(previous-matching-history-element): Likewise.
(minibuffer-history-sexp-flag): Update doc string.
1997-10-02 03:04:15 +00:00
Richard M. Stallman
54c548db96
(next-history-element):
...
Cope if minibuffer-text-before-history is nil.
1997-09-12 20:55:34 +00:00
Richard M. Stallman
ecb7ad0048
(eval-expression): Prefix arg means insert value in current buffer.
1997-08-24 21:28:21 +00:00
Richard M. Stallman
cce1c318c0
(shell-command-on-region): New argument ERROR-BUFFER.
1997-08-15 23:41:50 +00:00
Richard M. Stallman
db893d0032
(do-auto-fill): Better handling of a very long word
...
after a fill-prefix. Don't break right after the prefix and
don't break at the end of the line.
1997-08-14 03:55:49 +00:00
Richard M. Stallman
d91462ce17
(forward-visible-line): Handle nil value from
...
next-single-property-change or previous-single-property-change.
1997-08-12 23:18:41 +00:00
Richard M. Stallman
19183a29c3
(completion-setup-function): Don't set completion-base-size
...
when completing in a non-minibuffer.
1997-08-08 22:09:25 +00:00
Richard M. Stallman
b3ac9fa99a
(comment-line-break-function): New variable.
...
(do-auto-fill): Use that variable.
1997-08-05 06:07:24 +00:00
Richard M. Stallman
07f458c1df
(shell-command-on-region, shell-command): Doc fixes.
...
(do-auto-fill): Don't break the line right after a comment starter.
1997-08-04 00:51:07 +00:00
Richard M. Stallman
6c8499b941
(line-move): If intangibility moves us to a different line,
...
adjust the hpos nicely in that line.
1997-07-26 22:22:59 +00:00
Richard M. Stallman
6cd829a85b
(yank, yank-pop): Bind inhibit-read-only
...
just for remove-text-properties, not for insertion.
1997-07-21 22:29:32 +00:00
Richard M. Stallman
037a29613f
(quoted-insert): Doc fix.
1997-07-17 04:45:19 +00:00
Richard M. Stallman
37fb02008a
(quoted-insert): Doc fix.
1997-07-16 05:37:04 +00:00
Richard M. Stallman
7ae13091e5
(yank, yank-pop): Clear out read-only prop.
1997-07-16 05:33:34 +00:00
Richard M. Stallman
29df77ba6c
(forward-visible-line): Correctly handle arg 0
...
so that it doesn't mess up handling of nonzero args.
1997-07-12 06:33:49 +00:00
Richard M. Stallman
34fbcdf384
(sendmail-user-agent-compose): New function;
...
this has the code that was in sendmail-user-agent.
(sendmail-user-agent): Use sendmail-user-agent-compose.
1997-07-05 03:44:54 +00:00
Richard M. Stallman
5c6e3aa087
Finish previous change.
1997-07-04 21:03:05 +00:00
Richard M. Stallman
5b3087c014
(forward-visible-line): Use forward-line, not
...
vertical-motion, when moving backwards.
1997-07-04 21:01:42 +00:00
Richard M. Stallman
85969cb1be
(next-line, previous-line): Doc fixes.
...
(kill-line): Doc fix.
1997-07-04 04:47:05 +00:00
Richard M. Stallman
9e7a6b3092
(forward-visible-line): Handle 0 arg correctly.
1997-06-29 21:36:37 +00:00
Richard M. Stallman
020db25fa4
(paren-blinking group): Doc fix.
...
(current-word): Ignore text properties.
1997-06-22 09:16:07 +00:00
Simon Marshall
4b384a8f6f
Create paren-blinking custom group and put all blink-matching-paren variables in it.
1997-06-19 09:04:09 +00:00