I'd like to bind M-< and M-> to be "buffer-begin" and "buffer-end", respectively, just like I'm used to using in emacs. Unfortunately, no matter what I try in my personal emacs.bind file, I canot get these keys to work. All I get is a "<" or ">" inserted into my document.
I've separately tried including the following lines in my emacs.bind file: \bind "M-<" "buffer-begin" \bind "M-S-<" "buffer-begin" \bind "M-S-," "buffer-begin" and similarly for "buffer-end", but all to no avail.