From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: djc Newsgroups: gmane.emacs.help Subject: ispell changed from emacs 24 to emacs 25, but how? Date: Sun, 11 Dec 2016 08:29:17 -0800 (PST) Message-ID: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1481473844 1591 195.159.176.226 (11 Dec 2016 16:30:44 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 11 Dec 2016 16:30:44 +0000 (UTC) Injection-Date: Sun, 11 Dec 2016 16:29:17 +0000 User-Agent: G2/1.0 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 11 17:30:41 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cG71M-0007ej-1w for geh-help-gnu-emacs@m.gmane.org; Sun, 11 Dec 2016 17:30:40 +0100 Original-Received: from localhost ([::1]:56208 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cG71O-0004jd-Kn for geh-help-gnu-emacs@m.gmane.org; Sun, 11 Dec 2016 11:30:42 -0500 X-Received: by 10.107.149.209 with SMTP id x200mr18868038iod.33.1481473757854; Sun, 11 Dec 2016 08:29:17 -0800 (PST) X-Received: by 10.157.11.120 with SMTP id p53mr5855775otd.19.1481473757791; Sun, 11 Dec 2016 08:29:17 -0800 (PST) Original-Path: usenet.stanford.edu!n6no5404274qtd.0!news-out.google.com!m27ni6720qtf.1!nntp.google.com!p16no5400916qta.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Original-Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=185.110.75.159; posting-account=W7YkKQoAAACBK5oRU_iH-VD6YfJuNxe9 Original-NNTP-Posting-Host: 185.110.75.159 Original-Xref: usenet.stanford.edu gnu.emacs.help:219023 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:111914 Archived-At: I have some elisp code that relies on ispell (with hunspell) on Win7. It wo= rks under 24.5 and doesn't under 25.5 -- under 25.5, my code appears no lon= ger to initialize some things that have to be set up, and documentation is = scanty for what I have to initialize in ispell to be able to use it from ot= her code. I wrote my own code mainly to do this setup, switching among mult= iple languages. It does nothing fancy. Is there anyone who knows enough about ispell to give me some idea of what = changed, and why, so I can adapt my code? Although I've diffed the two ver= sions and tried to make sense of the changes, I haven't yet been able to fi= nd what I have to do to make my own code work with the latest. I want to use my code also on Linux, but I expect it to be relatively easy = to adapt it once I have it going on Windows. Tx djc