From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Geralt Newsgroups: gmane.emacs.help Subject: auto-correction with flyspell if there's only one possible correction Date: Thu, 5 Feb 2009 19:32:14 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1233858773 17289 80.91.229.12 (5 Feb 2009 18:32:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2009 18:32:53 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 05 19:34:08 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LV937-00079Q-ML for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Feb 2009 19:34:05 +0100 Original-Received: from localhost ([127.0.0.1]:41813 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LV91o-0008VX-Js for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Feb 2009 13:32:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LV91Q-0008T7-HU for help-gnu-emacs@gnu.org; Thu, 05 Feb 2009 13:32:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LV91M-0008Oc-FA for help-gnu-emacs@gnu.org; Thu, 05 Feb 2009 13:32:19 -0500 Original-Received: from [199.232.76.173] (port=56975 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LV91M-0008OW-7B for help-gnu-emacs@gnu.org; Thu, 05 Feb 2009 13:32:16 -0500 Original-Received: from mail-fx0-f14.google.com ([209.85.220.14]:41335) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LV91M-00070c-1C for help-gnu-emacs@gnu.org; Thu, 05 Feb 2009 13:32:16 -0500 Original-Received: by fxm7 with SMTP id 7so588363fxm.18 for ; Thu, 05 Feb 2009 10:32:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=FIITey7uBkweJWbgKg0JJRvGJK69CGzPxcFdWTs7BNc=; b=w4DpPJaAemGAYA/nM3WZtMwU0arS+YOhyw3F1GdjVMVTK68t1sZA3NZQJN/edt06kJ 3rjfrPd3WUXMj99EiIeChGPLqdddKyk2KbD5jFdxPMWLp/enmPK+Baai8b6uCbFLTTGy AYf8crQpdEO7vsXJkC2oRUbK8CTRZFIXGgHAY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=Q9iPgmWfnh2Htd+zSxduXR62sxrplHUBf/d9gwFgG4pT6LDCGwa9WIbvCc+sxddrP8 MUb280inDebSkh+AT6AbSrnt5WD/2suUTweNX8lRT/X6mh7shJ3sDa54KCj4WV8KQSf9 D1cCVqfxNWbYhvBlFgNSt14csoaZbaG1x2jJ0= Original-Received: by 10.181.235.6 with SMTP id m6mr254602bkr.131.1233858734327; Thu, 05 Feb 2009 10:32:14 -0800 (PST) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:61928 Archived-At: Hi, is it possible to auto-correct a word in flyspell mode if there's only one possible correction? Geralt.