emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Ihor Radchenko <yantar92@gmail.com>
To: Joseph Peterson <jeepeterson@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: [BUG] Consecutive emphasis markers only work every other time [9.5 (9.5-??-cc2490a70 @ /home/joe/.emacs.d/.local/straight/build-27.1/org/)]
Date: Mon, 11 Oct 2021 09:43:01 +0800	[thread overview]
Message-ID: <875yu4pc9m.fsf@localhost> (raw)
In-Reply-To: <CACJad5b_PYnKD+vQ5UyqMtyJ_QC5C0rt1oX9EGKtGf_WyiNXnw@mail.gmail.com>

Joseph Peterson <jeepeterson@gmail.com> writes:

> ------------------------------------------------------------------------
>
> Steps to reproduce:
> Enter org mode (I am on cc2490a7061955395c4f5a1a23a088044554a2f7)
> Type *bold* *bold* *bold*
> Notice that the second instance is not bolded while the first and third
> are.

Confirmed.

Thanks for reporting! The problem was introduced in fa315986a.

This particular issues can be fixed by
-                (goto-char (match-end 0))
+                (goto-char (match-beginning 5))

However, I afraid that the whole fa315986a idea may not be useful.
Moving to the end of emphasis upon fontification will break any kind of
nesting (like *bold /italic end bold* end italic/). This is probably
more severe compared to arcane scenario in
https://orgmode.org/list/87fsujp7mc.fsf@web.de

Best,
Ihor


  reply	other threads:[~2021-10-11  1:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-10 18:42 [BUG] Consecutive emphasis markers only work every other time [9.5 (9.5-??-cc2490a70 @ /home/joe/.emacs.d/.local/straight/build-27.1/org/)] Joseph Peterson
2021-10-11  1:43 ` Ihor Radchenko [this message]
2021-10-29  9:48 ` Ihor Radchenko

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=875yu4pc9m.fsf@localhost \
    --to=yantar92@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=jeepeterson@gmail.com \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).