emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#70533: closed (mhtml-mode-map inconsistancies)


From: GNU bug Tracking System
Subject: bug#70533: closed (mhtml-mode-map inconsistancies)
Date: Sun, 19 May 2024 08:49:01 +0000

Your message dated Sun, 19 May 2024 08:47:01 +0000
with message-id 
<CADwFkmmm8iYaoA3vgk6jOkNegu8sRe3tgm7eZHPLOZwKhYCVaA@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@gnu.org.)


-- 
70533: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70533
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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.



--- End Message ---
--- Begin Message --- Subject: Re: bug#70533: mhtml-mode-map inconsistancies Date: Sun, 19 May 2024 08:47:01 +0000
Dan Jacobson <jidanni@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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]