all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* symbols from unicode music block?
@ 2008-12-17 10:42 Jan Nieuwenhuizen
  2008-12-17 12:12 ` Kenichi Handa
  0 siblings, 1 reply; 7+ messages in thread
From: Jan Nieuwenhuizen @ 2008-12-17 10:42 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 2315 bytes --]

Hi,

I'm not seeing the symbols from the unicode music block (1d12a..1d133)
with latest emacs CVS.  See the attached file.  GEdit and
firefox shows all symbols in that.

Interestingly, Emacs does show flat (266d) and sharp (266f).  Even
not-xft Emacs showed these two, but after installing unifont,
non-xft Emacs also stopped showing those.

Any clues?

Greetings,
Jan.


../configure --prefix=$HOME/pkg/emacs --with-x-toolkit=gtk --with-xft
--with-freetype
[..]
Configured for `x86_64-unknown-linux-gnu'.

  Where should the build process find the source code?    /home/janneke/vc/emacs
  What operating system and machine description files should Emacs use?
        `s/gnu-linux.h' and `m/amdx86-64.h'
  What compiler should emacs be built with?               gcc -g -O2 -Wno-pointer-sign 
  Should Emacs use the GNU version of malloc?             yes
      (Using Doug Lea's new malloc from the GNU C Library.)
  Should Emacs use a relocating allocator for buffers?    yes
  Should Emacs use mmap(2) for buffer allocation?         no
  What window system should Emacs use?                    x11
  What toolkit should Emacs use?                          GTK
  Where do we find X Windows header files?                Standard dirs
  Where do we find X Windows libraries?                   Standard dirs
  Does Emacs use -lXaw3d?                                 no
  Does Emacs use -lXpm?                                   yes
  Does Emacs use -ljpeg?                                  yes
  Does Emacs use -ltiff?                                  yes
  Does Emacs use a gif library?                           yes -lgif
  Does Emacs use -lpng?                                   yes
  Does Emacs use -lrsvg-2?                                no
  Does Emacs use -lgpm?                                   no
  Does Emacs use -ldbus?                                  yes
  Does Emacs use -lfreetype?                              yes
  Does Emacs use -lm17n-flt?                              no
  Does Emacs use -lotf?                                   no
  Does Emacs use -lxft?                                   yes
  Does Emacs use toolkit scroll bars?                     yes

-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org

[-- Attachment #2: ulily.ly --]
[-- Type: text/x-lilypond, Size: 449 bytes --]

\header {
  texidoc = "
Unicode symbols for sharp and flat can be used in note names.
[WIP: for C only, only in nederlands.ly]
"
}

\version "2.11.65"

{
c♭♭ c♭ c c♯ c♯♯
}

%{
flat: ♭ 266d
sharp: ♯ 266f

double sharp:  1d12a
double flat: 𝄫 1d12b
flat^: 𝄬 1d12c
flatv: 𝄭 1d12d
neutral^: 𝄮 1d12e
neutralv: 𝄯 1d12f
sharp^: 𝄰 1d130
sharpv: 𝄱 1d131
sharp4: 𝄲 1d132
flat4: 𝄳 1d133
%}

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

* Re: symbols from unicode music block?
  2008-12-17 10:42 symbols from unicode music block? Jan Nieuwenhuizen
@ 2008-12-17 12:12 ` Kenichi Handa
  2008-12-17 13:06   ` Jan Nieuwenhuizen
  0 siblings, 1 reply; 7+ messages in thread
From: Kenichi Handa @ 2008-12-17 12:12 UTC (permalink / raw)
  To: Jan Nieuwenhuizen; +Cc: emacs-devel

In article <1229510566.24831.35.camel@heerbeest>, Jan Nieuwenhuizen <janneke-list@xs4all.nl> writes:

> I'm not seeing the symbols from the unicode music block (1d12a..1d133)
> with latest emacs CVS.  See the attached file.  GEdit and
> firefox shows all symbols in that.

I'm now adding many missing entries for the default
fontset.  Please wait for a while.

> Interestingly, Emacs does show flat (266d) and sharp (266f).  Even
> not-xft Emacs showed these two, but after installing unifont,
> non-xft Emacs also stopped showing those.

What is shown when you type C-u C-x = while putting the
cursor on that character?

---
Kenichi Handa
handa@m17n.org




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

* Re: symbols from unicode music block?
  2008-12-17 12:12 ` Kenichi Handa
@ 2008-12-17 13:06   ` Jan Nieuwenhuizen
  2008-12-18  2:33     ` Kenichi Handa
  2008-12-19  0:54     ` Kenichi Handa
  0 siblings, 2 replies; 7+ messages in thread
From: Jan Nieuwenhuizen @ 2008-12-17 13:06 UTC (permalink / raw)
  To: Kenichi Handa; +Cc: emacs-devel

Op woensdag 17-12-2008 om 21:12 uur [tijdzone +0900], schreef Kenichi
Handa:

> I'm now adding many missing entries for the default
> fontset.  Please wait for a while.

Great.

> > Interestingly, Emacs does show flat (266d) and sharp (266f).  Even
> > not-xft Emacs showed these two, but after installing unifont,
> > non-xft Emacs also stopped showing those.
> 
> What is shown when you type C-u C-x = while putting the
> cursor on that character?

On the 1d12b flat, for example:

    Char: 𝄫 (119083, #o350453, #x1d12b, file ...) point=239 of 378 (63%) column=13

[where the double flat (bb) shows in my mailer the line above, Emacs 
shows an empty placeholder box]

Greetings,
Jan.

-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond - The music
typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org





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

* Re: symbols from unicode music block?
  2008-12-17 13:06   ` Jan Nieuwenhuizen
@ 2008-12-18  2:33     ` Kenichi Handa
  2008-12-18  8:36       ` Jan Nieuwenhuizen
  2008-12-19  0:54     ` Kenichi Handa
  1 sibling, 1 reply; 7+ messages in thread
From: Kenichi Handa @ 2008-12-18  2:33 UTC (permalink / raw)
  To: Jan Nieuwenhuizen; +Cc: emacs-devel

In article <1229519197.24831.39.camel@heerbeest>, Jan Nieuwenhuizen <janneke-list@xs4all.nl> writes:

> > What is shown when you type C-u C-x = while putting the
> > cursor on that character?

> On the 1d12b flat, for example:

>     Char: 𝄫 (119083, #o350453, #x1d12b, file ...) point=239 of 378 (63%) column=13

Ah, no, what I want to see is the contents of *Help* buffer.

---
Kenichi Handa
handa@m17n.org




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

* Re: symbols from unicode music block?
  2008-12-18  2:33     ` Kenichi Handa
@ 2008-12-18  8:36       ` Jan Nieuwenhuizen
  0 siblings, 0 replies; 7+ messages in thread
From: Jan Nieuwenhuizen @ 2008-12-18  8:36 UTC (permalink / raw)
  To: Kenichi Handa; +Cc: emacs-devel

Op donderdag 18-12-2008 om 11:33 uur [tijdzone +0900], schreef Kenichi
Handa:
> In article <1229519197.24831.39.camel@heerbeest>, Jan Nieuwenhuizen <janneke-list@xs4all.nl> writes:
> 
> > > What is shown when you type C-u C-x = while putting the
> > > cursor on that character?
> 
> > On the 1d12b flat, for example:
> 
> >     Char: 𝄫 (119083, #o350453, #x1d12b, file ...) point=239 of 378 (63%) column=13
> 
> Ah, no, what I want to see is the contents of *Help* buffer.

Ah, ok, here it is:

        character: 𝄪 (119082, #o350452, #x1d12a)
preferred charset: unicode (Unicode (ISO10646))
       code point: 0x1D12A
           syntax: w 	which means: word
      buffer code: #xF0 #x9D #x84 #xAA
        file code: #xF0 #x9D #x84 #xAA (encoded by coding system utf-8-unix)
          display: no font available

Character code properties: customize what to show
  name: MUSICAL SYMBOL DOUBLE SHARP
  general-category: So (Symbol, Other)

There are text properties here:
  face                 font-lock-comment-face
  font-lock-multiline  t
  fontified            t


Jan.

-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org





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

* Re: symbols from unicode music block?
  2008-12-17 13:06   ` Jan Nieuwenhuizen
  2008-12-18  2:33     ` Kenichi Handa
@ 2008-12-19  0:54     ` Kenichi Handa
  2008-12-20 10:17       ` Jan Nieuwenhuizen
  1 sibling, 1 reply; 7+ messages in thread
From: Kenichi Handa @ 2008-12-19  0:54 UTC (permalink / raw)
  To: Jan Nieuwenhuizen; +Cc: emacs-devel

In article <1229519197.24831.39.camel@heerbeest>, Jan Nieuwenhuizen <janneke-list@xs4all.nl> writes:

> Op woensdag 17-12-2008 om 21:12 uur [tijdzone +0900], schreef Kenichi
> Handa:

> > I'm now adding many missing entries for the default
> > fontset.  Please wait for a while.

I've just installed that change.

> > Interestingly, Emacs does show flat (266d) and sharp (266f).  Even
> > not-xft Emacs showed these two, but after installing unifont,
> > non-xft Emacs also stopped showing those.
> 
> What is shown when you type C-u C-x = while putting the
> cursor on that character?

Sorry, but you did that on the character #x1D12A.  What I
wanted to know is the result when you put cursor on #x266D
or #x266F.

And, what exactly "unifont" means?  apt-cache shows these
packages.

% apt-cache search unifont
ttf-arphic-ukai - "AR PL UKai" Chinese Unicode TrueType font collection Kaiti style
ttf-arphic-uming - "AR PL UMing" Chinese Unicode TrueType font collection Mingti style
ttf-unifont - TrueType version of the GNU Unifont
unifont - font with a glyph for each visible Unicode 5.1 Plane 0 character
unifont-bin - utilities for manipulating the GNU Unifont
xfonts-unifont - PCF (bitmap) version of the GNU Unifont

---
Kenichi Handa
handa@m17n.org




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

* Re: symbols from unicode music block?
  2008-12-19  0:54     ` Kenichi Handa
@ 2008-12-20 10:17       ` Jan Nieuwenhuizen
  0 siblings, 0 replies; 7+ messages in thread
From: Jan Nieuwenhuizen @ 2008-12-20 10:17 UTC (permalink / raw)
  To: Kenichi Handa; +Cc: emacs-devel

Op vrijdag 19-12-2008 om 09:54 uur [tijdzone +0900], schreef Kenichi
Handa:
> In article <1229519197.24831.39.camel@heerbeest>, Jan Nieuwenhuizen <janneke-list@xs4all.nl> writes:
> 
> > Op woensdag 17-12-2008 om 21:12 uur [tijdzone +0900], schreef Kenichi
> > Handa:
> 
> > > I'm now adding many missing entries for the default
> > > fontset.  Please wait for a while.
> 
> I've just installed that change.

Great, that works!

> Sorry, but you did that on the character #x1D12A.  What I
> wanted to know is the result when you put cursor on #x266D
> or #x266F.
        
Next try:

character: ♭ (9837, #o23155, #x266d)
preferred charset: unicode (Unicode (ISO10646))
       code point: 0x266D
           syntax: _ 	which means: symbol
         category: h:Korean j:Japanese
      buffer code: #xE2 #x99 #xAD
        file code: #xE2 #x99 #xAD (encoded by coding system utf-8-unix)
          display: by this font (glyph code)
    xft:-unknown-DejaVu Sans Mono-normal-normal-normal-*-24-*-*-*-m-0-iso10646-1 (#x9BF)

Character code properties: customize what to show
  name: MUSIC FLAT SIGN
  general-category: So (Symbol, Other)
  old-name: FLAT

There are text properties here:
  face                 font-lock-comment-face
  font-lock-multiline  t
  fontified            t

[back]


> And, what exactly "unifont" means?  apt-cache shows these
> packages.

I meant apt-get install unifont.  FWIW: 

$ LANG= apt-cache depends unifont
unifont
  Depends: xfonts-unifont
  Depends: ttf-unifont
  Suggests: unifont-bin
  Replaces: unifont-bin

-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org





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

end of thread, other threads:[~2008-12-20 10:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-17 10:42 symbols from unicode music block? Jan Nieuwenhuizen
2008-12-17 12:12 ` Kenichi Handa
2008-12-17 13:06   ` Jan Nieuwenhuizen
2008-12-18  2:33     ` Kenichi Handa
2008-12-18  8:36       ` Jan Nieuwenhuizen
2008-12-19  0:54     ` Kenichi Handa
2008-12-20 10:17       ` Jan Nieuwenhuizen

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.