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>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Stefan Kangas <stefankangas <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#70533: closed (mhtml-mode-map inconsistancies)
Date: Sun, 19 May 2024 08:49:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 19 May 2024 08:47:01 +0000
with message-id <CADwFkmmm8iYaoA3vgk6jOkNegu8sRe3tgm7eZHPLOZwKhYCVaA <at> mail.gmail.com>
and subject line Re: bug#70533: mhtml-mode-map inconsistancies
has caused the debbugs.gnu.org bug report #70533,
regarding mhtml-mode-map inconsistancies
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
70533: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70533
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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.


[Message part 3 (message/rfc822, inline)]
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 year and 59 days ago.

Previous Next


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