1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00
Commit Graph

36 Commits

Author SHA1 Message Date
Richard M. Stallman
0f6ca6cf10 (tab-stop-list): Doc fix. 1997-09-12 22:34:30 +00:00
Richard M. Stallman
5e9f80a8d5 (indent-relative, insert-tab):
Don't call expand-abbrev unless preceding character is a word char.
1997-08-24 16:26:31 +00:00
Richard M. Stallman
ddb3136ef7 Customized. 1997-08-19 00:03:01 +00:00
Karl Heuer
cd6d305e53 (indent-line-to): Fix off-by-one bug when deciding
whether to delete the existing spaces.
1997-03-14 16:35:03 +00:00
Erik Naggum
4424ce6f12 (insert-tab): fix previous change 1996-04-29 18:12:08 +00:00
Richard M. Stallman
10992b014c (indent-for-tab-command): Pass prefix arg to indent-tab.
(insert-tab): Handle prefix arg.
1996-04-28 23:41:52 +00:00
Richard M. Stallman
7d43e2ad65 (beginning-of-line-text): Check adaptive-fill-regexp is non-nil. 1996-03-06 19:12:58 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Richard M. Stallman
54505d728c (move-to-left-margin): Removed left-over code that
made it fail on right-justified and centered text.
1995-11-17 22:43:35 +00:00
Richard M. Stallman
a80a30b333 (indent-line-to): Delete spaces before inserting a tab. 1995-11-14 21:05:54 +00:00
Richard M. Stallman
34a71c1e6d (indent-for-tab-command): Get the prefix arg
and pass it along to indent-line-function if it isn't nil.
1995-09-14 14:45:02 +00:00
Richard M. Stallman
a296405357 (tab-to-tab-stop): Expand abbrevs only after a word-char. 1995-08-05 20:21:06 +00:00
Richard M. Stallman
3704e77e4a (indent-region-function): Doc fix. 1995-07-26 22:23:11 +00:00
Richard M. Stallman
8cf19007fd (set-right-margin): Fix prompt. 1995-04-07 23:44:31 +00:00
Karl Heuer
f8c25f1b67 Update copyright. 1995-04-07 02:21:52 +00:00
Boris Goldowsky
ca2a3cb73f (indent-line-to): move to end of indentation, even if it didn't change. 1995-03-16 22:36:26 +00:00
Boris Goldowsky
34c3f2b8d9 (current-left-margin): careful of EOB.
(move-to-left-margin): Never move past left-margin, even in funny
justify modes.
(set-left-margin): include following whitespace.
(set-left-margin, increase-left-margin): indent rigidly.
(increase-left-margin): allow negative left-margins
(increase-right-margin): allow negative right-margin
(beginning-of-line-text): new fn.
1995-02-23 18:34:22 +00:00
Richard M. Stallman
b3e4518b08 (move-to-left-margin): justification renamed to current-justification. 1995-01-19 04:26:35 +00:00
Richard M. Stallman
106b6d0e36 (standard-indent): New variable.
(alter-text-property, current-left-margin, move-to-left-margin)
(delete-to-left-margin, set-left-margin, set-right-margin)
(increase-left-margin, decrease-left-margin, increase-right-margin)
(decrease-right-margin, indent-line-to): New functions.
(indent-to-left-margin): Use indent-line-to.  Don't delete or
insert anything unless necessary.
1995-01-19 04:15:32 +00:00
Richard M. Stallman
c1194ae809 (indent-rigidly): Insert new indent, then delete old. 1994-08-27 19:40:47 +00:00
Richard M. Stallman
dcb8f03d8d (move-to-tab-stop): Delete spurious multiple definition. 1994-07-12 00:41:10 +00:00
Richard M. Stallman
fbf8f564cf (move-to-tab-stop): Delete unnecessary spaces
before the old point if a tab followed or follows the old point.
1994-06-23 23:57:33 +00:00
Richard M. Stallman
f787c66bea (move-to-tab-stop): Get rid of spaces before tabs
that were made by an immediately previous use of this command.
1994-06-20 22:52:49 +00:00
Richard M. Stallman
9d840bec3e (tab-to-tab-stop): Combine new indentation with previous. 1994-06-20 01:52:51 +00:00
Richard M. Stallman
7ad68eadd6 (tab-stop-list): Doc fix. 1994-06-06 09:22:14 +00:00
Richard M. Stallman
232acca722 (indent-region): Fix paren error in last change. 1993-08-06 22:15:45 +00:00
Richard M. Stallman
88a2603af6 (indent-region): Rename arg ARG to COLUMN.
Don't add fill-prefix to empty line.
Don't change whitespace in empty line.
1993-08-06 01:56:26 +00:00
Eric S. Raymond
e41b2db1da Added or corrected Commentary sections 1993-03-22 03:27:18 +00:00
Jim Blandy
797d8537f2 * indent.el (indent-region, indent-region-function): Doc fix. 1993-03-15 06:37:33 +00:00
Jim Blandy
7cf2444d4f * indent.el (indent-line-function): Doc fix. 1993-03-15 06:01:50 +00:00
Eric S. Raymond
9750e079dd entered into RCS 1992-07-22 04:22:30 +00:00
Eric S. Raymond
e516799970 *** empty log message *** 1992-07-16 21:47:34 +00:00
Jim Blandy
e5d77022e8 *** empty log message *** 1992-06-30 13:54:21 +00:00
Eric S. Raymond
1a06eabd17 *** empty log message *** 1992-05-30 23:12:08 +00:00
Jim Blandy
6503cec349 *** empty log message *** 1991-05-13 22:05:14 +00:00
Roland McGrath
483e630e5d Initial revision 1991-05-11 18:02:10 +00:00