[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fwd: Strange behavior of emacs-lisp-mode with outline-minor-mode
From: |
Zhang Wei |
Subject: |
Re: Fwd: Strange behavior of emacs-lisp-mode with outline-minor-mode |
Date: |
Mon, 06 Mar 2006 10:46:17 +0800 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
Stefan Monnier <address@hidden> writes:
> This means that
>
> ;;; Foo:
>
> gets level 1 and that
>
> (defun ...)
>
> also gets level 1. This is wrong.
Then what is right? Gets level 1000 is right?
The problem is there's no level 1 in lisp-mode with outline-minor.
> The motivation for this change was:
>
>> If we turn on outline-minor-mode in emacs-lisp-mode, and press
>> `C-c @ C-q', only three dots there, nothing left!
>
> I don't see this behavior. Please give a precise recipe.
1, emacs -q
2, C-x C-f emacs-source/lisp/ido.el
3, C-c @ C-q