1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 00:01:33 -08:00
emacs/lisp/textmodes
Miles Bader 867092e9ac (refill-ignorable-overlay): New variable.
(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'.
2000-11-21 01:11:49 +00:00
..
.gitignore ignore *.elc 2000-06-19 16:16:01 +00:00
artist.el (artist-mode): Fix autoload cookie. 2000-11-20 19:29:19 +00:00
bib-mode.el
bibtex.el
fill.el (skip-line-prefix): New function. 2000-11-13 12:11:04 +00:00
flyspell.el (flyspell-mode-on): Only output welcome message if interactive. 2000-11-12 13:26:15 +00:00
ispell.el (toplevel): Use byte-compiling-files-p 2000-11-09 23:05:07 +00:00
makeinfo.el (makeinfo-compile): Don't quote lambda. 2000-06-12 05:28:02 +00:00
nroff-mode.el
ooutline.el
outline.el (outline-minor-mode): Use define-minor-mode. 2000-09-29 03:36:26 +00:00
page-ext.el
page.el
paragraphs.el
picture.el
refbib.el
refer.el Correct maintainer's email address. 2000-07-19 15:50:36 +00:00
refill.el (refill-ignorable-overlay): New variable. 2000-11-21 01:11:49 +00:00
reftex-auc.el * textmodes/reftex.el (reftex-find-citation-regexp-format): 2000-06-20 12:52:00 +00:00
reftex-cite.el (reftex-bibtex-selection-callback): Call throw correctly. 2000-07-13 18:54:58 +00:00
reftex-dcr.el * textmodes/reftex.el (reftex-find-citation-regexp-format): 2000-06-20 12:52:00 +00:00
reftex-global.el * textmodes/reftex.el (reftex-find-citation-regexp-format): 2000-06-20 12:52:00 +00:00
reftex-index.el * textmodes/reftex.el (reftex-find-citation-regexp-format): 2000-06-20 12:52:00 +00:00
reftex-parse.el * textmodes/reftex.el (reftex-find-citation-regexp-format): 2000-06-20 12:52:00 +00:00
reftex-ref.el * textmodes/reftex.el (reftex-find-citation-regexp-format): 2000-06-20 12:52:00 +00:00
reftex-sel.el * textmodes/reftex.el (reftex-find-citation-regexp-format): 2000-06-20 12:52:00 +00:00
reftex-toc.el * textmodes/reftex.el (reftex-find-citation-regexp-format): 2000-06-20 12:52:00 +00:00
reftex-vars.el * textmodes/reftex.el (reftex-find-citation-regexp-format): 2000-06-20 12:52:00 +00:00
reftex.el * textmodes/reftex.el (reftex-find-citation-regexp-format): 2000-06-20 12:52:00 +00:00
scribe.el
sgml-mode.el
spell.el
tex-mode.el (tex-mode-map): Remove `tex-compile', not ready for prime-time. 2000-11-14 11:50:40 +00:00
texinfmt.el (texinfo-format-xref): Don't try to insert nil. 2000-04-27 18:58:13 +00:00
texinfo.el (texinfo-insert-@uref): Renamed from 2000-11-15 13:57:50 +00:00
texnfo-upd.el Require texinfo. 2000-11-06 15:53:05 +00:00
text-mode.el
tildify.el Minor doc/commentary fixes. 2000-09-10 22:07:06 +00:00
two-column.el
underline.el