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

[xyzzy:07379] 範囲選択のキーバインド(元記事 " テキストの一部を色付きに " について)



こんにちは。TOHEIです。
山本さん、渡辺さん、金子さん、お返事ありがとうございます。

今回、まず山本さんのメールに書かれていたものをコピーして
利用しようとしてみました。ところが「関数が定義されていま
せん」と怒られてしまいます^^;
以下の部分をそのままcolorstring.lに貼り付けて流用しては
まずかったのでしょうか?


> ;;; リージョンをセレクションにする
> (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 に割り当てられます。

Index Home