all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#70533: mhtml-mode-map inconsistancies
@ 2024-04-23 10:15 Dan Jacobson
  2024-05-19  8:47 ` Stefan Kangas
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Jacobson @ 2024-04-23 10:15 UTC (permalink / raw)
  To: 70533

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.





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#70533: mhtml-mode-map inconsistancies
  2024-04-23 10:15 bug#70533: mhtml-mode-map inconsistancies Dan Jacobson
@ 2024-05-19  8:47 ` Stefan Kangas
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Kangas @ 2024-05-19  8:47 UTC (permalink / raw)
  To: Dan Jacobson, 70533-done

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.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-19  8:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-23 10:15 bug#70533: mhtml-mode-map inconsistancies Dan Jacobson
2024-05-19  8:47 ` Stefan Kangas

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.