07/08/24 22:41:03
>>491
M-0は、それ自体がコマンドなので
>M-0 C-k みたいなコマンドをひくにはどうしたいいんでしょうか?
というのは無理。別々に調べる。
M-0を引いたら
M-0 runs the command digit-argument
Part of the numeric argument for the next command.
C-u following digits or minus sign ends the argument.
って書いてあるでしょ。
C-kを引いたら
(kill-line &optional arg)
With prefix argument, kill that many lines from point.
Negative arguments kill lines backward.
With zero argument, kills the text before point on the current line.
って書いてあるでしょ。