From: Dmitry Gutov <dmitry@gutov.dev>
To: Juri Linkov <juri@linkov.net>, 63790@debbugs.gnu.org
Subject: bug#63790: 30.0.50; prog-fill-reindent-defun regression
Date: Sat, 3 Jun 2023 05:40:47 +0300 [thread overview]
Message-ID: <382ab3bd-b9ed-ea18-1ae5-9458ffb1b85c@gutov.dev> (raw)
In-Reply-To: <864jnv6pf8.fsf@mail.linkov.net>
On 29/05/2023 19:53, Juri Linkov wrote:
> This regression is in master, not in emacs-29.
If it is a regression, then compared to what? emacs-29 doesn't have this
function. Compared to some earlier revision?
> 0. emacs-30 -Q
> 1. add to the beginning of the *scratch* buffer a list, so that
> *scratch* looks like this:
>
> (+
> 1
> 2
> 3)
>
> ;; This buffer is for text that is not saved, and for Lisp evaluation.
> ;; To create a file, visit it with C-x C-f and enter text in its buffer.
>
> 2. Activate the region with the beginning at the start of the line with
> the first comment, and the region end with point at the end of the buffer.
>
> 3. Type 'M-q' (prog-fill-reindent-defun)
>
> It indents the list instead of the comment.
>
> But when point is at the region beginning then 'M-q' correctly indents
> the comments.
This happens because in this scenario point ends up outside of the
comment (at eob). So when the function is called, in looks for a defun.
Did we at some point add (or decide to add) a condition when, if a
region is active, it should only refill and not reindent?
next prev parent reply other threads:[~2023-06-03 2:40 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-29 16:53 bug#63790: 30.0.50; prog-fill-reindent-defun regression Juri Linkov
2023-06-03 2:40 ` Dmitry Gutov [this message]
2023-06-04 17:14 ` Juri Linkov
2023-06-06 1:41 ` Dmitry Gutov
2023-06-06 18:55 ` Juri Linkov
2023-06-08 0:35 ` Dmitry Gutov
2023-06-08 16:59 ` Juri Linkov
2023-06-09 1:58 ` Dmitry Gutov
2023-06-09 17:37 ` Juri Linkov
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=382ab3bd-b9ed-ea18-1ae5-9458ffb1b85c@gutov.dev \
--to=dmitry@gutov.dev \
--cc=63790@debbugs.gnu.org \
--cc=juri@linkov.net \
/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.