"Leuven, E." <[EMAIL PROTECTED]> writes: | > Better, but perhaps to as J-M says and use | > LFUN_PARAGRAPH_MOVE_{UP,DOWN} as well. | > Can you have a quick look and see if there are | > some nice place to put this in emacs.bind as well? | | updated patch attached
Are you going to do the LFUN renaming as well? | =================================================================== | --- src/frontends/qt4/FileDialog_private.h (revision 13594) | +++ src/frontends/qt4/FileDialog_private.h (working copy) Did you intent these changes to be in the patch? | Index: lib/bind/emacs.bind | =================================================================== | --- lib/bind/emacs.bind (revision 13594) | +++ lib/bind/emacs.bind (working copy) | @@ -139,6 +139,8 @@ | # Motion group | # | | +\bind "M-Up" "paragraph-move-up" | +\bind "M-Down" "paragraph-move-down" | \bind "C-Right" "word-forward" | \bind "C-Left" "word-backward" | \bind "C-Up" "paragraph-up" Thanks. -- Lgb