all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org, fx@gnu.org,
	handa@m17n.org
Subject: Re: case-table functions clobbering extra slots
Date: Thu, 03 Feb 2005 01:40:10 -0500	[thread overview]
Message-ID: <E1Cwaew-0007io-T3@fencepost.gnu.org> (raw)
In-Reply-To: <fc339e4a05020116335cf0f02a@mail.gmail.com> (message from Miles Bader on Wed, 2 Feb 2005 09:33:15 +0900)

      So the "dotted-uppercase-I to i" mapping could have a
    "non-reversible" flag, and the downcasing code would notice this when
    changing it to a normal "i", and put an `uppercase' text property on
    the result character.  Then if the user subsequently did an upcase,
    the upcasing code could notice the `uppercase' property and properly
    change the normal "i" to a dotted-uppercase-I.

This is not a useful way to handle the problem of `i' in Turkish.
Every `i' has to upcase to dotted-uppercase-I, in Turkish.  Doing it
only for an `i' that has a special 'upcase' property would not be
correct.

Perhaps you are thinking of this property as a kind of cache
mechanism.  If so, the most it could achieve is to increase
efficiency.  We would still need some other mechanism to get correct
results in general.

So I think we should first design the other mechanism.  If that
mechanism turns out not to be fast enough, and if caching could make
it faster, we could add caching.


Something like the "suspicious flag" might work for that mechanism.

  reply	other threads:[~2005-02-03  6:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <rzq7jmbd6at.fsf@loveshack>
     [not found] ` <E1Cr43e-0007Sz-3j@fencepost.gnu.org>
     [not found]   ` <rzq651rvie5.fsf@loveshack>
     [not found]     ` <E1Cs577-0008Mb-WC@fencepost.gnu.org>
     [not found]       ` <rzqu0p5rq35.fsf@loveshack>
     [not found]         ` <200501260656.PAA16289@etlken.m17n.org>
     [not found] ` <200501270316.MAA20608@etlken.m17n.org>
     [not found]   ` <E1CuHye-0006BN-VV@fencepost.gnu.org>
     [not found]     ` <200501280007.JAA24856@etlken.m17n.org>
     [not found]       ` <E1CuWt5-00069J-6x@fencepost.gnu.org>
     [not found]         ` <200501290053.JAA00216@etlken.m17n.org>
     [not found]           ` <rzqy8eaobws.fsf@loveshack>
     [not found]             ` <200501310021.JAA09264@etlken.m17n.org>
     [not found]               ` <E1Cvy6i-0005gA-OQ@fencepost.gnu.org>
     [not found]                 ` <200502012320.IAA18638@etlken.m17n.org>
2005-02-02  0:33                   ` case-table functions clobbering extra slots Miles Bader
2005-02-03  6:40                     ` Richard Stallman [this message]
     [not found]           ` <E1CuvLc-0007j3-Ko@fencepost.gnu.org>
2005-02-02  2:57             ` Kenichi Handa

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=E1Cwaew-0007io-T3@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=emacs-pretest-bug@gnu.org \
    --cc=fx@gnu.org \
    --cc=handa@m17n.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.