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: ispell single word Date: Sun, 17 Feb 2019 17:33:49 +0200 Message-ID: <83lg2el99e.fsf@gnu.org> References: <86sgwmholz.fsf@zoho.eu> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="41643"; mail-complaints-to="usenet@blaine.gmane.org" Cc: emacs-devel@gnu.org To: Emanuel Berg Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 17 16:34:33 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 1gvOSf-000Ab1-1u for ged-emacs-devel@m.gmane.org; Sun, 17 Feb 2019 16:34:33 +0100 Original-Received: from localhost ([127.0.0.1]:42956 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gvOSe-00053L-29 for ged-emacs-devel@m.gmane.org; Sun, 17 Feb 2019 10:34:32 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:59416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gvORu-00053F-AX for emacs-devel@gnu.org; Sun, 17 Feb 2019 10:33:47 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gvORt-0007lD-SZ; Sun, 17 Feb 2019 10:33:45 -0500 Original-Received: from [176.228.60.248] (port=2940 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gvORt-0004Mt-8s; Sun, 17 Feb 2019 10:33:45 -0500 In-reply-to: <86sgwmholz.fsf@zoho.eu> (message from Emanuel Berg on Sun, 17 Feb 2019 08:15:52 +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:233426 Archived-At: > From: Emanuel Berg > Date: Sun, 17 Feb 2019 08:15:52 +0100 > > How do I spell a single word, from Lisp, with > ispell? Can you describe a use case where one needs to spell-check in Emacs a word that is given as a string, and is not present in any buffer? Because if the word is in some buffer, ispell-word, by default bound to M-$, already does what you want.