- Title
- start-selection
- Type
- Function
- Arguments
- start-selection TYPE &optional TEMPORARY POINT
- Package
- editor
- Section
- リージョン
- File
- builtin.l
選択領域の範囲指定を開始します。
TYPE:選択領域の範囲指定の方法を指定します。
1の場合 範囲選択を行で行います。
2の場合 範囲選択を文字で行います。
3の場合 範囲選択を矩形で行います。
TEMPORARY:一時的なものかどうかを指定します。
tの場合 キー入力されると範囲指定を解除します。
nilの場合 カーソル移動に応じて範囲を変更します。
使用例:
;;; 矩形で範囲指定する。
(start-selection 3 nil)
=> t
- Seealso
- stop-selection
- get-selection-type
- set-selection-type
- fix-selection-point
- pre-selection-p