----- Leo (2007-06-12) wrote:----- > Dear Mwolson, > > Lately I start using emacs in xterm because with a 256 color terminal > emacs looks just like running in X with scrollbar and menubar turned off > and in particular emacs is much stabler (as I am using Emacs 23). > > However, in terminal Ctrl + 'capital letter' seems not working and there > are quite a few key bindings in muse that use such combination. I think > it will be good to reconsider those so that they can also work in > terminal. > > Best,
The following definition works for both X and terminal (define-key muse-mode-map (kbd "C-c TAB") 'muse-insert-thing) However I don't know how to put (kbd "C-c TAB") in an array format. HTH, -- Leo <sdl.web AT gmail.com> (GPG Key: 9283AA3F) _______________________________________________ Muse-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/muse-el-discuss
