emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Links and visual-line-mode


From: Sebastien Vauban
Subject: Re: [O] Links and visual-line-mode
Date: Thu, 02 Jun 2011 22:20:45 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt)

Hi all,

Scott Randby wrote:
>>> One reason I want pop-up-windows to be set to nil is because I
>>> frequently use C-x C-b to look at the buffer list. If pop-up-windows is
>>> set to t, then C-x C-b opens the buffer list in a pop-up window while
>>> the active cursor is in the other window. This is ridiculous.

Just on that one point, a trick read in "Emacs Lisp programming" IIRC:

#+begin_src emacs-lisp
      ;; rebind `C-x C-b'
      (global-set-key (kbd "C-x C-b") 'buffer-menu)
      ;; `buffer-menu' moves point in the window which lists your buffers
#+end_src

Best regards,
  Seb

-- 
Sebastien Vauban




reply via email to

[Prev in Thread] Current Thread [Next in Thread]