# HG changeset patch # User Stefan Monnier # Date 1003000616 0 # Node ID b27f7112ce6f38e220fbe3475ea03472c096ebfb # Parent 942e743c5598773c2bd4346cac3610b1dfec4965 (refill-mode): Bind DEL to backward-delete-char-untabify. Set backward-delete-char-untabify-method to `hungry'. diff -r 942e743c5598 -r b27f7112ce6f lisp/textmodes/refill.el --- a/lisp/textmodes/refill.el Sat Oct 13 19:13:38 2001 +0000 +++ b/lisp/textmodes/refill.el Sat Oct 13 19:16:56 2001 +0000 @@ -56,6 +56,32 @@ ;; some Emacs bug at the time. ISTR maniac has problems with ;; whitespace at the end of paragraphs.] +;;; Todo/Bugs: + +;; - When deleting the first word on a line, the space after that word tends +;; to become part of the fill-prefix, causing either wrong filling of the +;; remaining text, or causing the cursor to move unexpectedly. Ex: +;; Start with +;; I>< blabla +;; +;; and hit backspace. We end up with +;; +;; >< blabla +;; +;; Other example. Start with +;; +;; Foo bar blablabla asdgf +;; word>< asdfas dfasdfasd +;; asd asdfa sdfasd sdf +;; +;; and hit M-backspace. We end up with +;; +;; Foo bar blablabla asdgf +;; >