unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Barry OReilly <gundaetiapo@gmail.com>
To: 14424@debbugs.gnu.org
Subject: bug#14424: Acknowledgement (24.3.50; Regression: Failure to find acronym with case-fold-search t)
Date: Wed, 22 May 2013 12:07:58 -0400	[thread overview]
Message-ID: <CAFM41H18xFWt2uU7+QRgxhv8rFTrNf=vQx6ssK+7VMXbKAfO2A@mail.gmail.com> (raw)
In-Reply-To: <handler.14424.B.136905747532047.ack@debbugs.gnu.org>

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

This allows the test case to succeed, and I think is what the indicated
changeset intended.

diff --git a/src/casetab.c b/src/casetab.c
index 13bed64..5f3c8db 100644
--- a/src/casetab.c
+++ b/src/casetab.c
@@ -286,7 +286,7 @@ init_casetab_once (void)
       int c = ((i >= 'A' && i <= 'Z') ? i + ('a' - 'A')
               : ((i >= 'a' && i <= 'z') ? i + ('A' - 'a')
                  : i));
-      CHAR_TABLE_SET (up, i, make_number (c));
+      CHAR_TABLE_SET (eqv, i, make_number (c));
     }

   set_char_table_extras (down, 2, eqv);

[-- Attachment #2: Type: text/html, Size: 686 bytes --]

  parent reply	other threads:[~2013-05-22 16:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-20 13:43 bug#14424: 24.3.50; Regression: Failure to find acronym with case-fold-search t Barry OReilly
     [not found] ` <handler.14424.B.136905747532047.ack@debbugs.gnu.org>
2013-05-22 16:07   ` Barry OReilly [this message]
2013-05-22 21:35     ` bug#14424: Acknowledgement (24.3.50; Regression: Failure to find acronym with case-fold-search t) 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

  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='CAFM41H18xFWt2uU7+QRgxhv8rFTrNf=vQx6ssK+7VMXbKAfO2A@mail.gmail.com' \
    --to=gundaetiapo@gmail.com \
    --cc=14424@debbugs.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).