From: "A.Politz" <politza@googlemail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: \200 character
Date: Thu, 6 Aug 2009 13:34:27 -0700 (PDT) [thread overview]
Message-ID: <69743689-e96d-43f0-9807-166f3394c3d3@p36g2000vbn.googlegroups.com> (raw)
In-Reply-To: b5e82f3d-dcae-439e-86dc-5c28b51c13f7@33g2000vbe.googlegroups.com
On Aug 6, 8:13 pm, TheFlyingDutchman <zzbba...@aol.com> wrote:
> In trying to save the (describe-function xxxx) output to a file, I
> found that several commands have non-ASCII characters in their help
> text - html-mode, isearch-mode, sgml-mode, turkish-case-conversion-
> enable and xml-mode.
>
> For the xxx-mode commands, the non-ascii characters are displayed as :
>
> 1) \200 (decimal value of 128)
> 2) lowercase y with two dots over it. (decimal value 2303)
>
> e.g. for xml-mode you have a line with:
>
> \200 .. { y with two dots over it } sgml-maybe-name-self
>
> I am wondering what is the key combination that they are showing? That
> is, how would I input \200 or y-with-two-dots from a standard
> keyboard? Also, why are two dots shown separating the two characters?
The dots indicate a range of keys to which the function is bound.
You can input any character by using its octal value with C-q.
C-q 200 RET
Read the function description of this command for more info.
You can find out about a characters code with
C-x =
.
-ap
next prev parent reply other threads:[~2009-08-06 20:34 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-06 18:13 \200 character TheFlyingDutchman
2009-08-06 18:20 ` TheFlyingDutchman
2009-08-06 18:56 ` Eli Zaretskii
[not found] ` <mailman.4055.1249585058.2239.help-gnu-emacs@gnu.org>
2009-08-06 21:01 ` TheFlyingDutchman
2009-08-06 20:34 ` A.Politz [this message]
2009-08-06 21:05 ` TheFlyingDutchman
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=69743689-e96d-43f0-9807-166f3394c3d3@p36g2000vbn.googlegroups.com \
--to=politza@googlemail.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.