Juanma Barranquero
db95369be0
Trailing whitespace deleted.
2003-02-04 13:30:45 +00:00
Stefan Monnier
61ed2dcc9a
(text-mode-syntax-table): Make ' a prefix.
...
(paragraph-indent-text-mode-abbrev-table)
(paragraph-indent-text-mode-syntax-table): Remove.
(paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
2002-10-21 21:04:50 +00:00
Stefan Monnier
81cb34cd03
(paragraph-indent-text-mode-abbrev-table)
...
(paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
Use text-mode's syntax-table and abbrev-table.
(text-mode): Set require-final-newline to t.
2002-09-03 01:59:51 +00:00
Richard M. Stallman
ebda95a20c
(text-mode-hook-identify): Restore previous definition.
...
Add to text-mode-hook again.
2002-02-14 01:31:21 +00:00
Richard M. Stallman
def08a3f3c
(text-mode-hook-identify): Define as no-op.
2002-02-08 13:57:03 +00:00
Richard M. Stallman
540f653db1
(text-mode-hook-identify): Function deleted.
...
(text-mode): Set text-mode-variant here.
2002-02-06 14:57:57 +00:00
Stefan Monnier
9e59bf581e
(text-mode-map): Remove the \t binding.
...
(text-mode): Simplify now that the default is more favorable.
(paragraph-indent-text-mode): Fix last change.
2001-10-30 06:00:10 +00:00
Stefan Monnier
0fb36e365e
(paragraph-indent-minor-mode): Don't set paragraph-separate.
...
Set paragraph-start more carefully. Set indent-line-function.
(paragraph-indent-text-mode): Use it and define-derived-mode.
2001-10-30 05:26:44 +00:00
Stefan Monnier
fdf1c7c32f
(text-mode): Use define-derived-mode.
...
(toggle-text-mode-auto-fill): Use derived-mode-p.
2001-10-27 07:42:11 +00:00
Pavel Janík
6228c05b99
Keyword added and FSF specified as Maintainer.
2001-08-06 10:12:17 +00:00
Pavel Janík
5553563924
Some fixes to follow coding conventions in files maintained by FSF.
2001-07-15 16:15:35 +00:00
Dave Love
8434719478
(text-mode-hook): Add flyspell-mode to
...
:options.
2000-03-12 15:22:14 +00:00
Dave Love
9f78d51a12
(text-mode): Remove page-delimiter's `^' from paragraph-start.
...
(paragraph-indent-minor-mode): New command.
2000-01-05 22:32:54 +00:00
Dave Love
e144fd4e47
(text-mode-hook): Customize.
1999-11-25 19:00:17 +00:00
Gerd Moellmann
855b9e3374
(text-mode): Contruct paragraph-start so
...
that the leading `^' is at the start. This is necessary because
paragraphs.el tries to remove anchors, but can find them only if
they are the first character.
1999-11-22 16:14:41 +00:00
Richard M. Stallman
857615335f
(text-mode): Locally set indent-line-function.
1998-06-27 22:23:43 +00:00
Richard M. Stallman
d910f08cc1
(text-mode-hook-identify): New function,
...
put on text-mode-hook. Set text-mode-variant here.
(text-mode): Don't set it here.
1997-08-29 17:07:26 +00:00
Richard M. Stallman
4c69a3beaf
(text-mode-variant): New variable.
...
(text-mode): Set that variable locally.
(toggle-text-mode-auto-fill): New command.
1997-08-28 02:53:44 +00:00
Richard M. Stallman
047d1f89b1
(text-mode-hook): New defvar.
1997-08-28 02:37:58 +00:00
Richard M. Stallman
91fe8c378e
(text-mode): Let all-white lines separate paragraphs.
1997-06-15 07:36:42 +00:00
Richard M. Stallman
946340aed2
(paragraph-indent-text-mode): Renamed from spaced-text-mode.
...
(text-mode-map): Bind TAB to indent-relative.
(indented-text-mode-map): Variable deleted.
(indented-text-mode): Now an alias for text-mode.
1997-06-11 19:02:06 +00:00
Richard M. Stallman
6824710a86
(spaced-text-mode): Renamed from text-mode.
...
But change the mode name and hooks.
(text-mode): Put the guts of indented-text-mode here.
But don't define text-mode-abbrev-table, just use it.
Don't set indent-line-function, and use text-mode-map.
(indented-text-mode): Call text-mode.
1997-06-03 04:27:53 +00:00
Erik Naggum
b578f267af
Update FSF's address.
1996-01-14 07:34:30 +00:00
Richard M. Stallman
aaf6c7ef84
(center-line): New arg NLINES.
...
Do nothing for lines that are too wide.
1995-09-10 17:44:25 +00:00
Boris Goldowsky
fc4a6dd106
(indented-text-mode): Remove ^ from paragraph-start & paragraph-separate.
1995-03-02 15:54:12 +00:00
Karl Heuer
be6f02af4f
(center-line): fill-column is a var, not a function.
1995-01-20 19:12:20 +00:00
Richard M. Stallman
11fbdf1f6c
(center-line): Use current-left-margin function, not variable.
1995-01-19 04:04:28 +00:00
Karl Heuer
8f1204db34
Update copyright.
1994-05-03 23:47:06 +00:00
Karl Heuer
6b4bde1b7c
(text-mode): Doc fix.
1994-03-13 21:52:57 +00:00
Richard M. Stallman
b0fab82cb6
(indented-text-mode): Run indented-text-mode-hook.
1994-03-08 21:42:39 +00:00
Richard M. Stallman
fb14a9a72b
(text-mode-map): Bind ispell-complete-word to M-TAB.
1993-10-26 20:02:21 +00:00
Richard M. Stallman
426979a1c8
(indented-text-mode): Make only blank lines
...
separate or start paragraphs. Doc fix.
1993-09-19 19:32:35 +00:00
Richard M. Stallman
d4ff74c8be
(indented-text-mode): Doc fix.
1993-08-11 21:01:20 +00:00
Jim Blandy
eb8c3be94e
Apply typo patches from Paul Eggert.
1993-06-09 11:59:12 +00:00
Eric S. Raymond
d9ecc911ff
Added or corrected Commentary headers
1993-03-22 16:53:22 +00:00
Christopher Zaborsky
d367fa7149
Dox fix.
1992-11-10 19:51:29 +00:00
Eric S. Raymond
5814274441
entered into RCS
1992-07-22 02:58:48 +00:00
Eric S. Raymond
22a89ee866
*** empty log message ***
1992-07-14 21:51:51 +00:00
Jim Blandy
daa3760289
*** empty log message ***
1992-06-24 05:09:26 +00:00
Eric S. Raymond
d501f51645
*** empty log message ***
1992-05-30 20:24:49 +00:00
Jim Blandy
8c73a61a20
*** empty log message ***
1991-05-23 22:26:10 +00:00
Joseph Arceneaux
a2535589a9
Initial revision
1989-10-31 16:00:07 +00:00