Re: [dev] Shift-Selection in Emacs with st

2011-04-14 Thread Aurélien Aptel
shift+right/left is defined with the kRIT/kLFT capability. I'm still looking for up/down.

Re: [dev] Shift-Selection in Emacs with st

2011-04-13 Thread Aurélien Aptel
hey, On Sat, Apr 9, 2011 at 8:05 AM, Sara Fauzia wrote: > I am unable to do shift selection in st (the suckless tool), with Emacs > (http://www.gnu.org/software/emacs/manual/html_node/emacs/Shift-Selection.html). > The > arrow keys also did not work in Emacs, so I fixed this by adding the > foll

[dev] Shift-Selection in Emacs with st

2011-04-08 Thread Sara Fauzia
I am unable to do shift selection in st (the suckless tool), with Emacs (http://www.gnu.org/software/emacs/manual/html_node/emacs/Shift-Selection.html). The arrow keys also did not work in Emacs, so I fixed this by adding the following to my config.h: { XK_Left, "\033[D" }, { XK_Right,