[xyzzy:07376] Re: " テキストの一部を色付きに " について
- Subject: [xyzzy:07376] Re: " テキストの一部を色付きに " について
- From: sinj@xxxxxxxxxxxxxx (YAMAMOTO Shinji)
- X-mailer: Message Editor Version 2.3.4
TOHEIさん、こんにちは。山本です。
> 網掛けできないのでShift+ 矢印キーを利用しています。
> これは仕方のないことなのでしょうか?
私も同じ悩みを持っているので良い方法があれば教えてほしい
ですが、次のコードでしのいでいます。
;;; リージョンをセレクションにする
(defun my-regionーselection (from to)
(interactive "r")
(save-restriction
(narrow-to-region from to)
(goto-char (point-max))
(selection-beginning-of-buffer)))
(define-key spec-map #\C-s 'my-region-selection)
これだと Ctrl-c Ctrl-s に割り当てられます。
--
山本真二
sinj@xxxxxxxxxxxxxx