File: cfrs.el.html

; Simple implementation of reading a string with child-frames.

; Synchronous control is maintained by using recursive-edit. When finished
; the entered text is read from the input buffer and the child-frame is
; hidden.

Defined variables (7)

cfrs-frame-parametersAlist of parameters for cfrs’ child frames.
cfrs-input-mode-abbrev-tableAbbrev table for ‘cfrs-input-mode’.
cfrs-input-mode-hookHook run after entering ‘cfrs-input-mode’.
cfrs-input-mode-mapKeymap for ‘cfrs-input-mode’.
cfrs-input-mode-syntax-tableSyntax table for ‘cfrs-input-mode’.
cfrs-max-widthThe maximum width of the cfrs input field.
cfrs-min-widthThe minimum width of the cfrs input field.

Defined functions (1)

cfrs-read(PROMPT &optional INITIAL-INPUT)

Defined faces (1)

cfrs-border-colorThe face for the border of the cfrs popup frame. Only the ‘:background’ part is used.