From: Stefan Monnier Date: Sat, 13 Oct 2001 19:16:56 +0000 (+0000) Subject: (refill-mode): Bind DEL to backward-delete-char-untabify. X-Git-Tag: ttn-vms-21-2-B4~19468 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d1a27f1dd8c4cc89de0d58ef65a2b08c709ca201;p=emacs.git (refill-mode): Bind DEL to backward-delete-char-untabify. Set backward-delete-char-untabify-method to `hungry'. --- diff --git a/lisp/textmodes/refill.el b/lisp/textmodes/refill.el index 8bf5a03f221..345c9fca5bc 100644 --- a/lisp/textmodes/refill.el +++ b/lisp/textmodes/refill.el @@ -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 +;; >