From: Eli Zaretskii <eliz@gnu.org>
To: Al Petrofsky <al@petrofsky.org>
Cc: 64022@debbugs.gnu.org
Subject: bug#64022: Subject: 28.2; minibuffer-beginning-of-buffer fails to set mark
Date: Mon, 12 Jun 2023 18:49:30 +0300 [thread overview]
Message-ID: <834jncy92t.fsf@gnu.org> (raw)
In-Reply-To: <CAPMQwz4ViHEWbZFx3RgvwWmyWwAaFA-mhJx27jA1M3gEEBG3QQ@mail.gmail.com> (message from Al Petrofsky on Mon, 12 Jun 2023 11:15:43 -0400)
> From: Al Petrofsky <al@petrofsky.org>
> Date: Mon, 12 Jun 2023 11:15:43 -0400
>
> emacs -Q
> M-: foo M-< C-x C-x
>
> In emacs 26, point returns to the end of the minibuffer, but in 27 and
> 28.2 a bogus "No mark set in this buffer" error is reported.
>
> I think the first 'when' in minibuffer-beginning-of-buffer is supposed
> to be 'unless'.
You are right. I've now fixed this on the emacs-29 branch.
> Another issue is that this:
>
> emacs -Q
> M-: C-x C-x
>
> correctly reports "No mark set in this buffer", but this:
>
> emacs -Q
> M-: t C-@ RET
> M-: C-x C-x
>
> does not. This does no harm, but logically the mark should probably
> be unset when a new minibuffer is created.
It's not a new minibuffer, it's the same "*Minibuf-1*" minibuffer used
the first time. So I think Emacs behaves correctly here.
next prev parent reply other threads:[~2023-06-12 15:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-12 15:15 bug#64022: Subject: 28.2; minibuffer-beginning-of-buffer fails to set mark Al Petrofsky
2023-06-12 15:49 ` Eli Zaretskii [this message]
2023-06-17 7:44 ` 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=834jncy92t.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=64022@debbugs.gnu.org \
--cc=al@petrofsky.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.