unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Keys in console
@ 2008-10-09  0:00 Xavier Maillard
  0 siblings, 0 replies; 2+ messages in thread
From: Xavier Maillard @ 2008-10-09  0:00 UTC (permalink / raw
  To: help-gnu-emacs

Hi,

My problem may be unrelevant on this list but this is a problem I
only have in emacs.

So, I am trying to use S-f10 C-f10 and friends in GNU Emacs (CVS)
in the linux console.

I have set some global-set-key and emacs does not complain.
Problem is that if I am trying to press S F10, it is interpreted
as being F20. I am not an expert of the linux console key setup
thus, I just want to know if the problem is known or if it is a
bug ?

Also, it seems I can't type symbols such as  "copyright" in the
console (in emacs), is it linked to the problem mentionned above
?

Regards

	Xavier
-- 
http://www.gnu.org
http://www.april.org
http://www.lolica.org




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Keys in console
       [not found] <mailman.635.1223512246.25473.help-gnu-emacs@gnu.org>
@ 2008-10-09  6:37 ` Pascal J. Bourguignon
  0 siblings, 0 replies; 2+ messages in thread
From: Pascal J. Bourguignon @ 2008-10-09  6:37 UTC (permalink / raw
  To: help-gnu-emacs

Xavier Maillard <xma@gnu.org> writes:

> Hi,
>
> My problem may be unrelevant on this list but this is a problem I
> only have in emacs.
>
> So, I am trying to use S-f10 C-f10 and friends in GNU Emacs (CVS)
> in the linux console.
>
> I have set some global-set-key and emacs does not complain.
> Problem is that if I am trying to press S F10, it is interpreted
> as being F20. I am not an expert of the linux console key setup
> thus, I just want to know if the problem is known or if it is a
> bug?

It's because there's no control code sequences to encode such a
key choard.

You should bind some other key sequence to reach these commands.

For example, in X, we can type C-1 C-0 x to insert ten xs.  But
there's no control code corresponding to digit keys.  So in a
terminal, we have to type C-u 1 0 x to insert ten xs (it works in X
too). 


> Also, it seems I can't type symbols such as  "copyright" in the
> console (in emacs), is it linked to the problem mentionned above?

Yes.

You can get the copyright character, which is in the iso-8859-1
character set, by typing C-x 8 C 

See: iso-transl.el
C-h f iso-transl-define-keys RET

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/

COMPONENT EQUIVALENCY NOTICE: The subatomic particles (electrons,
protons, etc.) comprising this product are exactly the same in every
measurable respect as those used in the products of other
manufacturers, and no claim to the contrary may legitimately be
expressed or implied.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-10-09  6:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-09  0:00 Keys in console Xavier Maillard
     [not found] <mailman.635.1223512246.25473.help-gnu-emacs@gnu.org>
2008-10-09  6:37 ` Pascal J. Bourguignon

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).