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: [Emacs-diffs] master 9ce1d38: Use curved quotes in core elisp diagnostics Date: Fri, 28 Aug 2015 13:05:14 +0300 Message-ID: <83egin4tk5.fsf@gnu.org> References: <20150816160149.9416.80132@vcs.savannah.gnu.org> <878u9879q9.fsf@igel.home> <19BD5D76-06A0-4FC0-A46F-760B2C27D321@gmail.com> <20150818194253.GE2262@acm.fritz.box> <0ac95dde-75ba-464b-90b2-1b19b348473e@default> <55DC530B.4040509@yandex.ru> <55DCE945.40701@yandex.ru> <41A4C5AF-6F4B-4927-8C42-E7E6048716E1@gmail.com> <877fohbf5g.fsf@gmail.com> <55DE96DE.80400@cs.ucla.edu> <55DF45E2.9010806@cs.ucla.edu> <55DFC130.7060006@cs.ucla.edu> <8737z396hb.fsf@gmx.us> <55E01CA8.80600@cs.ucla.edu> <87lhcv7qpf.fsf@gmx.us> <83io7z4wbq.fsf@gnu.org> <878u8v7n92.fsf@gmx.us> 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 1440756369 6782 80.91.229.3 (28 Aug 2015 10:06:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Aug 2015 10:06:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: Rasmus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 28 12:05:59 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 1ZVGXn-000729-Bj for ged-emacs-devel@m.gmane.org; Fri, 28 Aug 2015 12:05:59 +0200 Original-Received: from localhost ([::1]:47074 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZVGXm-0006k1-LC for ged-emacs-devel@m.gmane.org; Fri, 28 Aug 2015 06:05:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZVGX8-0006h3-3k for emacs-devel@gnu.org; Fri, 28 Aug 2015 06:05:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZVGX3-0006HL-31 for emacs-devel@gnu.org; Fri, 28 Aug 2015 06:05:18 -0400 Original-Received: from mtaout25.012.net.il ([80.179.55.181]:52418) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZVGX2-0006GQ-Rt for emacs-devel@gnu.org; Fri, 28 Aug 2015 06:05:13 -0400 Original-Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0NTS00P00E696E00@mtaout25.012.net.il> for emacs-devel@gnu.org; Fri, 28 Aug 2015 13:01:46 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NTS00KAMEIXZW50@mtaout25.012.net.il>; Fri, 28 Aug 2015 13:01:46 +0300 (IDT) In-reply-to: <878u8v7n92.fsf@gmx.us> 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.181 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:189264 Archived-At: > From: Rasmus > Cc: emacs-devel@gnu.org > Date: Fri, 28 Aug 2015 11:53:13 +0200 >=20 > >> (In fact, I already need to explicitly add "['=E2=80=99]" to CAS= ECHARS in > >> ispell-local-dictionary-alist to make hunspell accept words like > >> "it's"). > > > > ??? You mean like "it=E2=80=99", perhaps. Because the apostrophe= is already > > in the dictionary's .aff file, and ispell.el gleans it from there= . >=20 > I have to add those characters to OTHERCHARS, sorry. And I mean li= ke > "it's" (keyboard quote). I use Hunspell, maybe that's why? I also use Hunspell. > If I don't do this "it" and "'s" are seen as different words when I > do ispell-word on them. Look in the .aff file of your dictionary, there should be a WORDCHARS entry there which includes the apostrophe.