* only can use key bind in X?
@ 2004-08-04 2:49 Wade Yin
2004-08-04 3:53 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Wade Yin @ 2004-08-04 2:49 UTC (permalink / raw)
hi all,
this is a piece of my .emacs config file:
(global-set-key [?\C-.] 'goto-line)
after I enter Xwindow I can use "goto-line" with the bind key "C-.", but
when I in console mode , it doesn't work...
Who can tell what's wrong with it?
Thanks
Wade
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: only can use key bind in X?
2004-08-04 2:49 only can use key bind in X? Wade Yin
@ 2004-08-04 3:53 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2004-08-04 3:53 UTC (permalink / raw)
> From: Wade Yin <linux.wade@163.com>
> Newsgroups: gnu.emacs.help
> Date: 04 Aug 2004 10:49:36 +0800
>
> this is a piece of my .emacs config file:
>
> (global-set-key [?\C-.] 'goto-line)
>
> after I enter Xwindow I can use "goto-line" with the bind key "C-.", but
> when I in console mode , it doesn't work...
IN console mode, if you press C-. in Emacs and then type "C-h l"
(that's a letter ell, not a digit one), does Emacs show any key at all
for the C-. keypress?
I'm guessing that it either doesn't show anything or shows just the
period, since consoles normally cannot express "Ctrl-.". In other
words, the console doesn't send Emacs any code when you press that key
combo. So there's nothing Emacs can do about that.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-08-04 3:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-04 2:49 only can use key bind in X? Wade Yin
2004-08-04 3:53 ` Eli Zaretskii
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).