From: Noam Postavsky <npostavs@gmail.com>
To: Allen Li <darkfeline@felesatra.moe>
Cc: 36243@debbugs.gnu.org
Subject: bug#36243: 26.2; defining inverse abbrevs include space
Date: Sat, 22 Jun 2019 19:35:04 -0400 [thread overview]
Message-ID: <87pnn5tcrb.fsf@gmail.com> (raw)
In-Reply-To: <CADbSrJybFVie8Vah4UaUOQFcxF6CxpfWp1aLCS_U=YAccmbsTA@mail.gmail.com> (Allen Li's message of "Mon, 17 Jun 2019 12:23:02 -0700")
tags 36243 fixed
close 36243 27.1
quit
Allen Li <darkfeline@felesatra.moe> writes:
> Thanks for suggesting skip-syntax-backward, see new patch.
> @@ -354,6 +354,7 @@ inverse-add-abbrev
> (let (name exp start end)
> (save-excursion
> (forward-word (1+ (- arg)))
> + (skip-syntax-backward "^w")
> (setq end (point))
> (backward-word 1)
> (setq start (point)
Perfect, thanks, pushed to master.
2db75262c7 2019-06-22T19:25:44-04:00 "Fix defining inverse abbrevs on previous words (Bug#36243)"
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=2db75262c7395483d1fa9a0c9d93dd3e4d534e1f
prev parent reply other threads:[~2019-06-22 23:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-16 10:35 bug#36243: 26.2; defining inverse abbrevs include space Allen Li
2019-06-17 14:44 ` Noam Postavsky
2019-06-17 19:23 ` Allen Li
2019-06-21 18:30 ` Allen Li
2019-06-22 23:35 ` Noam Postavsky [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87pnn5tcrb.fsf@gmail.com \
--to=npostavs@gmail.com \
--cc=36243@debbugs.gnu.org \
--cc=darkfeline@felesatra.moe \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.