From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: Questions about isearch Date: Fri, 27 Nov 2015 10:03:33 +0000 Message-ID: References: <83lh9lx6oi.fsf@gnu.org> <56580E0B.9060909@online.de> <83wpt3sttc.fsf@gnu.org> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c34874e2efb7052582cd61 X-Trace: ger.gmane.org 1448618631 3968 80.91.229.3 (27 Nov 2015 10:03:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Nov 2015 10:03:51 +0000 (UTC) Cc: =?UTF-8?Q?Andreas_R=C3=B6hler?= , emacs-devel To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 27 11:03:42 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1a2FsT-0004c0-Hx for ged-emacs-devel@m.gmane.org; Fri, 27 Nov 2015 11:03:41 +0100 Original-Received: from localhost ([::1]:55600 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2FsW-0006mY-Ct for ged-emacs-devel@m.gmane.org; Fri, 27 Nov 2015 05:03:44 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56114) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2FsS-0006m7-8J for emacs-devel@gnu.org; Fri, 27 Nov 2015 05:03:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a2FsO-0001Pe-8W for emacs-devel@gnu.org; Fri, 27 Nov 2015 05:03:40 -0500 Original-Received: from mail-lf0-x236.google.com ([2a00:1450:4010:c07::236]:34353) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2FsM-0001PG-Hg; Fri, 27 Nov 2015 05:03:34 -0500 Original-Received: by lffu14 with SMTP id u14so124025437lff.1; Fri, 27 Nov 2015 02:03:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=wfGXPDpxJhtp+8qYjxBNrQBuefcrPsgdL4Bz9ApNpqI=; b=F4G6GGoB/L6w33WuI7CXHerGzU1xNQtUplNa1vpB33ro+R6f6DfS6VjHGFZIEPWit5 Bp/wTu4Anu3JOk4vep46YWbpdVlzHSbgDIWLZxxJBk79f7Q7S/xIHBzUFS0GwwTQEMV8 V2fDpWG8/aL00P4Ghk//Vl/2eurk9LRWS9pEGfBVxyUwxT8svIPZfxjlIJl2FNqMXWlU sFi9zOnOaqH2kSllXZnVoyM+uV9UEIub/fo7vy0K2HUyKvBGpcwUhhti9XD5iUgpM61T zym81P9j84I2x0/1GdoNavyfXjMBeEQI5BSqztAuaL6FQerAcWOpZ6IY/Qadg9TSwDda 5TPQ== X-Received: by 10.112.161.33 with SMTP id xp1mr18241138lbb.141.1448618613727; Fri, 27 Nov 2015 02:03:33 -0800 (PST) Original-Received: by 10.112.202.99 with HTTP; Fri, 27 Nov 2015 02:03:33 -0800 (PST) Original-Received: by 10.112.202.99 with HTTP; Fri, 27 Nov 2015 02:03:33 -0800 (PST) In-Reply-To: <83wpt3sttc.fsf@gnu.org> X-Google-Sender-Auth: 8I4N012dXVp1WroCBGiuuHZR13A X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c07::236 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:195364 Archived-At: --001a11c34874e2efb7052582cd61 Content-Type: text/plain; charset=UTF-8 On 27 Nov 2015 8:57 am, "Eli Zaretskii" wrote: > > Considering language special cases worldwide at core will run into infinity. > > The number of languages is finite. > > > Would expect support of unicode-characters. Mapping them should be the > > task of special language-modes built upon, i.e. a text-norwegian etc. > > The question I asked is should we do that _in_general_? If the answer > is YES, then the language-specific rules might tell _how_ to do that > in each case. But that's a different issue. I think this topic goes beyond isearch, and people not reading the current thread might interested in it. Maybe we should should start a new thread just for this special "language support". Starting by listing points of what would be the goals of such a feature. --001a11c34874e2efb7052582cd61 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

On 27 Nov 2015 8:57 am, "Eli Zaretskii" <eliz@gnu.org> wrote:
> > Considering language special cases worldwide at core will run int= o infinity.
>
> The number of languages is finite.
>
> > Would expect support of unicode-characters. Mapping them should b= e the
> > task of special language-modes built upon, i.e. a text-norwegian = etc.
>
> The question I asked is should we do that _in_general_?=C2=A0 If the a= nswer
> is YES, then the language-specific rules might tell _how_ to do that > in each case.=C2=A0 But that's a different issue.

I think this topic goes beyond isearch, and people not readi= ng the current thread might interested in it. Maybe we should should start = a new thread just for this special "language support". Starting b= y listing points of what would be the goals of such a feature.

--001a11c34874e2efb7052582cd61--