ibuffer-inline-columns

ibuffer-inline-columns is a variable defined in `ibuffer.el'.
Its value is shown below.

Documentation:
Not documented as a variable.

Value:

((ibuffer-make-column-mode (propertize (with-current-buffer buffer (format-mode-line mode-name nil nil (current-buffer))) 'mouse-face 'highlight 'keymap ibuffer-mode-name-map 'help-echo "mouse-2: filter by this mode")) (ibuffer-make-column-size (with-current-buffer buffer (format "%s" (buffer-size)))) (ibuffer-make-column-name (propertize (with-current-buffer buffer (propertize (buffer-name) 'font-lock-face (ibuffer-buffer-name-face buffer mark))) 'mouse-face 'highlight 'keymap ibuffer-name-map 'ibuffer-name-column t 'help-echo '(if tooltip-mode "mouse-1: mark this buffer\nmouse-2: select this buffer\nmouse-3: operate on this buffer" "mouse-1: mark buffer mouse-2: select buffer mouse-3: operate"))) (ibuffer-make-column-modified (with-current-buffer buffer (if (buffer-modified-p) (string ibuffer-modified-char) " "))) (ibuffer-make-column-read-only (with-current-buffer buffer (if buffer-read-only (string ibuffer-read-only-char) " "))) (ibuffer-make-column-mark (with-current-buffer buffer (string mark))))