From: Robert Pluim <rpluim@gmail.com>
To: emacs-devel@gnu.org
Cc: Stefan Kangas <stefankangas@gmail.com>
Subject: Re: master a7c65fc666: Allow nil value for filter-buffer-substring-function
Date: Mon, 19 Sep 2022 17:10:15 +0200 [thread overview]
Message-ID: <87pmfre6y0.fsf@gmail.com> (raw)
In-Reply-To: <20220919145714.5036DC00872@vcs2.savannah.gnu.org> (Stefan Kangas's message of "Mon, 19 Sep 2022 10:57:14 -0400 (EDT)")
>>>>> On Mon, 19 Sep 2022 10:57:14 -0400 (EDT), Stefan Kangas <stefankangas@gmail.com> said:
Stefan> diff --git a/lisp/simple.el b/lisp/simple.el
Stefan> index 1b9bf9fa6d..40df5695c3 100644
Stefan> --- a/lisp/simple.el
Stefan> +++ b/lisp/simple.el
Stefan> @@ -5363,7 +5363,10 @@ These commands include \\[set-mark-command] and \\[start-kbd-macro]."
Stefan> The function is called with the same 3 arguments (BEG END DELETE)
Stefan> that `filter-buffer-substring' received. It should return the
Stefan> buffer substring between BEG and END, after filtering. If DELETE is
Stefan> -non-nil, it should delete the text between BEG and END from the buffer.")
Stefan> +non-nil, it should delete the text between BEG and END from the buffer.
Stefan> +
Stefan> +The default value is `buffer-substring--filter', and nil means
Stefan> +the same as the default.")
Ick. If `buffer-substring--filter' is the default function to call, it
should not have the '--' internal function marker.
Robert
--
next parent reply other threads:[~2022-09-19 15:10 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <166359943394.15847.12726646376922950024@vcs2.savannah.gnu.org>
[not found] ` <20220919145714.5036DC00872@vcs2.savannah.gnu.org>
2022-09-19 15:10 ` Robert Pluim [this message]
2022-09-19 15:56 ` master a7c65fc666: Allow nil value for filter-buffer-substring-function Stefan Kangas
2022-09-19 20:37 ` Stefan Monnier
2022-09-20 8:08 ` Robert Pluim
2022-09-20 13:23 ` Stefan Monnier
2022-09-19 20:56 ` Stefan Monnier
2022-09-19 21:15 ` Stefan Kangas
2022-09-19 21:58 ` Stefan Monnier
2022-09-20 6:26 ` Stefan Kangas
2022-09-20 15:41 ` [External] : " Drew Adams
2022-09-21 6:58 ` Michael Heerdegen
2022-09-21 7:06 ` Emanuel Berg
2022-09-21 15:59 ` Drew Adams
2022-09-22 9:59 ` Michael Heerdegen
2022-09-22 15:39 ` Drew Adams
2022-09-23 13:19 ` Stefan Monnier
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.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87pmfre6y0.fsf@gmail.com \
--to=rpluim@gmail.com \
--cc=emacs-devel@gnu.org \
--cc=stefankangas@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.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).