Variable: msb-item-handling-function
msb-item-handling-function is a variable defined in msb.el.gz.
Value
msb-item-handler
Documentation
The appearance of a buffer menu.
The default function to call for handling the appearance of a menu item. It should take two arguments, BUFFER and MAX-BUFFER-NAME-LENGTH, where the latter is the max length of all buffer names.
The function should return the string to use in the menu.
When the function is called, BUFFER is the current buffer. This
function is called for items in the variable msb-menu-cond that have
nil as ITEM-HANDLING-FUNCTION. See msb-menu-cond for more
information.
Source Code
;; Defined in /usr/src/emacs/lisp/msb.el.gz
(defvar msb-item-handling-function 'msb-item-handler
"The appearance of a buffer menu.
The default function to call for handling the appearance of a menu
item. It should take two arguments, BUFFER and MAX-BUFFER-NAME-LENGTH,
where the latter is the max length of all buffer names.
The function should return the string to use in the menu.
When the function is called, BUFFER is the current buffer. This
function is called for items in the variable `msb-menu-cond' that have
nil as ITEM-HANDLING-FUNCTION. See `msb-menu-cond' for more
information.")