emacs-devel
[Top][All Lists]
Advanced

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

Re: master 192f935 1/3: Add 'define-keymap' and 'defvar-keymap'


From: Lars Ingebrigtsen
Subject: Re: master 192f935 1/3: Add 'define-keymap' and 'defvar-keymap'
Date: Mon, 04 Oct 2021 10:56:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

larsi@gnus.org (Lars Ingebrigtsen) writes:

> +(defun lisp-indent--defvar-keymap (state)
> +  "Return the indent position in the options part of a `defvar-keymap' form."

After pushing this, it strikes me that perhaps we should just indent all
lists that start with a keyword this way?

That is

(:foo 1
 :zot 2)

instead of

(:foo 1
      :zot 2)

as it's currently done.  Any objections?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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