[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: C-<digit> key bindings not working on console
From: |
Thorsten Jolitz |
Subject: |
Re: C-<digit> key bindings not working on console |
Date: |
Thu, 23 Jan 2014 12:00:36 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Thorsten Jolitz <tjolitz@gmail.com> writes:
PS
[sorry, that post was accidentally sent too early, here is the full version]
I have in some modes keybindings defined like
,------
| C-3 f
`------
and they work under X11, just like C-<digit> can replace C-u <digit> as
argument for commands:
,------------------
| C-4 n and C-u 4 n
`------------------
both print
,-----
| nnnn
`-----
in the scratch buffer under X11 (as far as I remember, can't test right
now).
Both things do not work for me anymore working without X11 on the
console, although most of the usual C- and M- bindings in Emacs do work?
Is that a general problem or a specific problem related to my configs?
#+BEGIN_SRC emacs-lisp
(message "%s" (emacs-version))
#+END_SRC
#+RESULTS:
: GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.6)
: of 2014-01-18 on mnt-storage-buildroots-staging-x86_64-eric
--
cheers,
Thorsten