Andreas Schwab wrote: > Chet Ramey writes: > > Andreas Schwab wrote: > >> AIUI there is no readline command the moves > >> vertically within the commandline (in readline a line always includes > >> any embedded newlines). > > > > That's true. How should such a command work? Move point forward and > > backward by a multiple of the screenwidth? > > It should work like previous-line/next-line in Emacs: move over the > previous/next newline and then forward to the same column as before.
In emacs 24 this is the new feature controlled by the line-move-visual variable. Call me a Luddite if you want but in emacs 24 I turn that feature off. I am very much "used to using" the traditional behavior and like it. Thinking about it I think that the recent addition of line-move-visual to emacs and not to libreadline is probably the reason for the request for this feature. Bob