unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* make-char 'symbol weirdness
@ 2010-05-03 21:35 Sam Steingold
  2010-05-03 22:53 ` Andreas Schwab
  2010-05-04  3:34 ` Stephen J. Turnbull
  0 siblings, 2 replies; 9+ messages in thread
From: Sam Steingold @ 2010-05-03 21:35 UTC (permalink / raw)
  To: emacs-devel

GNU Emacs 24.0.50.10 (x86_64-unknown-linux-gnu, GTK+ Version 2.10.4)
 of 2010-05-03

a->alpha : (make-char 'symbol 97) ==> 945
b->beta :  (make-char 'symbol 98) ==> 946
c->chi ??? (make-char 'symbol 99) ==> 967 ???!!!
d->delta:  (make-char 'symbol 100) ==>948

why??

-- 
Sam Steingold (http://sds.podval.org/) on CentOS release 5.4 (Final)
http://pmw.org.il http://mideasttruth.com http://jihadwatch.org http://ffii.org
http://camera.org http://truepeace.org http://thereligionofpeace.com
Liberty is measured in meters: how far one can travel without showing an ID.




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

* Re: make-char 'symbol weirdness
  2010-05-03 21:35 make-char 'symbol weirdness Sam Steingold
@ 2010-05-03 22:53 ` Andreas Schwab
  2010-05-04  3:34 ` Stephen J. Turnbull
  1 sibling, 0 replies; 9+ messages in thread
From: Andreas Schwab @ 2010-05-03 22:53 UTC (permalink / raw)
  To: emacs-devel

Sam Steingold <sds@gnu.org> writes:

> a->alpha : (make-char 'symbol 97) ==> 945
> b->beta :  (make-char 'symbol 98) ==> 946
> c->chi ??? (make-char 'symbol 99) ==> 967 ???!!!
> d->delta:  (make-char 'symbol 100) ==>948
>
> why??

Complain to Adobe.

<http://unicode.org/Public/MAPPINGS/VENDORS/ADOBE/symbol.txt>

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




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

* make-char 'symbol weirdness
  2010-05-03 21:35 make-char 'symbol weirdness Sam Steingold
  2010-05-03 22:53 ` Andreas Schwab
@ 2010-05-04  3:34 ` Stephen J. Turnbull
  2010-05-04 13:57   ` Sam Steingold
  1 sibling, 1 reply; 9+ messages in thread
From: Stephen J. Turnbull @ 2010-05-04  3:34 UTC (permalink / raw)
  To: sds; +Cc: emacs-devel

Sam Steingold writes:
 > GNU Emacs 24.0.50.10 (x86_64-unknown-linux-gnu, GTK+ Version 2.10.4)
 >  of 2010-05-03
 > 
 > a->alpha : (make-char 'symbol 97) ==> 945
 > b->beta :  (make-char 'symbol 98) ==> 946
 > c->chi ??? (make-char 'symbol 99) ==> 967 ???!!!
 > d->delta:  (make-char 'symbol 100) ==>948
 > 
 > why??

Because gamma, not chi, is the third letter of the Greek alphabet?





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

* Re: make-char 'symbol weirdness
  2010-05-04  3:34 ` Stephen J. Turnbull
@ 2010-05-04 13:57   ` Sam Steingold
  2010-05-04 14:44     ` Andreas Schwab
                       ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Sam Steingold @ 2010-05-04 13:57 UTC (permalink / raw)
  To: Stephen J. Turnbull; +Cc: emacs-devel

On 5/3/10, Stephen J. Turnbull <stephen@xemacs.org> wrote:
> Sam Steingold writes:
>   > GNU Emacs 24.0.50.10 (x86_64-unknown-linux-gnu, GTK+ Version 2.10.4)
>   >  of 2010-05-03
>   >
>   > a->alpha : (make-char 'symbol 97) ==> 945
>   > b->beta :  (make-char 'symbol 98) ==> 946
>   > c->chi ??? (make-char 'symbol 99) ==> 967 ???!!!
>   > d->delta:  (make-char 'symbol 100) ==>948
>   >
>   > why??
>
> Because gamma, not chi, is the third letter of the Greek alphabet?

yes, but gamma is 947, and chi is 967, so _why_ is c mapped to chi and
not gamma?!

-- 
Sam Steingold <http://sds.podval.org>




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

* Re: make-char 'symbol weirdness
  2010-05-04 13:57   ` Sam Steingold
@ 2010-05-04 14:44     ` Andreas Schwab
  2010-05-04 16:04     ` Juri Linkov
                       ` (3 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: Andreas Schwab @ 2010-05-04 14:44 UTC (permalink / raw)
  To: Sam Steingold; +Cc: Stephen J. Turnbull, emacs-devel

Sam Steingold <sds@gnu.org> writes:

> yes, but gamma is 947, and chi is 967, so _why_ is c mapped to chi and
> not gamma?!

Ask Adobe, they defined it.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




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

* Re: make-char 'symbol weirdness
  2010-05-04 13:57   ` Sam Steingold
  2010-05-04 14:44     ` Andreas Schwab
@ 2010-05-04 16:04     ` Juri Linkov
  2010-05-04 17:38     ` Eli Zaretskii
                       ` (2 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: Juri Linkov @ 2010-05-04 16:04 UTC (permalink / raw)
  To: Sam Steingold; +Cc: Stephen J. Turnbull, emacs-devel

>>   > a->alpha : (make-char 'symbol 97) ==> 945
>>   > b->beta :  (make-char 'symbol 98) ==> 946
>>   > c->chi ??? (make-char 'symbol 99) ==> 967 ???!!!
>>   > d->delta:  (make-char 'symbol 100) ==>948
>>   >
>>   > why??
>>
>> Because gamma, not chi, is the third letter of the Greek alphabet?
>
> yes, but gamma is 947, and chi is 967, so _why_ is c mapped to chi and
> not gamma?!

I guess their Latin/Greek mapping is like KOI8 based on some
phonetic/graphic similarities between Latin/Cyrillic letters.
Someone who sees KOI8 for the first time might wonder and ask
exactly the same question why the order is not alphabetical ;-)

-- 
Juri Linkov
http://www.jurta.org/emacs/




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

* Re: make-char 'symbol weirdness
  2010-05-04 13:57   ` Sam Steingold
  2010-05-04 14:44     ` Andreas Schwab
  2010-05-04 16:04     ` Juri Linkov
@ 2010-05-04 17:38     ` Eli Zaretskii
  2010-05-04 17:55     ` Davis Herring
  2010-05-04 19:02     ` James Cloos
  4 siblings, 0 replies; 9+ messages in thread
From: Eli Zaretskii @ 2010-05-04 17:38 UTC (permalink / raw)
  To: Sam Steingold; +Cc: stephen, emacs-devel

> Date: Tue, 4 May 2010 09:57:10 -0400
> From: Sam Steingold <sds@gnu.org>
> Cc: emacs-devel@gnu.org
> 
> On 5/3/10, Stephen J. Turnbull <stephen@xemacs.org> wrote:
> > Sam Steingold writes:
> >   > GNU Emacs 24.0.50.10 (x86_64-unknown-linux-gnu, GTK+ Version 2.10.4)
> >   >  of 2010-05-03
> >   >
> >   > a->alpha : (make-char 'symbol 97) ==> 945
> >   > b->beta :  (make-char 'symbol 98) ==> 946
> >   > c->chi ??? (make-char 'symbol 99) ==> 967 ???!!!
> >   > d->delta:  (make-char 'symbol 100) ==>948
> >   >
> >   > why??
> >
> > Because gamma, not chi, is the third letter of the Greek alphabet?
> 
> yes, but gamma is 947, and chi is 967, so _why_ is c mapped to chi and
> not gamma?!

Hint #1: what is g mapped to?
Hint #2: you _are_ aware that historically, c and g was the same letter?




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

* Re: make-char 'symbol weirdness
  2010-05-04 13:57   ` Sam Steingold
                       ` (2 preceding siblings ...)
  2010-05-04 17:38     ` Eli Zaretskii
@ 2010-05-04 17:55     ` Davis Herring
  2010-05-04 19:02     ` James Cloos
  4 siblings, 0 replies; 9+ messages in thread
From: Davis Herring @ 2010-05-04 17:55 UTC (permalink / raw)
  To: Sam Steingold; +Cc: Stephen J. Turnbull, emacs-devel

> yes, but gamma is 947, and chi is 967, so _why_ is c mapped to chi and
> not gamma?!

Because they preferred to map g to gamma?  c doesn't have a direct
correlate, so they put it on something that's not entirely unreasonable
(given its English spelling): chi.

The input method `greek' maps g to gamma too, though it takes the other
sound for c and makes it psi and makes x chi (and j xi).

Davis

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.




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

* Re: make-char 'symbol weirdness
  2010-05-04 13:57   ` Sam Steingold
                       ` (3 preceding siblings ...)
  2010-05-04 17:55     ` Davis Herring
@ 2010-05-04 19:02     ` James Cloos
  4 siblings, 0 replies; 9+ messages in thread
From: James Cloos @ 2010-05-04 19:02 UTC (permalink / raw)
  To: Sam Steingold; +Cc: Stephen J. Turnbull, emacs-devel

>>>>> "SS" == Sam Steingold <sds@gnu.org> writes:

SS> yes, but gamma is 947, and chi is 967, so _why_ is c mapped to chi
SS> and not gamma?!

The mapping is that of the Postscript font /Symbol's encoding.  Clearly
either Adobe or Apple wanted a phonetic mapping, presumably so that
keyboard entry would be intuitive for the Mac's (initial) market.

Remember also that the /Symbol font had Greek not for setting Greek text
but rather for setting Math and the like.

-JimC
-- 
James Cloos <cloos@jhcloos.com>         OpenPGP: 1024D/ED7DAEA6




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

end of thread, other threads:[~2010-05-04 19:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-03 21:35 make-char 'symbol weirdness Sam Steingold
2010-05-03 22:53 ` Andreas Schwab
2010-05-04  3:34 ` Stephen J. Turnbull
2010-05-04 13:57   ` Sam Steingold
2010-05-04 14:44     ` Andreas Schwab
2010-05-04 16:04     ` Juri Linkov
2010-05-04 17:38     ` Eli Zaretskii
2010-05-04 17:55     ` Davis Herring
2010-05-04 19:02     ` James Cloos

Code repositories for project(s) associated with this public inbox

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

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