all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: mvar <mvar.40k@gmail.com>
To: "Andreas Röhler" <andreas.roehler@easy-emacs.de>
Cc: 39134@debbugs.gnu.org
Subject: bug#39134: 28.0.50; forward-sexp fails on curved singlequotes
Date: Mon, 16 Aug 2021 09:20:34 +0300	[thread overview]
Message-ID: <87h7fpap1p.fsf@cnu407c2zx.nsn-intra.net> (raw)
In-Reply-To: <7ba85204-6b66-40f6-350d-a81534c50c15@easy-emacs.de> ("Andreas Röhler"'s message of "Tue, 14 Jan 2020 14:35:34 +0100")

Andreas Röhler <andreas.roehler@easy-emacs.de> writes:

> Please consider output of "M-x describe-function RET defun RET".
>
> Go in first line to beginning of "‘byte-run.el’". From "Char: ‘ (8216, #o20030,
> #x2018,"
> "M-x forward-sexp RET". Cursor stops at dot, but should go until Char: ’ (8217,
> #o20031, #x2019)
>
> Later on in buffer from start of "‘interactive’" it works as expected.
> Also on ‘defun-declarations-alist’.
>
> Thanks developing Emacs,
> Andreas

hi Andreas,

even for ‘interactive’ it does not work as expected - the cursor moves
right on top of the second curly singlequote instead of the character to
its right (the dot in that output). But this happens in the help
text. In scratch buffer for the below string:

boing ‘forward-sexp.test’ boing

forward-sexp acknowledges 3 sexps. But adding an extra space

boing ‘forward-sexp.test ’ boing

will break it and the second sexp ends on the newly added space.
Looks like that these specific quotation marks are not considered as equivalents
of parentheses.

do you see this as a general problem or just for the help-mode text?

thank you in advance,
Michalis





  parent reply	other threads:[~2021-08-16  6:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-14 13:35 bug#39134: 28.0.50; forward-sexp fails on curved singlequotes Andreas Röhler
2020-01-14 15:29 ` Eli Zaretskii
2020-01-14 16:06   ` Andreas Röhler
2020-01-14 16:20     ` Eli Zaretskii
2020-01-14 17:33       ` Andreas Röhler
2021-08-16  6:20 ` mvar [this message]
2021-08-16 15:39   ` Andreas Röhler
2021-08-17  9:58     ` Michalis V.
2021-08-17 12:21       ` Lars Ingebrigtsen

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=87h7fpap1p.fsf@cnu407c2zx.nsn-intra.net \
    --to=mvar.40k@gmail.com \
    --cc=39134@debbugs.gnu.org \
    --cc=andreas.roehler@easy-emacs.de \
    /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.