From: "Johan Bockgård" <bojohan@gnu.org>
To: Devon Sean McCullough <Emacs-Hacker2017@jovi.net>
Cc: John Wiegley <jwiegley@gmail.com>, 28609@debbugs.gnu.org
Subject: bug#28609: simple.el
Date: Tue, 26 Sep 2017 21:09:59 +0200 [thread overview]
Message-ID: <873779wa2g.fsf@muon> (raw)
In-Reply-To: <D4ACD8F1-C378-4363-B319-1DADFCB639EF@jovi.net> (Devon Sean McCullough's message of "Tue, 26 Sep 2017 10:51:04 -0400")
Devon Sean McCullough <Emacs-Hacker2017@jovi.net> writes:
> @@ -1003,7 +1003,7 @@
> If METHOD is `delete-only', then delete the region; the return value
> is undefined. If METHOD is nil, then return the content as a string.
> If METHOD is `bounds', then return the boundaries of the region
> -as a list of the form (START . END).
> +as a pair of (START . END) positions.
It's a list of pairs.
> @@ -5473,7 +5473,7 @@
> (progn (cl-assert (mark)) t)))
>
> (defun region-bounds ()
> - "Return the boundaries of the region as a list of (START . END) positions."
> + "Return the boundaries of the region as a pair of (START . END) positions."
> (funcall region-extract-function 'bounds))
Ditto.
next prev parent reply other threads:[~2017-09-26 19:09 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-26 14:51 bug#28609: simple.el Devon Sean McCullough
2017-09-26 16:28 ` John Wiegley
2017-09-26 16:33 ` John Wiegley
2017-09-26 19:09 ` Johan Bockgård [this message]
2017-09-26 19:37 ` John Wiegley
2017-09-29 13:28 ` Eli Zaretskii
2017-09-30 11:09 ` Johan Bockgård
2017-10-04 20:24 ` Johan Bockgård
2017-10-05 8:33 ` Eli Zaretskii
2020-08-22 19:23 ` Stefan Kangas
2017-09-29 13:02 ` Eli Zaretskii
[not found] <<D4ACD8F1-C378-4363-B319-1DADFCB639EF@jovi.net>
[not found] ` <<838tgx8xpa.fsf@gnu.org>
2017-09-30 2:30 ` Drew Adams
2017-09-30 8:12 ` Eli Zaretskii
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=873779wa2g.fsf@muon \
--to=bojohan@gnu.org \
--cc=28609@debbugs.gnu.org \
--cc=Emacs-Hacker2017@jovi.net \
--cc=jwiegley@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).