Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
How to type Unicode Characters in Minibuffer?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Rodericus  
View profile  
 More options Aug 23 2012, 3:26 pm
Newsgroups: comp.emacs
From: Rodericus <sc...@web.de>
Date: Thu, 23 Aug 2012 12:26:56 -0700 (PDT)
Local: Thurs, Aug 23 2012 3:26 pm
Subject: How to type Unicode Characters in Minibuffer?
Dear Sirs!

I want to call "string-replace" for replacing a string
with one containing an unicode char. How do I type it
in the minibuffer? At best giving the decimal/hexadecimal
number of the character?

Thanks
Rod.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Piet van Oostrum  
View profile  
 More options Aug 23 2012, 6:02 pm
Newsgroups: comp.emacs
From: Piet van Oostrum <p...@vanoostrum.org>
Date: Thu, 23 Aug 2012 18:02:37 -0400
Local: Thurs, Aug 23 2012 6:02 pm
Subject: Re: How to type Unicode Characters in Minibuffer?

Rodericus <sc...@web.de> writes:
> I want to call "string-replace" for replacing a string
> with one containing an unicode char. How do I type it
> in the minibuffer? At best giving the decimal/hexadecimal
> number of the character?

You can use the input method 'ucs'. Then you can enter Unicode
characters as Unnnn, where n is the Unicode codepoint in hex. E.g. U20ac
for the Euro sign.
--
Piet van Oostrum <p...@vanoostrum.org>
WWW: http://pietvanoostrum.com/
PGP key: [8DAE142BE17999C4]

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vagn Johansen  
View profile  
 More options Aug 25 2012, 1:34 pm
Newsgroups: comp.emacs
From: Vagn Johansen <gonz...@hotmail.com>
Date: Sat, 25 Aug 2012 19:34:26 +0200
Local: Sat, Aug 25 2012 1:34 pm
Subject: Re: How to type Unicode Characters in Minibuffer?

Rodericus <sc...@web.de> writes:
> Dear Sirs!

> I want to call "string-replace" for replacing a string
> with one containing an unicode char. How do I type it
> in the minibuffer? At best giving the decimal/hexadecimal
> number of the character?

Use C-q.

If you set read-quoted-char-radix to 16

  (setq read-quoted-char-radix 16)

you can use hex (it defaults to 8 (octal) for some unknown reason).

For example: C-q 5 0 b b RET

--
Vagn Johansen


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ian Clifton  
View profile  
 More options Aug 31 2012, 10:56 am
Newsgroups: comp.emacs
From: Ian Clifton <ian.clif...@chem.ox.ac.uk>
Date: Fri, 31 Aug 2012 15:56:24 +0100
Local: Fri, Aug 31 2012 10:56 am
Subject: Re: How to type Unicode Characters in Minibuffer?

Vagn Johansen <gonz...@hotmail.com> writes:

> Use C-q.

> If you set read-quoted-char-radix to 16

>   (setq read-quoted-char-radix 16)

> you can use hex (it defaults to 8 (octal) for some unknown reason).

> For example: C-q 5 0 b b RET

Marvellous tip, thank you!
--
Ian ◎

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »