GNU bug report logs -
#77823
31.0.50; M-j regression since commit 4c6b1712a4d
Previous Next
Reported by: Sean Whitton <spwhitton <at> spwhitton.name>
Date: Tue, 15 Apr 2025 11:29:02 UTC
Severity: normal
Found in version 31.0.50
Done: Sean Whitton <spwhitton <at> spwhitton.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 23 Apr 2025 11:56:20 +0800
with message-id <87o6wnedjv.fsf <at> melete.silentflame.com>
and subject line Re: bug#77823: 31.0.50; M-j regression since commit 4c6b1712a4d
has caused the debbugs.gnu.org bug report #77823,
regarding 31.0.50; M-j regression since commit 4c6b1712a4d
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
77823: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77823
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
X-debbugs-cc: eg642616 <at> gmail.com, eliz <at> gnu.org
1. emacs -q
2. C-x b foo RET
3. M-x emacs-lisp-mode RET
4. ;;;; hello M-j
Result is:
--8<---------------cut here---------------start------------->8---
;;;; hello|#
#|
--8<---------------cut here---------------end--------------->8---
but it should be
--8<---------------cut here---------------start------------->8---
;;;; hello
;;;;
--8<---------------cut here---------------end--------------->8---
My first thought is that since multiline comments of this style are not
valid Emacs Lisp, we should just set block-comment-start and
block-comment-end to nil for emacs-lisp-mode.
However, the recipe provided above works if you do 'M-x lisp-mode RET'
instead.
Even though Common Lisp supports these block comments, if you are
already writing a semicolon-delimited comment, then M-j should continue
it, rather than starting a #| |# comment.
--
Sean Whitton
[Message part 3 (message/rfc822, inline)]
Hello,
On Tue 22 Apr 2025 at 09:47pm -06, Elijah Gabe Pérez wrote:
> Sean Whitton writes:
>
> ISTM that a combination of the suggestions from Juri and Stefan would
> work well. It would be great if you could expand the functionality of
> electric-pair-mode to handle these cases.
>
> Yeah, at least support strings and specify if a paren should be expanded after a space (for do not
> conflict with others parens)(?), I will work on that, at this point it would be to make it similar to
> smartparens.
I'm not really familiar with smartparens but those seem like relevant
considerations.
> Ofc, some built-in major modes should set which parens to use.
Right.
I'll close this bug since the regression is fixed. You could post your
new patch to a new bug, perhaps.
--
Sean Whitton
This bug report was last modified 24 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.