From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: ispell.el and pipes Date: Wed, 17 Nov 2021 16:18:57 +0200 Message-ID: <83h7cazwz2.fsf@gnu.org> References: <875yssrwk2.fsf@gmail.com> <83ee7g15yf.fsf@gnu.org> <871r3grrtd.fsf@gmail.com> <87bl2jrisc.fsf@gmail.com> <83y25nzx9q.fsf@gnu.org> <87y25nq1f6.fsf@gmail.com> <83v90rymkn.fsf@gnu.org> <87czmyq5k6.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34714"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: =?utf-8?Q?Andr=C3=A9?= A. Gomes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Nov 17 15:20:18 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mnLnN-0008oG-O8 for ged-emacs-devel@m.gmane-mx.org; Wed, 17 Nov 2021 15:20:17 +0100 Original-Received: from localhost ([::1]:35280 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mnLnM-0002LG-Ja for ged-emacs-devel@m.gmane-mx.org; Wed, 17 Nov 2021 09:20:16 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:49748) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mnLmB-00085R-Ov for emacs-devel@gnu.org; Wed, 17 Nov 2021 09:19:03 -0500 Original-Received: from [2001:470:142:3::e] (port=33142 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mnLmB-0004WA-G7; Wed, 17 Nov 2021 09:19:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=gNraSpmSONXp4AZB2tmy1uqNg45Sm1btgr8dUYFxEic=; b=T4Hh93cWBqPLiDC5fyr1 A1EG3gLA5Mow6TZ85fAiSavBox6EKQ+o7wF+WRD/Y7I8OCGqn+S0KLi1eWcE6I/R7G1M+yTx2D/ev ntjzFiWvrVvLn6MlpETz3Hk+A485k+dQyQDjS+UsXecrLAgEYCsNrd/OQOJIZ+TWVnGP0YzqgBWaB zckGgnijTCJKspGcY+10zOMXFP2hobSp1D3+krdCi3x+q1Igwb3mGvFKEYd62T+sdkP3ve5Zg52HF N/a3suhDPVLWAgttU1zfkUPhvlpFM8iQrXNeqyFHKPhrxI9ktGr/dNH2769hjZogHfY4DATAWbn2M L1BrmfS1r+N39g==; Original-Received: from [87.69.77.57] (port=1111 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mnLmB-0001pv-4z; Wed, 17 Nov 2021 09:19:03 -0500 In-Reply-To: <87czmyq5k6.fsf@gmail.com> (message from =?utf-8?Q?Andr=C3=A9?= A. Gomes on Wed, 17 Nov 2021 16:23:37 +0300) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:279634 Archived-At: > From: André A. Gomes > Cc: emacs-devel@gnu.org > Date: Wed, 17 Nov 2021 16:23:37 +0300 > > Eli Zaretskii writes: > > >> > Is it even possible to select, i.e. type, a characters that is above > >> > ?~??? > > > > It _is_ possible to select it, but maybe inconvenient, and showing > > such "characters" could maybe confuse (if we ever get to showing so > > many candidates: e.g., Hunspell limits the number of suggestions to > > just 15, AFAICT). So if you or someone else wants to submit patches > > to skip all the codepoints between 128 and 160, I'm okay with that. > > Could you please explain me how can I select those? For instance, > "\200". It's just a codepoint, so you need a keyboard that can send it. Not many will do that without tinkering, admittedly. > I've always used aspell. For example, triggering M-$ on "twr" yields > 100 suggestions. Like I said: switch to a better speller. Hunspell suggests just 7. Maybe we should limit the list to some reasonably small length. > What happens between codepoints 128 and 160? They are non-printable characters, so not many keyboards are able to produce them. After that, you have Latin-1, so much easier.