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

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

Re: C-n doesn't work in Customize Option buffer in -nw with long value d


From: Johan Bockgård
Subject: Re: C-n doesn't work in Customize Option buffer in -nw with long value displayed
Date: Tue, 18 Jul 2006 01:42:12 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

Here's a simpler test case for this line-move/field/line-wrap
interaction bug:


$ emacs -Q

Evaluate this code (assuming window width < 90):

    (insert (propertize "x" 'field t)
            (make-string 89 ?y)
            "\n")

Put point on the x (or the first y) and press C-n. Point doesn't move.

-- 
Johan Bockgård





reply via email to

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