unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Juanma Barranquero" <lekktu@gmail.com>
To: "Kenichi Handa" <handa@m17n.org>
Cc: sdl.web@gmail.com, belanger@truman.edu, emacs-devel@gnu.org
Subject: Re: string-match in unicode-2 (Re: Calc broken in Emacs unicode-2 branch)
Date: Thu, 15 Feb 2007 14:42:53 +0100	[thread overview]
Message-ID: <f7ccd24b0702150542w3aad45d3kd540cfc14932122e@mail.gmail.com> (raw)
In-Reply-To: <E1HHeor-0003Qh-1i@etlken.m17n.org>

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

On 2/15/07, Kenichi Handa <handa@m17n.org> wrote:

> I've just installed a fix for emacs-unicode-2 branch.

The unicode-2 branch fails to compile.  I think the attached patch is
needed, but even with it, I'm getting this error:

In toplevel form:
ja-dic/ja-dic.el:46:1:Error: Args out of range: "ã??s æ??", 1663, 1663
make[2]: *** [ja-dic/ja-dic.elc] Error 1

             Juanma


Index: src/regex.c
===================================================================
RCS file: /sources/emacs/emacs/src/regex.c,v
retrieving revision 1.186.4.20
diff -u -2 -r1.186.4.20 regex.c
--- src/regex.c	15 Feb 2007 11:23:52 -0000	1.186.4.20
+++ src/regex.c	15 Feb 2007 12:22:50 -0000
@@ -312,5 +312,5 @@
 # define CHAR_STRING(c, s) (*(s) = (c), 1)
 # define STRING_CHAR_AND_LENGTH(p, s, actual_len) ((actual_len) = 1, *(p))
-# define RE_STRING_CHAR_AND_LENGTH(p, s, multibyte)
STRING_CHAR_AND_LENGTH ((p), (s))
+# define RE_STRING_CHAR_AND_LENGTH(p, s, len, multibyte)
STRING_CHAR_AND_LENGTH ((p), (s), (len))
 # define RE_CHAR_TO_MULTIBYTE(c) (c)
 # define RE_CHAR_TO_UNIBYTE(c) (c)

[-- Attachment #2: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

  reply	other threads:[~2007-02-15 13:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <m2mz4u7mnl.fsf@sl392.st-edmunds.cam.ac.uk>
     [not found] ` <m2zm8u58nd.fsf@sl392.st-edmunds.cam.ac.uk>
     [not found]   ` <E1H5DsG-00061X-0C@etlken.m17n.org>
2007-01-12 19:43     ` string-match in unicode-2 (Re: Calc broken in Emacs unicode-2 branch) Jay Belanger
2007-01-13  1:27       ` Kenichi Handa
2007-01-14 20:13         ` Jay Belanger
2007-02-15 11:30           ` Kenichi Handa
2007-02-15 13:42             ` Juanma Barranquero [this message]
2007-03-28 22:41             ` Leo
2007-03-29  8:00               ` Kenichi Handa
2007-03-29  8:37                 ` Leo

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=f7ccd24b0702150542w3aad45d3kd540cfc14932122e@mail.gmail.com \
    --to=lekktu@gmail.com \
    --cc=belanger@truman.edu \
    --cc=emacs-devel@gnu.org \
    --cc=handa@m17n.org \
    --cc=sdl.web@gmail.com \
    /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).