From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikolaj Schumacher Newsgroups: gmane.emacs.help Subject: Re: flyspell-mode and two languages Date: Sat, 18 Oct 2008 02:15:01 +0200 Message-ID: References: <2e5d3831-2580-4369-be7a-7d1d375241e4@v56g2000hsf.googlegroups.com> <6e14ca71-4096-4a74-82c3-40bbd8fb45b8@w39g2000prb.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1224288938 21737 80.91.229.12 (18 Oct 2008 00:15:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 Oct 2008 00:15:38 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 18 02:16:37 2008 connect(): Connection refused 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 1KqzUe-0007ag-JV for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Oct 2008 02:16:32 +0200 Original-Received: from localhost ([127.0.0.1]:53726 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KqzTZ-0002w8-GE for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Oct 2008 20:15:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KqzTH-0002vv-DJ for help-gnu-emacs@gnu.org; Fri, 17 Oct 2008 20:15:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KqzTF-0002vj-0D for help-gnu-emacs@gnu.org; Fri, 17 Oct 2008 20:15:06 -0400 Original-Received: from [199.232.76.173] (port=36114 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KqzTE-0002vg-Rb for help-gnu-emacs@gnu.org; Fri, 17 Oct 2008 20:15:04 -0400 Original-Received: from dd18200.kasserver.com ([85.13.138.168]:45789) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KqzTD-000706-Hv; Fri, 17 Oct 2008 20:15:03 -0400 Original-Received: from thursday (BAH5d9e.bah.pppool.de [77.135.93.158]) by dd18200.kasserver.com (Postfix) with ESMTP id 9BBE21802F48B; Sat, 18 Oct 2008 02:15:08 +0200 (CEST) In-Reply-To: (Eli Zaretskii's message of "Sat\, 18 Oct 2008 00\:02\:36 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (darwin) 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:58886 Archived-At: Eli Zaretskii wrote: >> From: Xah >> Date: Fri, 17 Oct 2008 14:35:52 -0700 (PDT) >> > That is not true for as long as I can remember: nowadays > right-clicking on a misspelled word pops up a menu of suggested > replacements. How many years ago was that ``last time you tried > flyspell''? I never use the mouse in Emacs, but now that I check it says "mouse-2: correct word at point" That would be the /middle/ button, right? Since Macs don't have middle buttons, this binds it to secondary click: (define-key flyspell-mouse-map '[(down-mouse-3)] 'flyspell-correct-word) >> (2) its vocabulary is extremely small. > > Flyspell doesn't have a vocabulary of its own, it invokes either > Ispell or Aspell behind the scenes. So it's up to you what speller > and which dictionaries to install. Latest versions of both Ispell and > Aspell are quite good, actually. And doesn't speck use those two as well? regards, Nikolaj Schumacher