From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikolai Weibull Newsgroups: gmane.emacs.help Subject: Getting Emacs to play nice with Hunspell and apostrophes Date: Sat, 7 Jun 2014 17:39:25 +0200 Message-ID: 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 1402155607 15457 80.91.229.3 (7 Jun 2014 15:40:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 7 Jun 2014 15:40:07 +0000 (UTC) To: Emacs Users Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 07 17:40:01 2014 Return-path: Envelope-to: geh-help-gnu-emacs@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 1WtIiY-0005pJ-Ck for geh-help-gnu-emacs@m.gmane.org; Sat, 07 Jun 2014 17:39:38 +0200 Original-Received: from localhost ([::1]:52154 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtIiX-0002fU-Ry for geh-help-gnu-emacs@m.gmane.org; Sat, 07 Jun 2014 11:39:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46312) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtIiN-0002fO-9d for help-gnu-emacs@gnu.org; Sat, 07 Jun 2014 11:39:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WtIiM-0002Q1-8j for help-gnu-emacs@gnu.org; Sat, 07 Jun 2014 11:39:27 -0400 Original-Received: from mail-qa0-x231.google.com ([2607:f8b0:400d:c00::231]:43951) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtIiM-0002Pv-3d for help-gnu-emacs@gnu.org; Sat, 07 Jun 2014 11:39:26 -0400 Original-Received: by mail-qa0-f49.google.com with SMTP id cm18so5788107qab.22 for ; Sat, 07 Jun 2014 08:39:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=/lYLnUYdp/6EyRpIvCeGVHU3Wf90YlB/oaYAASeZ/BY=; b=nXJpb6Dr+iNB2YZa0zYlQZRgjuOEoZ+xaSjImLGPCrB6mMHYZpNqP3U+7Fj8yYQGuh SjK/fcDx2DrxNVZ69ECdfzfpFQDyVMOhu+6PeqU9TAhtDXQTg8qnzf63yNUCBDmfQrVm n+oCDStvsjqRjXg+OhP4afkfRxDDS07ye3/D+GnpdIRxaKqXbZucZ4G3sTBWAW127A3u t7DaUzZcZnhPG6O2PHc/31fYH+Axyq7slBmaREDR7WGzt+7tp5cBhdKW2QOfVqYLxwo6 29GYL3Erjk2op2AScCVJIqse+eVAlDPjWeCwdNcB5Kg59ZH0G8rVlHPw8+2/5d0m6ZWc kSbQ== X-Received: by 10.140.38.18 with SMTP id s18mr18392403qgs.88.1402155565219; Sat, 07 Jun 2014 08:39:25 -0700 (PDT) Original-Received: by 10.140.95.114 with HTTP; Sat, 7 Jun 2014 08:39:25 -0700 (PDT) X-Google-Sender-Auth: SLxoiEKoznwcRUCCe_x8aNO3e3E X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c00::231 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:98068 Archived-At: Hi! How do I get Emacs to play nice with Hunspell and apostrophes. I thought I had it covered, but it seems that something has changed and now M-x ispell won=E2=80=99t recognize =E2=80=9Cisn=E2=80=99t=E2=80=9D as a= word anymore. First off, what English dictionary should I be using? Second, how do I get Emacs to send words containing apostrophes to Hunspell= ? Fiddling with WORDCHARS in en_US.aff seems so wrong, as Emacs will then send stuff like 'isn't' as a word. The final step is getting =E2=80=9Cisn=E2=80=99t=E2=80=9D to work with Unic= ode apostrophes, but let=E2=80=99s take it one step at a time. It=E2=80=99s beyond me how this isn=E2=80=99t working, but I=E2=80=99m sure= I=E2=80=99m doing something wrong.