>>>>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Thu, Oct 10, 2002 at 12:40:45PM -0400, Dan Bikel wrote: >> That does not appear to work, either. Any other suggestions? Andre> M-~S-less Lars, I guess that the following patch is OK? JMarc
Index: lib/ChangeLog =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/ChangeLog,v retrieving revision 1.301 diff -u -p -r1.301 ChangeLog --- lib/ChangeLog 9 Oct 2002 20:36:24 -0000 1.301 +++ lib/ChangeLog 11 Oct 2002 08:32:29 -0000 @@ -1,3 +1,7 @@ +2002-10-11 Jean-Marc Lasgouttes <[EMAIL PROTECTED]> + + * bind/emacs.bind: add bindings for M-< and M-> + 2002-10-09 Dekel Tsur <[EMAIL PROTECTED]> * lyx2lyx/lyxconvert_218.py: Combine ert insets only when they are Index: lib/bind/emacs.bind =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/bind/emacs.bind,v retrieving revision 1.17 diff -u -p -r1.17 emacs.bind --- lib/bind/emacs.bind 16 Jul 2002 22:03:20 -0000 1.17 +++ lib/bind/emacs.bind 11 Oct 2002 08:32:29 -0000 @@ -133,12 +133,14 @@ # Motion group # -\bind "C-Right" "word-forward" -\bind "C-Left" "word-backward" -\bind "C-Up" "paragraph-up" -\bind "C-Down" "paragraph-down" -\bind "Home" "buffer-begin" -\bind "End" "buffer-end" +\bind "C-Right" "word-forward" +\bind "C-Left" "word-backward" +\bind "C-Up" "paragraph-up" +\bind "C-Down" "paragraph-down" +\bind "Home" "buffer-begin" +\bind "End" "buffer-end" +\bind "M-~S-less" "buffer-begin" +\bind "M-~S-greater" "buffer-end" \bind "C-~S-greater" "reference-goto" \bind "C-~S-less" "bookmark-goto 0"