aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/refill.el
Commit message (Collapse)AuthorAgeFilesLines
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Maintainer.Dave Love2003-08-201-0/+1
|
* (refill-adjust-ignorable-overlay): Don't hardcode pint-min == 1.Stefan Monnier2003-05-301-43/+39
| | | | | (refill-fill-paragraph-at): Use a more robust method to detect when the paragraph is after point. Remove unused var `fill-pfx'.
* (refill-fill-paragraph-at): Avoid refilling the following paragraph.Richard M. Stallman2003-05-281-35/+37
| | | | (refill-doit): Doc fix.
* (refill-fill-paragraph-at): Don't skip prefix since markers work right.Stefan Monnier2003-04-041-2/+1
|
* (refill-fill-paragraph-at): Undo last fix.Stefan Monnier2003-04-041-0/+1
|
* (refill-fill-paragraph-at): Don't preserve the trailing space sinceStefan Monnier2003-04-021-2/+1
| | | | | fill.el doesn't remove it anymore. (refill-mode): Reset fill-paragraph-function even if it was nil.
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
|
* (defgroup refill): New group.Markus Rost2002-11-181-0/+4
|
* (refill-mode): Don't barf when redundantly turning refill-mode off.Miles Bader2001-12-221-4/+8
|
* (refill-mode): Bind DEL to backward-delete-char-untabify.Stefan Monnier2001-10-131-2/+36
| | | | Set backward-delete-char-untabify-method to `hungry'.
* Fix license commentary.Gerd Moellmann2001-07-131-8/+10
|
* (refill-adjust-ignorable-overlay, refill-fill-paragraph-at):Miles Bader2000-11-221-2/+0
| | | | Remove debugging code.
* (refill-ignorable-overlay): New variable.Miles Bader2000-11-211-41/+111
| | | | | | | | | | | | | | | | (refill-adjust-ignorable-overlay): New function. (refill-pre-command-function): New function. (refill-mode): Add `refill-pre-command-function' to `pre-command-hook'. Initialize/cleanup `refill-ignorable-overlay'. (refill-post-command-function): Don't reset refill-doit in the case where a self-insertion command doesn't case a refill. Use `refill-fill-paragraph-at', getting position from `refill-doit'. (refill-after-change-function): Set `refill-doit' to END. (refill-fill-paragraph-at): New function, mostly from old refill-fill-paragraph. Use `refill-ignorable-overlay' to fill only the paragraph's tail if possible. Update `refill-ignorable-overlay'. Don't leave point inside the fill-prefix. (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
* (refill-late-fill-paragraph-function): NewDave Love2000-10-271-1/+5
| | | | | variable. (refill-mode): Use it.
* Remove bits redundant with define-minor-mode.Dave Love2000-10-231-9/+0
|
* Fix var names in doc.Stefan Monnier2000-10-231-12/+11
| | | | (refill-mode): Don't bother with make-local-hook anymore.
* *** empty log message ***Dave Love2000-10-221-0/+156