[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: why there is no kill-page command
From: |
Po Lu |
Subject: |
Re: why there is no kill-page command |
Date: |
Tue, 14 Nov 2023 18:39:59 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Uwe Brauer <oub@mat.ucm.es> writes:
> Hi
>
> In order to kill a page, I have to run
> C-x C-p
> C-w
>
> So is there a good reason why there is no kill-page command?
>
> Regards
Because it is equivalent to C-x C-p C-w, as you so pointedly mention.
Such actions are not so frequent as to warrant a command of their own,
and a command will be pointless absent a default keybinding, while our
keymaps are filled to repletion such that introducing a new binding
shorter than "C-x C-p C-w" will assuredly bring on weeks upon weeks of
gut-wrenching hairsplitting on which existing bindings it is to replace.