emacs-devel
[Top][All Lists]
Advanced

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

Re: [elpa] externals/cape 2e4e97868d: Add `log-edit-mode'


From: Stefan Monnier
Subject: Re: [elpa] externals/cape 2e4e97868d: Add `log-edit-mode'
Date: Sun, 04 Dec 2022 22:55:46 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

> @@ -98,6 +98,7 @@ The buffers are scanned for completion candidates by 
> `cape-line'."
>    '((org-mode ?= ?=)
>      (markdown-mode ?` ?`)
>      (rst-mode "``" "``")
> +    (log-edit-mode "`" "'")
>      (rcirc-mode "`" "'"))
>    "Wrapper characters for symbols."
>    :type '(alist :key-type symbol :value-type (list (choice character string)

This seems to depend heavily on the convention used when writing commit
messages, and those conventions are probably rarely using `...' outside
of the small circle of people who hack on Emacs's source code.


        Stefan




reply via email to

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