Alan Mackenzie writes:
 My (tty) keyboard uses such codes for things like C-up.  It would be
much
 nicer to be able to write
 
     (global-set-key [(control up)] 'previous-line-6n) 
Agreed.  I'll think about putting such functionality into XEmacs.
It's probably not that hard.
How about
(define-key function-key-map [(meta \[) \1 }] [control])
(global-set-key [control up] 'previous-line-6n)
as a workaround?  At least it's readable.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta