From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Spell checker under Windows Date: Sat, 02 Feb 2019 16:50:09 +0200 Message-ID: <83lg2yw8gu.fsf@gnu.org> References: <5b9895e0-12ab-4479-8975-049e1f9fed0b@email.android.com> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="114546"; mail-complaints-to="usenet@blaine.gmane.org" Cc: emacs-devel@gnu.org To: Thomas Meyer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 02 15:51:19 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gpwda-000Tgc-Sq for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2019 15:51:19 +0100 Original-Received: from localhost ([127.0.0.1]:43162 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpwdZ-0006xK-MI for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2019 09:51:17 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:41907) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpwcu-0006x4-Kk for emacs-devel@gnu.org; Sat, 02 Feb 2019 09:50:37 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:39450) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpwcu-0002sP-2l; Sat, 02 Feb 2019 09:50:36 -0500 Original-Received: from [176.228.60.248] (port=4855 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gpwcl-000703-RS; Sat, 02 Feb 2019 09:50:33 -0500 In-reply-to: <5b9895e0-12ab-4479-8975-049e1f9fed0b@email.android.com> (message from Thomas Meyer on Sat, 02 Feb 2019 14:35:15 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:232910 Archived-At: > Date: Sat, 02 Feb 2019 14:35:15 +0100 > From: Thomas Meyer > > 1.) Any hints where to find up to date binaries for a aspell, or hunspell e.g. any of the supported spell > checkers? > > I did only find very old precompiled binaries and nothing "official". Did you try the precompiled binary from here: https://sourceforge.net/projects/ezwinports/files/ > 2.) Windows spell check API > Windows 8 onwards has an integrated spell checker API. That's the API, but are there any providers bundled with Windows? > What would be the best solution to integrate this into flyspell? > > Is it possible to call COM from lisp code? Not that I know of, but maybe someone will find a way.