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: Eric Abrahamsen
Subject: Re: some proposed tweaks to HTML mode
Date: Thu, 21 Mar 2019 15:32:33 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Andreas Schwab <address@hidden> writes:

> 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.

Ah, thanks for that catch. And I see that's exactly what
`html-quick-keys' is for. I've regularized the keybindings accordingly.

Thanks,
Eric




reply via email to

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