I often use my Emacs frame split vertically. This makes a problem when I list my open buffers (C-x C-b). The lines in the displayed buffer-selection list will wrap and the list becomes very untidy visually, like this:
If I hit M-x visual-line-mode the list become what I want it to look, easy tor read like this:
I need line wrapping in all my text files, but want to avoid it for the buffer-selection list.
How can I set visual-line-mode locally only for the buffer-selection list?

