Commit graph

719 commits

Author SHA1 Message Date
Richard M. Stallman
e462e42fc2 Use defalias not define-function. 1996-10-12 23:54:33 +00:00
Richard M. Stallman
fd97770325 (newline): Use buffer-has-markers-at. 1996-10-11 03:11:00 +00:00
Richard M. Stallman
0565d3079a (line-move): Ignore invisibility in `move-to-column'.
(universal-argument): Doc fix.
1996-10-08 21:35:03 +00:00
Richard M. Stallman
17cc901345 (shell-command-to-string): Make the buffer current
since output goes in current buffer.  Use shell-command-switch.
1996-09-24 23:54:08 +00:00
Richard M. Stallman
d589bd993b (shell-command-to-string): New function. 1996-09-24 20:04:48 +00:00
Richard M. Stallman
55741b4681 (set-hard-newline-properties): New fn.
(newline): Use it.
1996-09-01 03:24:22 +00:00
Richard M. Stallman
a31ca314db (do-auto-fill): Do break after one word as last resort
even if there is a fill prefix.

(mail-user-agent, define-mail-user-agent):
Definitions moved here from reporter.el.
(sendmail-user-agent, mh-e-user-agent): Definitions moved here
1996-08-30 16:59:20 +00:00
Richard M. Stallman
18aa68c389 (kill-region): inhibit-read-only overrides text props too. 1996-08-21 16:20:39 +00:00
Richard M. Stallman
f2b3cdc312 (shell-command): Really use output-buffer in synchronous
case, when it is a buffer.
1996-08-17 02:10:31 +00:00
Richard M. Stallman
24ebf92e58 (normal-auto-fill-function): New variable.
(auto-fill-mode): Use that instead of constant 'do-auto-fill.
1996-08-07 19:45:46 +00:00
Miles Bader
31a5333fd0 (newline): Don't do the optimization if the newline before point is
intangible or read-only or invisible.
1996-07-04 18:55:49 +00:00
Richard M. Stallman
74d0290b36 (choose-completion-string): Don't exit the minibuffer
when a directory name is chosen.
1996-06-22 04:50:32 +00:00
Richard M. Stallman
4cc0ea1175 (set-fill-column): Error if no argument. 1996-06-14 02:11:11 +00:00
Karl Heuer
1277e7a2f7 (shell-command-on-region): In output buffer, display
first page by setting point, not window-start (which can leave
point in an unexpected place).
1996-05-30 20:44:17 +00:00
Karl Heuer
efcf38c7c2 Use executing-kbd-macro, not executing-macro. 1996-05-29 17:17:34 +00:00
Karl Heuer
e2504204dc (do-auto-fill): Return t if real work was done. 1996-05-21 14:31:40 +00:00
Karl Heuer
aa247686c2 (shell-command-on-region): Start of region to keep is
min of endpoints, not max.
1996-04-30 03:21:44 +00:00
Erik Naggum
c3d4f94906 (insert-buffer): Fix typo in previous change. 1996-03-18 19:32:24 +00:00
Francesco Potortì
a3e7c3916d * simple.el (insert-buffer): Interactive default changed to a more
reasonable one.
1996-03-18 18:50:25 +00:00
Richard M. Stallman
4718d52e19 (backward-delete-char-untabify):
Don't handle overwrite-mode here (done in delete-backward-char).
1996-02-29 22:00:50 +00:00
Karl Heuer
c7edd03cbb (shell-command): Call file name handler. 1996-02-21 21:25:30 +00:00
Richard M. Stallman
3a5da8a83f (text-read-only): New error symbol.
(kill-region): Use it when text has read-only text property.
(yank-pop): Turn on inhibit-read-only.
1996-02-06 23:56:47 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Karl Heuer
1f238ac240 (shell-command): Fix message spelling. 1996-01-04 23:20:13 +00:00
Karl Heuer
29fc44ddbc (blink-matching-paren-on-screen): New variable.
(blink-matching-open): Obey it.

(shell-command-on-region): If current buffer is
*Shell Command Output*, use the replacement case.
1995-12-21 18:08:12 +00:00
Richard M. Stallman
e4b62d7c10 (do-auto-fill): Look at 2nd line for fill prefix
even when on the first line.  Don't accept non-whitespace prefix
from the first line.

(do-auto-fill): Ignore the result of fill-context-prefix if it is empty.
1995-11-18 16:46:53 +00:00
Richard M. Stallman
06697cdba8 (universal-argument-other-key): Add to existing unread-command-events value. 1995-11-11 23:56:47 +00:00
Richard M. Stallman
2b03c5067c (do-auto-fill): Use fill-context-prefix.
(shell-command-on-region): Use region-beginning
and region-end, to put them in the command history.

(do-auto-fill): When choosing fill-prefix,
don't include the left-margin indentation.
1995-11-10 17:33:26 +00:00
Richard M. Stallman
7160110116 (column-number-mode): Make default value nil. 1995-10-29 23:03:05 +00:00
Richard M. Stallman
b61a81c2d8 (next-completion): Specify the LIMIT arg when searching for text properties. 1995-10-11 03:11:11 +00:00
Richard M. Stallman
4c4cbf11f6 (newline): Call barf-if-buffer-read-only. 1995-10-06 22:40:25 +00:00
Richard M. Stallman
657a33ab15 (kill-new): Compute 2nd arg to interprogram-cut-function based on REPLACE. 1995-08-30 19:33:08 +00:00
Richard M. Stallman
2578be7619 (what-line): Print narrowed linenum with full buffer num. 1995-08-25 14:16:26 +00:00
Richard M. Stallman
903b7f655c (blink-matching-paren-dont-ignore-comments): New var.
(blink-matching-open): Use it.
Also, if the matching char hasn't paren syntax, call that mismatch.
1995-08-19 16:59:43 +00:00
Richard M. Stallman
6db3a963ab (shell-command-on-region): Don't examine order of
point and mark; use order of START and END instead.
Interactively pass point and mark, not region-beg and region-end.
1995-08-12 09:22:04 +00:00
Richard M. Stallman
81e98f1a6d (column-number-mode, line-number-mode): Default now t. 1995-08-06 06:27:10 +00:00
Richard M. Stallman
e47d38f615 (do-auto-fill): Handle adaptive-fill-function and adaptive-fill-regexp.
(scroll-other-window-down): Bind to S-C-M-v.  Enhance documentation.

(next-line): Doc fix.
1995-07-30 00:46:23 +00:00
Richard M. Stallman
a0170800bb (do-auto-fill): Handle adaptive-fill-regexp. 1995-07-28 02:38:16 +00:00
Richard M. Stallman
3a0c47555c (indent-new-comment-line): fill-prefix overrides comment indentation. 1995-07-21 01:43:21 +00:00
Karl Heuer
bcad498517 (shell-command): Use save-match-data.
Put the buffer in shell mode, don't use shell-command-filter.
(shell-command-filter): Deleted.
(shell-command-sentinel): Don't reset the mode line.
Don't test the buffer name--what was that for, anyway?.
(column-number-mode): New variable and new command.
1995-07-17 23:03:53 +00:00
Richard M. Stallman
9595fbdb9a (switch-to-completions): Make a completions window if none. 1995-07-07 13:26:23 +00:00
Richard M. Stallman
8f066a20b2 (do-auto-fill): No-op if (current-fill-column) is nil. 1995-06-29 03:18:29 +00:00
Richard M. Stallman
4cc9d0dcf0 (newline): Put point at right place if insert gets error. 1995-06-27 18:58:26 +00:00
Richard M. Stallman
804dd38a2f (mark-even-if-inactive): Definition deleted. 1995-06-21 23:15:07 +00:00
Richard M. Stallman
0de84e16f1 (universal-argument-num-events): New variable.
(universal-argument, universal-argument-more, negative-argument)
(digit-argument): Set that variable.
(universal-argument-other-key): Use that variable when unreading.
1995-06-20 14:25:36 +00:00
Richard M. Stallman
f0ef255580 (universal-argument-other-key): Call reset-this-command-lengths. 1995-06-19 20:10:21 +00:00
Richard M. Stallman
b9ff190da7 (negative-argument, digit-argument):
Set overriding-terminal-local-map like C-u.
(universal-argument-map): Add binding for \e t.
1995-06-19 16:15:06 +00:00
Karl Heuer
69d4c3c485 (universal-argument-map): New var.
(universal-argument, negative-argument, digit-argument):
Use overriding-terminal-local-map.
(prefix-arg-internal, describe-arg): Functions deleted.
(universal-argument-more, universal-argument-minus): New functions.
(universal-argument-other-key): New function.
1995-06-16 06:14:44 +00:00
Karl Heuer
e8d1a37725 (universal-argument, describe-arg): Restore Lisp code,
undoing Feb 28 change.
(prefix-arg-internal, digit-argument, negative-argument): Likewise.
1995-06-14 22:30:41 +00:00
Karl Heuer
6389928d1b (indent-for-comment): move to beginning of line only
if there is a comment syntax.
1995-05-29 06:19:46 +00:00