From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Single quotes in Info Date: Thu, 29 Jan 2015 19:24:52 +0200 Message-ID: <83fvatmrdn.fsf@gnu.org> References: <87twzhgk84.fsf@wmi.amu.edu.pl> <83lhksshdm.fsf@gnu.org> <9ee0c895-a178-40e1-b1c8-ed2b97071c6b@default> <87h9vgglkz.fsf@wmi.amu.edu.pl> <83h9vcp0bq.fsf@gnu.org> <83y4onorcc.fsf@gnu.org> <83vbjrnd1f.fsf@gnu.org> <83386untcd.fsf@gnu.org> <83vbjpmv4w.fsf@gnu.org> <6164d89d-23ac-46bf-9f84-154cc0e6c6e4@default> <83mw51msnz.fsf@gnu.org> <73baa5ba-17d7-488a-bc7a-0897f49a77a5@default> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1422552354 29390 80.91.229.3 (29 Jan 2015 17:25:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Jan 2015 17:25:54 +0000 (UTC) Cc: bruce.connor.am@gmail.com, emacs-devel@gnu.org To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 29 18:25:54 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 1YGsqn-0001XT-6o for ged-emacs-devel@m.gmane.org; Thu, 29 Jan 2015 18:25:53 +0100 Original-Received: from localhost ([::1]:32883 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGsqm-0005iY-DO for ged-emacs-devel@m.gmane.org; Thu, 29 Jan 2015 12:25:52 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGsqF-0005iC-SM for emacs-devel@gnu.org; Thu, 29 Jan 2015 12:25:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGsqB-00052M-Qw for emacs-devel@gnu.org; Thu, 29 Jan 2015 12:25:19 -0500 Original-Received: from mtaout29.012.net.il ([80.179.55.185]:42005) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGsqB-00051C-JA for emacs-devel@gnu.org; Thu, 29 Jan 2015 12:25:15 -0500 Original-Received: from conversion-daemon.mtaout29.012.net.il by mtaout29.012.net.il (HyperSendmail v2007.08) id <0NIY00O007ZKAO00@mtaout29.012.net.il> for emacs-devel@gnu.org; Thu, 29 Jan 2015 19:21:23 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout29.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NIY00JDK87MH350@mtaout29.012.net.il>; Thu, 29 Jan 2015 19:21:22 +0200 (IST) In-reply-to: <73baa5ba-17d7-488a-bc7a-0897f49a77a5@default> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.185 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:181997 Archived-At: > Date: Thu, 29 Jan 2015 09:05:38 -0800 (PST) > From: Drew Adams > Cc: bruce.connor.am@gmail.com, emacs-devel@gnu.org >=20 > I would like to see the ability for users to define classes, and to > "activate" (enable the use of; turn on) or "deactivate" (turn off) = a > particular class of equivalences as a whole, including any of the > predefined classes. This would require modifying the Unicode tables. They are just large char-tables, so someone who knows what they are doing should be able to do that. But that's not for the faint at heart, and I don't see why users woul= d like to disable or replace portions of those tables. I do understand why in some use cases certain equivalences classes are inappropriate, but they are inappropriate _as_a_whole_. Doing that for a part of a class doesn't make sense to me. E.g., why would you want to make 2 and =E2=91=A1 equivalent, but not 2 and =C2=B2? So this kind of cust= omization doesn't have to be easy, IMO, and it's okay to ask such users to know what they are doing.