emacs-devel
[Top][All Lists]
Advanced

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

Re: show-paren-mode prevents page-down from displaying next 1/2 page.


From: Katsumi Yamaoka
Subject: Re: show-paren-mode prevents page-down from displaying next 1/2 page.
Date: Fri, 20 Apr 2007 11:01:05 +0900
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.98 (gnu/linux)

>>>>> In <address@hidden> Chong Yidong wrote:

> I checked in a different fix.  This should clear up the recentering
> problems when using show-paren-mode.

This change makes editing of big Lisp forms in the minibuffer
impossible.  Try setting the frame height to 40 and evaluating
the following form in the minibuffer using the `M-:' command.

(concat "a"
        "b"
        "c"
        "d"
        "e"
        "f"
        "g"
        "h"
        "i"
        "j"
        "k"
        "l")

You will see you cannot edit the beginning of the form.  I hope
this feature is turned off (at least) in the minibuffer.

Regards,




reply via email to

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