From: Al Petrofsky <al@petrofsky.org>
To: 64022@debbugs.gnu.org
Subject: bug#64022: Subject: 28.2; minibuffer-beginning-of-buffer fails to set mark
Date: Mon, 12 Jun 2023 11:15:43 -0400 [thread overview]
Message-ID: <CAPMQwz4ViHEWbZFx3RgvwWmyWwAaFA-mhJx27jA1M3gEEBG3QQ@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 530 bytes --]
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'.
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.
[-- Attachment #2: Type: text/html, Size: 676 bytes --]
next reply other threads:[~2023-06-12 15:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-12 15:15 Al Petrofsky [this message]
2023-06-12 15:49 ` bug#64022: Subject: 28.2; minibuffer-beginning-of-buffer fails to set mark Eli Zaretskii
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=CAPMQwz4ViHEWbZFx3RgvwWmyWwAaFA-mhJx27jA1M3gEEBG3QQ@mail.gmail.com \
--to=al@petrofsky.org \
--cc=64022@debbugs.gnu.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.