* \200 character
@ 2009-08-06 18:13 TheFlyingDutchman
2009-08-06 18:20 ` TheFlyingDutchman
2009-08-06 20:34 ` A.Politz
0 siblings, 2 replies; 6+ messages in thread
From: TheFlyingDutchman @ 2009-08-06 18:13 UTC (permalink / raw)
To: help-gnu-emacs
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?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: \200 character
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 20:34 ` A.Politz
1 sibling, 2 replies; 6+ messages in thread
From: TheFlyingDutchman @ 2009-08-06 18:20 UTC (permalink / raw)
To: help-gnu-emacs
When trying to save a file that has \200 in it with (save-buffer)
Emacs will prompt with "Select coding system (default mule-utf-8):"
and stop and wait for a response. Is there a way to avoid that prompt
and have it automatically save it as "mule-utf-8".
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: \200 character
2009-08-06 18:20 ` TheFlyingDutchman
@ 2009-08-06 18:56 ` Eli Zaretskii
[not found] ` <mailman.4055.1249585058.2239.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2009-08-06 18:56 UTC (permalink / raw)
To: help-gnu-emacs
> From: TheFlyingDutchman <zzbbaadd@aol.com>
> Date: Thu, 6 Aug 2009 11:20:00 -0700 (PDT)
>
> When trying to save a file that has \200 in it with (save-buffer)
> Emacs will prompt with "Select coding system (default mule-utf-8):"
> and stop and wait for a response. Is there a way to avoid that prompt
> and have it automatically save it as "mule-utf-8".
Yes: "C-x RET f utf-8 RET C-x C-s".
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: \200 character
2009-08-06 18:13 \200 character TheFlyingDutchman
2009-08-06 18:20 ` TheFlyingDutchman
@ 2009-08-06 20:34 ` A.Politz
2009-08-06 21:05 ` TheFlyingDutchman
1 sibling, 1 reply; 6+ messages in thread
From: A.Politz @ 2009-08-06 20:34 UTC (permalink / raw)
To: help-gnu-emacs
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: \200 character
[not found] ` <mailman.4055.1249585058.2239.help-gnu-emacs@gnu.org>
@ 2009-08-06 21:01 ` TheFlyingDutchman
0 siblings, 0 replies; 6+ messages in thread
From: TheFlyingDutchman @ 2009-08-06 21:01 UTC (permalink / raw)
To: help-gnu-emacs
On Aug 6, 11:56 am, Eli Zaretskii <e...@gnu.org> wrote:
> > From: TheFlyingDutchman <zzbba...@aol.com>
> > Date: Thu, 6 Aug 2009 11:20:00 -0700 (PDT)
>
> > When trying to save a file that has \200 in it with (save-buffer)
> > Emacs will prompt with "Select coding system (default mule-utf-8):"
> > and stop and wait for a response. Is there a way to avoid that prompt
> > and have it automatically save it as "mule-utf-8".
>
> Yes: "C-x RET f utf-8 RET C-x C-s".
Thanks Eli!
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: \200 character
2009-08-06 20:34 ` A.Politz
@ 2009-08-06 21:05 ` TheFlyingDutchman
0 siblings, 0 replies; 6+ messages in thread
From: TheFlyingDutchman @ 2009-08-06 21:05 UTC (permalink / raw)
To: help-gnu-emacs
On Aug 6, 1:34 pm, "A.Politz" <poli...@googlemail.com> wrote:
> 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 =
> .
Thanks AP!
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-08-06 21:05 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2009-08-06 21:05 ` TheFlyingDutchman
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).