GNU bug report logs - #70533
mhtml-mode-map inconsistancies

Previous Next

Package: emacs;

Reported by: Dan Jacobson <jidanni <at> jidanni.org>

Date: Tue, 23 Apr 2024 10:16:04 UTC

Severity: normal

Done: Stefan Kangas <stefankangas <at> gmail.com>

To reply to this bug, email your comments to 70533 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#70533; Package emacs. (Tue, 23 Apr 2024 10:16:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Dan Jacobson <jidanni <at> jidanni.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 23 Apr 2024 10:16:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Dan Jacobson <jidanni <at> jidanni.org>
To: bug-gnu-emacs <at> gnu.org
Subject: mhtml-mode-map inconsistancies
Date: Tue, 23 Apr 2024 18:15:06 +0800
mhtml-mode-map has
;; C-c C-c l       html-list-item ; makes <li>
;; C-c RET         html-paragraph ; makes <p>
OK, I fixed that for myself with
(define-key mhtml-mode-map (kbd "C-c C-c p") 'html-paragraph)
maybe that should be added to the many aliases there.




Reply sent to Stefan Kangas <stefankangas <at> gmail.com>:
You have taken responsibility. (Sun, 19 May 2024 08:49:01 GMT) Full text and rfc822 format available.

Notification sent to Dan Jacobson <jidanni <at> jidanni.org>:
bug acknowledged by developer. (Sun, 19 May 2024 08:49:01 GMT) Full text and rfc822 format available.

Message #10 received at 70533-done <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefankangas <at> gmail.com>
To: Dan Jacobson <jidanni <at> jidanni.org>, 70533-done <at> debbugs.gnu.org
Subject: Re: bug#70533: mhtml-mode-map inconsistancies
Date: Sun, 19 May 2024 08:47:01 +0000
Dan Jacobson <jidanni <at> jidanni.org> writes:

> mhtml-mode-map has
> ;; C-c C-c l       html-list-item ; makes <li>
> ;; C-c RET         html-paragraph ; makes <p>
> OK, I fixed that for myself with
> (define-key mhtml-mode-map (kbd "C-c C-c p") 'html-paragraph)
> maybe that should be added to the many aliases there.

Sure, why not.

Added on master in commit 92cd24f405c, and closing the bug.




This bug report was last modified 1 day ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.