From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#36516: Wrong dynamic abbrev expansion after space Date: Sun, 23 Aug 2020 21:43:54 +0300 Organization: LINKOV.NET Message-ID: <87a6ylmflp.fsf@mail.linkov.net> References: <8736jks4wg.fsf@mail.linkov.net> <83imsg9tfk.fsf@gnu.org> <87zhlp33kh.fsf@mail.linkov.net> <83k1ct6yrl.fsf@gnu.org> <87o9241a6n.fsf@mail.linkov.net> <20190727171831.GB81205@breton.holly.idiocy.org> <87k1c2qazy.fsf@mail.linkov.net> <20190803113439.GC31224@breton.holly.idiocy.org> <877e7ux8q6.fsf@mail.linkov.net> <87pn7ilq5y.fsf@gnus.org> 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="21155"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: Alan Third , 36516@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Aug 23 20:47:12 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1k9v1L-0005QN-N6 for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 23 Aug 2020 20:47:11 +0200 Original-Received: from localhost ([::1]:35930 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k9v1K-0007iz-OI for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 23 Aug 2020 14:47:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57432) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k9v1D-0007gg-C5 for bug-gnu-emacs@gnu.org; Sun, 23 Aug 2020 14:47:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:43561) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1k9v1D-00080Q-3C for bug-gnu-emacs@gnu.org; Sun, 23 Aug 2020 14:47:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1k9v1D-0004Ai-1d for bug-gnu-emacs@gnu.org; Sun, 23 Aug 2020 14:47:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 23 Aug 2020 18:47:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 36516 X-GNU-PR-Package: emacs Original-Received: via spool by 36516-submit@debbugs.gnu.org id=B36516.159820836415961 (code B ref 36516); Sun, 23 Aug 2020 18:47:03 +0000 Original-Received: (at 36516) by debbugs.gnu.org; 23 Aug 2020 18:46:04 +0000 Original-Received: from localhost ([127.0.0.1]:55106 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k9v0G-00049I-I7 for submit@debbugs.gnu.org; Sun, 23 Aug 2020 14:46:04 -0400 Original-Received: from relay10.mail.gandi.net ([217.70.178.230]:59733) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k9v0E-000484-Q4 for 36516@debbugs.gnu.org; Sun, 23 Aug 2020 14:46:03 -0400 Original-Received: from mail.gandi.net (m91-129-102-47.cust.tele2.ee [91.129.102.47]) (Authenticated sender: juri@linkov.net) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 46973240008; Sun, 23 Aug 2020 18:45:54 +0000 (UTC) In-Reply-To: <87pn7ilq5y.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sat, 22 Aug 2020 16:18:49 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:186077 Archived-At: >>>> Maybe it's possible to break out of the vicious cycle of ‘SPC M-/’ >>>> repetitions by making ‘SPC M-/’ look like a normal expansion, e.g.: >>> >>> This looks good to me. The only problem is it breaks the test for >>> bug#1948. I think it no longer squashes all the spaces. >> >> Sorry for breaking the test, I'll try to find a fix that will pass all tests. > > This was a year ago -- Juri, did you get any further with this? No progress, sorry. And no ideas how to fix this.