emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Adding xterm-extras to Emacs


From: Dan Nicolaescu
Subject: Re: Adding xterm-extras to Emacs
Date: Thu, 13 Sep 2007 18:30:09 -0700

Leo <address@hidden> writes:

  > >   > C-S-up       ;; ^[[1;6A
  > >   > C-S-down     ;; ^[[1;6B
  > >   > C-S-left     ;; ^[[1;6D
  > >   > C-S-right    ;; ^[[1;6C
  > >   > 
  > >   > S-up         ;; ^[[1;2A
  > >   > S-down       ;; ^[[1;2B
  > >   > S-left       ;; ^[[1;2D
  > >   > S-right      ;; ^[[1;2C
  > >
  > > These have been there for a long time, and they work fine for me.
  > > How did you test them?
  > 
  > I start emacs with 'emacs -nw -q' and test them with 'C-h k'.

What C-h k says for those keys might be misleading.
Try 
emacs -nw -q
M-x cua-selection-mode RET
and now try to use the S- C-S- keys, they should select/extend the selection for
a region. Did that work?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]