emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Several outline-promote bugs


From: Matthieu Moy
Subject: Re: Several outline-promote bugs
Date: Fri, 26 Aug 2005 10:17:35 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

"Richard M. Stallman" <address@hidden> writes:

> Please try this fix.
>
> *** outline.el        07 Aug 2005 13:30:25 -0400      1.13
> --- outline.el        24 Aug 2005 19:29:29 -0400      

Works for me.

I'd add

--- outline.el.rms      2005-08-26 10:14:30.000000000 +0200
+++ outline.el  2005-08-26 10:14:34.000000000 +0200
@@ -492,7 +492,7 @@
                              ;; Didn't work, so ask what to do.
                              (read-string (format "Parent heading for `%s': "
                                                   head)
-                                          nil nil nil t)))))))
+                                          head nil nil t)))))))
 
       (unless (rassoc level outline-heading-alist)
        (push (cons head level) outline-heading-alist))
@@ -543,7 +543,7 @@
                      ;; Didn't work, so ask what to do.
                      (read-string (format "Demoted heading for `%s': "
                                           head)
-                                  nil nil nil t)))))))
+                                  head nil nil t)))))))
 
       (unless (rassoc level outline-heading-alist)
        (push (cons head level) outline-heading-alist))

(when I outline-promote a \subparagraph, and Emacs asks me what to do
with it, the usual answer for me will be "keep it as it is", that I
can do with a simple "RET" now).

Thanks,

-- 
Matthieu




reply via email to

[Prev in Thread] Current Thread [Next in Thread]