unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: New buffer-case-table makes search_buffer painfully slow
Date: Sun, 07 May 2006 01:01:27 -0400	[thread overview]
Message-ID: <E1FcbOZ-0002Yz-Mj@fencepost.gnu.org> (raw)
In-Reply-To: <87fyjnkm0f.fsf@denkblock.local> (message from Elias Oltmanns on Sat, 06 May 2006 21:10:08 +0200)

    Emacs 22's EQUIVALENCES table relates i, and thus I as well, to two
    more characters with character codes 331857 and 331856. On
    www.unicode.org the character look up engine couldn't find a match for
    U+51051 or U+51050 saying that most likely those codes weren't
    assigned to any characters yet.

I think this has to do with the special characters for Turkish,
lower-case i without dot and upper-case I with dot.  In Turkish,
upcasing and downcasing preserve the dot, or the absence of the dot.

I think these lines in characters.el are the cause of the problem.

  (set-downcase-syntax  ?? ?i tbl)
  (set-upcase-syntax    ?I ?? tbl)

They set up only half of what Turkish needs.
They make dotless-i upcase into I, and they make
I-with-dot downcase into i.  They can't do vice versa
because that would break things for other languages.
So they are not really useful.  We could simply delete them.

We could also add a minor mode to set up the case table all the way
for Turkish.

Would someone like to do that?

  parent reply	other threads:[~2006-05-07  5:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-04 13:46 New buffer-case-table makes search_buffer painfully slow Elias Oltmanns
2006-05-06 19:10 ` Elias Oltmanns
2006-05-06 20:17   ` Andreas Schwab
2006-05-07  5:01   ` Richard Stallman [this message]
2006-05-12 14:16     ` Elias Oltmanns
2006-05-13  4:53       ` Richard Stallman

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1FcbOZ-0002Yz-Mj@fencepost.gnu.org \
    --to=rms@gnu.org \
    --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 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).