Function: kotl-mode:completion-kill-region

kotl-mode:completion-kill-region is a function alias and interactive for kotl-mode:kill-region, defined in kotl-mode.el.

Signature

(kotl-mode:completion-kill-region START END &optional COPY-FLAG)

Documentation

Kill region between START and END within a single kcell.

With optional COPY-FLAG equal to t, copy region to kill ring but does not kill it. With COPY-FLAG any other non-nil value, return region as a string without affecting kill ring.

If called interactively, transient-mark-mode(var)/transient-mark-mode(fun) is non-nil, and there is no active region, copy any delimited selectable thing at point; see hui:delimited-selectable-thing.

If the buffer is read-only and COPY-FLAG is nil, the region will not be deleted but it will be copied to the kill ring and then an error will be signaled.

If a completion is active, this aborts the completion only.

Key Bindings

Aliases

kotl-mode:completion-kill-region