From: Andreas Schwab <schwab@linux-m68k.org>
To: 56110@debbugs.gnu.org
Cc: michael_heerdegen@web.de, signal3@gmail.com
Subject: bug#56110: 27+; switching from line-mode to char-mode
Date: Sun, 26 Jun 2022 17:08:51 +0200 [thread overview]
Message-ID: <87pmivcvi4.fsf@igel.home> (raw)
In-Reply-To: <8735frqy2a.fsf@web.de> (Michael Heerdegen's message of "Sun, 26 Jun 2022 16:49:49 +0200")
On Jun 26 2022, Michael Heerdegen wrote:
> diff --git a/lisp/term.el b/lisp/term.el
> index 94bf13e973..a8e44b4c34 100644
> --- a/lisp/term.el
> +++ b/lisp/term.el
> @@ -1467,10 +1467,10 @@ term-char-mode
> (when (> (point) pmark)
> (unwind-protect
> (progn
> - (add-function :override term-input-sender #'term-send-string)
> + (add-function :override (local 'term-input-sender) #'term-send-string)
> (end-of-line)
> (term-send-input))
> - (remove-function term-input-sender #'term-send-string))))
> + (remove-function (local 'term-input-sender) #'term-send-string))))
> (term-update-mode-line)))
Why can't that simply use let?
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
next prev parent reply other threads:[~2022-06-26 15:08 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-20 14:20 bug#56110: 27+; switching from line-mode to char-mode C. Michailidis
2022-06-21 11:47 ` Michael Heerdegen
2022-06-21 12:20 ` Michael Heerdegen
2022-06-22 17:23 ` Michael Heerdegen
2022-06-22 19:22 ` signal3
2022-06-22 21:14 ` Basil L. Contovounesios via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-22 22:23 ` signal3
2022-06-23 0:02 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-23 16:56 ` Michael Heerdegen
2022-06-23 21:45 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-25 12:17 ` Michael Heerdegen
2022-06-26 8:17 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-26 11:24 ` Michael Heerdegen
2022-06-26 12:23 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-26 13:04 ` Michael Heerdegen
2022-06-26 15:15 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-26 14:49 ` Michael Heerdegen
2022-06-26 15:08 ` Andreas Schwab [this message]
2022-06-26 15:30 ` Michael Heerdegen
2022-06-26 16:01 ` signal3
2022-06-26 18:00 ` Michael Heerdegen
2022-06-26 18:39 ` Michael Heerdegen
2022-06-26 18:40 ` Lars Ingebrigtsen
2022-06-26 18:44 ` Michael Heerdegen
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=87pmivcvi4.fsf@igel.home \
--to=schwab@linux-m68k.org \
--cc=56110@debbugs.gnu.org \
--cc=michael_heerdegen@web.de \
--cc=signal3@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 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.