all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: pjb@informatimago.com (Pascal J. Bourguignon)
To: help-gnu-emacs@gnu.org
Subject: Re: Keys in console
Date: Thu, 09 Oct 2008 08:37:38 +0200	[thread overview]
Message-ID: <87prma46kt.fsf@hubble.informatimago.com> (raw)
In-Reply-To: mailman.635.1223512246.25473.help-gnu-emacs@gnu.org

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.


       reply	other threads:[~2008-10-09  6:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.635.1223512246.25473.help-gnu-emacs@gnu.org>
2008-10-09  6:37 ` Pascal J. Bourguignon [this message]
2008-10-09  0:00 Keys in console Xavier Maillard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87prma46kt.fsf@hubble.informatimago.com \
    --to=pjb@informatimago.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.