From: Daniel Sausner <daniel.sausner@posteo.de>
To: "Mattias Engdegård" <mattiase@acm.org>
Cc: 52003@debbugs.gnu.org
Subject: bug#52003: Unexpected advising behavior due to recursive implementation
Date: Sun, 21 Nov 2021 17:29:36 +0000 [thread overview]
Message-ID: <18a2668d-746e-24e7-06fd-f87904a3e7ca@posteo.de> (raw)
In-Reply-To: <FE6F11E7-E6B6-4929-94D4-2A937DCC9F76@acm.org>
> Yes but what would that mean? The best we can do is to promise that a function F, when called in a manner consistent with the documentation, behaves accordingly. We cannot guarantee the absence of calls to F, can we?
>
> But unless I'm mistaken, that's what you are unhappy about: `forward-sexp` may call itself when you call it. A lot of other code calls that function as part of their implementation. Don't they cause trouble, or is it just the recursive call?
Well, my initial concern was the (new) recursive call, which adds
another layer of complexity for advising. I now see too that an advice
on such a deep rooted function is kind of madness anyway. In fact I
would need to make a distinction between the interactive modes both ways.
> What are you trying to do? Can't you define a mode-specific forward-sexp-function?
The problem I'm trying to solve is, that the cursor in evil normal state
is not between chars but _on_ a char. Moving to the end of a sexp in
lisp I would expect the cursor to be on the closing paren instead of
behind it. There was already an advice planted on
`elisp--precedent-sexp` to achieve this effect for `eval-last-sexp`. It
basically only moves the point one char forward if in normal mode before
eval-last-sexp, hence the sexp including the paren on which the cursor
rests will be evaluated instead of the thing before the cursor/paren.
I wanted to transport this behaviour to the motion-sexp commands and
initially I was naive enough to think that this is a low hanging fruit,
because I could take the same advice function and add it to
backward/forward-sexp.
In essence I would like to move the visible cursor by a single char in
one or the other direction before and after one or more
`forward-sexp`-based commands are executed. But I'm not sure anymore if
this is really worth the effort :-)
next prev parent reply other threads:[~2021-11-21 17:29 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-20 16:13 bug#52003: Unexpected advising behavior due to recursive implementation Daniel Sausner
2021-11-20 19:16 ` Mattias Engdegård
2021-11-21 9:32 ` Daniel Sausner
2021-11-21 11:08 ` Mattias Engdegård
2021-11-21 17:29 ` Daniel Sausner [this message]
2021-11-22 9:20 ` Mattias Engdegård
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=18a2668d-746e-24e7-06fd-f87904a3e7ca@posteo.de \
--to=daniel.sausner@posteo.de \
--cc=52003@debbugs.gnu.org \
--cc=mattiase@acm.org \
/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.