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-parameters | Alist of parameters for cfrs’ child frames. |
cfrs-input-mode-abbrev-table | Abbrev table for ‘cfrs-input-mode’. |
cfrs-input-mode-hook | Hook run after entering ‘cfrs-input-mode’. |
cfrs-input-mode-map | Keymap for ‘cfrs-input-mode’. |
cfrs-input-mode-syntax-table | Syntax table for ‘cfrs-input-mode’. |
cfrs-max-width | The maximum width of the cfrs input field. |
cfrs-min-width | The minimum width of the cfrs input field. |
Defined functions (1)
cfrs-read | (PROMPT &optional INITIAL-INPUT) |
Defined faces (1)
cfrs-border-color | The face for the border of the cfrs popup frame. Only the ‘:background’ part is used. |