all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Moreton <andrewjmoreton@gmail.com>
To: emacs-devel@gnu.org
Subject: Re: Windows build broken on trunk
Date: Wed, 18 Jul 2012 13:23:44 +0100	[thread overview]
Message-ID: <vz1mx2x8dgv.fsf@gmail.com> (raw)
In-Reply-To: m2vchljs71.fsf@igel.home

On Wed 18 Jul 2012, Andreas Schwab wrote:

> Dmitry Antipov <dmantipov@yandex.ru> writes:
>
>> IIUC it's font handling stuff, and (IMHO) it should be renamed from too
>> generic name to something which is closely related to symbol's real use.
>
> The symbol's real use is the Lisp symbol symbol.
>
> Andreas.

I think you are incorrect on this point. The manual has this in node
"Windows Fonts":

`script'
     Specifies a Unicode subrange the font should support.

     The following scripts are recognized on Windows: `latin', `greek',
     `coptic', `cyrillic', `armenian', `hebrew', `arabic', `syriac',
     `nko', `thaana', `devanagari', `bengali', `gurmukhi', `gujarati',
     `oriya', `tamil', `telugu', `kannada', `malayam', `sinhala',
     `thai', `lao', `tibetan', `myanmar', `georgian', `hangul',
     `ethiopic', `cherokee', `canadian-aboriginal', `ogham', `runic',
     `khmer', `mongolian', `symbol', `braille', `han',
     `ideographic-description', `cjk-misc', `kana', `bopomofo',
     `kanbun', `yi', `byzantine-musical-symbol', `musical-symbol', and
     `mathematical'.

From src/w32font.c, line 79:

static Lisp_Object Qkhmer, Qmongolian, Qsymbol, Qbraille, Qhan;

This Qsymbol is used for the script property, and is distinct from the
Lisp symbol symbol used in the rest of emacs.

The name clash is unfortunate.

    AndyM






  reply	other threads:[~2012-07-18 12:23 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-18  8:42 Windows build broken on trunk Andy Moreton
2012-07-18  9:55 ` Dmitry Antipov
2012-07-18 10:10   ` Andreas Schwab
2012-07-18 12:23     ` Andy Moreton [this message]
2012-07-18 12:37       ` Andreas Schwab
2012-07-18 13:38       ` Jason Rumney
2012-07-19  7:05         ` Stefan Monnier
2012-07-19 16:22           ` Samuel Bronson
2012-07-19 22:49             ` Stefan Monnier
2012-07-20  7:52           ` Andreas Schwab
2012-07-20  9:30             ` Stephen J. Turnbull
2012-07-20  9:55             ` Stefan Monnier

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=vz1mx2x8dgv.fsf@gmail.com \
    --to=andrewjmoreton@gmail.com \
    --cc=emacs-devel@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.