|
81 | 81 | ;;
|
82 | 82 | ;; Set via ~rime-show-candidate~.
|
83 | 83 | ;;
|
84 |
| -;; | Value | description | |
85 |
| -;; |------------+-----------------------------------------------------------------------------| |
86 |
| -;; | ~nil~ | don't show candidate at all. | |
87 |
| -;; | ~minibuffer~ | Display in minibuffer. | |
88 |
| -;; | ~message~ | Display with ~message~ function, useful when you use minibuffer as mode-line. | |
89 |
| -;; | ~popup~ | Use popup. | |
90 |
| -;; | ~posframe~ | Use posfarme, will fallback to popup in TUI | |
| 84 | +;; | Value | description | |
| 85 | +;; |--------------+-------------------------------------------------------------------------------| |
| 86 | +;; | ~nil~ | don't show candidate at all. | |
| 87 | +;; | ~minibuffer~ | Display in minibuffer. | |
| 88 | +;; | ~message~ | Display with ~message~ function, useful when you use minibuffer as mode-line. | |
| 89 | +;; | ~popup~ | Use popup. | |
| 90 | +;; | ~posframe~ | Use posfarme, will fallback to popup in TUI | |
| 91 | +;; | ~sidewindow~ | Use sidewindow. | |
91 | 92 | ;;
|
92 | 93 | ;; * The lighter
|
93 | 94 | ;;
|
@@ -349,7 +350,8 @@ nil means don't display candidate at all.
|
349 | 350 | `popup', display with popup.el.
|
350 | 351 | `message', display with function `message', this is a
|
351 | 352 | replacement for `minibuffer' if you use minibuffer as the mode-line.
|
352 |
| -`posframe', display candidate in posframe, will fallback to popup in TUI." |
| 353 | +`posframe', display candidate in posframe, will fallback to popup in TUI. |
| 354 | +`sidewindow', display in sidewindow." |
353 | 355 | :type 'symbol
|
354 | 356 | :options '(minibuffer message popup posframe sidewindow)
|
355 | 357 | :group 'rime)
|
|
0 commit comments