[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] master e6fe301: Another longstanding to-do: bind vc-de
From: |
Stefan Monnier |
Subject: |
Re: [Emacs-diffs] master e6fe301: Another longstanding to-do: bind vc-delete-file. |
Date: |
Tue, 02 Dec 2014 09:11:45 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
> Another longstanding to-do: bind vc-delete-file.
Please, *again*, include a ChangeLog-format description of your change
in *every* commit message. This is usually a simple copy of the text
you wrote for the ChangeLog file, and C-c C-a from the *VC-Log* buffer
should even grab that text and copy it for you (and you can config VC so
that it does this copy automatically without you even hitting C-c C-a).
> + * vc-hooks.el: Bind vc-delete-file to Ctrl-x v delete.
^^^^^^
C-x
> + * vc.el (vc-expand-dirs): Now takes a second BACKEND argument,
While it's a second argument, it's not a second backend argument.
We usually just say "Add BACKEND argument" ;-)
> + (define-key map "[delete]" 'vc-delete-file)
This binds the command to the key sequence [ d e l e t e ]
Stefan
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Emacs-diffs] master e6fe301: Another longstanding to-do: bind vc-delete-file.,
Stefan Monnier <=