emacs-devel
[Top][All Lists]
Advanced

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

Re: some proposed tweaks to HTML mode


From: Andreas Schwab
Subject: Re: some proposed tweaks to HTML mode
Date: Thu, 21 Mar 2019 23:21:06 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.92 (gnu/linux)

On Mär 21 2019, Eric Abrahamsen <address@hidden> wrote:

> @@ -1743,6 +1744,8 @@ html-mode-map
>      (define-key map "\C-c1" 'html-headline-1)
>      (define-key map "\C-c\r" 'html-paragraph)
>      (define-key map "\C-c\n" 'html-line)
> +    (define-key map "\C-cd" 'html-div)
> +    (define-key map "\C-cs" 'html-span)

C-c <letter> is reserved for the user, and no mode should bind them.

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."



reply via email to

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