Variable: iswitchb-method
iswitchb-method is a variable defined in iswitchb.el.gz.
Value
nil
Documentation
Stores the method for viewing the selected buffer.
Its value is one of samewindow, otherwindow, display, otherframe,
maybe-frame or always-frame. See iswitchb-default-method for
details of values.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/iswitchb.el.gz
;; Do we need the variable iswitchb-use-mycompletion?
;;; Internal Variables
(defvar iswitchb-method nil
"Stores the method for viewing the selected buffer.
Its value is one of `samewindow', `otherwindow', `display', `otherframe',
`maybe-frame' or `always-frame'. See `iswitchb-default-method' for
details of values.")