From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?B?SvxyZ2VuIEhhcnRtYW5u?= Newsgroups: gmane.emacs.help Subject: RE: How to enter for example \200 offered by ispell in its buffer *Choices* Date: Mon, 22 Jun 2015 00:01:00 +0200 Message-ID: References: , <87wpywvlyu.fsf@debian.uxu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1434924085 29202 80.91.229.3 (21 Jun 2015 22:01:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Jun 2015 22:01:25 +0000 (UTC) To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 22 00:01:17 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Z6nIh-0005Pf-Fx for geh-help-gnu-emacs@m.gmane.org; Mon, 22 Jun 2015 00:01:15 +0200 Original-Received: from localhost ([::1]:37440 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6nIg-000569-P1 for geh-help-gnu-emacs@m.gmane.org; Sun, 21 Jun 2015 18:01:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6nIW-00055t-Kr for help-gnu-emacs@gnu.org; Sun, 21 Jun 2015 18:01:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z6nIT-0001Jj-El for help-gnu-emacs@gnu.org; Sun, 21 Jun 2015 18:01:04 -0400 Original-Received: from dub004-omc4s21.hotmail.com ([157.55.2.96]:56483) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6nIT-0001Jf-6k for help-gnu-emacs@gnu.org; Sun, 21 Jun 2015 18:01:01 -0400 Original-Received: from DUB124-W21 ([157.55.2.72]) by DUB004-OMC4S21.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751); Sun, 21 Jun 2015 15:01:00 -0700 X-TMN: [mDuCPl820unhAWGHVi3ihpbRBCF4MfkV] X-Originating-Email: [juergen_hartmann_@hotmail.com] Importance: Normal In-Reply-To: <87wpywvlyu.fsf@debian.uxu> X-OriginalArrivalTime: 21 Jun 2015 22:01:00.0541 (UTC) FILETIME=[C25382D0:01D0AC6D] X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 [fuzzy] X-Received-From: 157.55.2.96 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:105075 Archived-At: Thank you Emanuel Berg for your answer:=0A= =0A= > Wow! You sure get many suggestions when making=0A= > mistakes in German!=0A= =0A= That's because in principle you can compose any number of nouns to a valid= =0A= German word. But fortunately Hunspell limits its suggestions to a reasonabl= e=0A= selection.=0A= =0A= The example I showed is an extreme case=2C as it was taken from a word=0A= completion (ispell-complete-word) not from a spell check.=0A= =0A= But it leads to the question how to enter such keystrokes.=0A= =0A= > To (not) answer your question: I don't know.=0A= >=0A= > But I thought I'd share my ispell setup since it isn't=0A= > often I run into another user. I am Swedish so I use=0A= > the american-insane as well as the Swedish spellcheck.=0A= > I have that `C-o e' for "spell-english" (see the file)=0A= > and `C-o s' for ditto Swedish.=0A= =0A= Thank you very much!=0A= =0A= That's what I stumble over regularly too: Always the wrong=0A= dictionary is selected.=0A= =0A= > It has some DWIM features and calls different=0A= > functions depending on region=2C mode (e.g.=2C=0A= > message-mode=2C programming=2C etc.) - or that's the=0A= > thought. But it works nine times out of then:=0A= >=0A= >=A0=A0=A0=A0 http://user.it.uu.se/~embe8573/conf/emacs-init/spell.el=0A= =0A= There are very nice ideas in your setup: I have bound ispell-message=2C=0A= ispell-comments-and-strings and friends individually to some keys that I=0A= can't remember when i need them. So I think your DWIM attempt is a very=0A= helpful thing.=0A= =0A= > Question: Is there anyone who succeeded or saw=0A= > a solution that had the selection keys changed -=0A= > I don't want to reach for the number keys=2C I want the=0A= > first suggestion to be (a)=2C then (s)=2C (d)=2C and (f)=2C=0A= > and/or likewise instantly available keys. It shouldn't=0A= > be in alphabetic or numerical order (IMHO) it should=0A= > be in the order of closeness which is a function of=0A= > where they keys are on the keyboard. This is one of=0A= > very=2C very few things I didn't succeed in getting the=0A= > way I want with all of Emacs=2C Gnus=2C w3m etc. so if=0A= > anyone has a solution I would readily let go of=0A= > "100" of my hard-earned reputation.=0A= > No fingers crossed!=0A= =0A= As far as I see from the definition of ispell-command-loop=2C it just assig= ns=0A= the characters (!) starting from digit 0 upward=2C skipping the characters = that=0A= are used for the fixed commands like =2C i=2C x=2C X=2C q and the like= .=0A= =0A= I think it should instead be possible to choose them out of a list that hol= ds=0A= them in any desired order. But I never saw something like that realized.=0A= =0A= Juergen=0A= =0A= =