Variable: ispell-use-framepop-p
ispell-use-framepop-p is a customizable variable defined in
ispell.el.gz.
Value
nil
Documentation
When non-nil ispell uses framepop to display choices in a dedicated frame.
You can set this variable to dynamically use framepop if you are in a
window system by evaluating the following on startup to set this variable:
(and (display-graphic-p) (require 'framepop nil t))
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
;; FIXME framepop.el last updated c 2003 (?),
;; use posframe.
(defcustom ispell-use-framepop-p nil
"When non-nil ispell uses framepop to display choices in a dedicated frame.
You can set this variable to dynamically use framepop if you are in a
window system by evaluating the following on startup to set this variable:
(and (display-graphic-p) (require \\='framepop nil t))"
:type 'boolean)