From d1a27f1dd8c4cc89de0d58ef65a2b08c709ca201 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sat, 13 Oct 2001 19:16:56 +0000 Subject: (refill-mode): Bind DEL to backward-delete-char-untabify. Set backward-delete-char-untabify-method to `hungry'. --- lisp/textmodes/refill.el | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) (limited to 'lisp/textmodes/refill.el') diff --git a/lisp/textmodes/refill.el b/lisp/textmodes/refill.el index 8bf5a03f22..345c9fca5b 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 +;; >