help-gnu-emacs
[Top][All Lists]
Advanced

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

bind function key difference between terminal and Xterm


From: Xend
Subject: bind function key difference between terminal and Xterm
Date: Thu, 27 Nov 2008 23:38:30 -0800 (PST)
User-agent: G2/1.0

#grep enlarge-window ~/.emacs
  (global-set-key (kbd "C-<up>") 'enlarge-window)
#runlevel
 3 5
# emacs
 >>enter
     M-x split-window
     M-x other-window
     <up> ;; the lastest window is enlarged.
      ctrl + <up> ;; it can't work but display ';5A' in window

but when i run Xterm and then execute GNU/Xemacs, ctrl + <up> can
enlarge window. why is it? how can i set to enlarge window with "ctrl
+ <up>" in terminal??




reply via email to

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