From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: Links and visual-line-mode Date: Thu, 02 Jun 2011 22:20:45 +0200 Message-ID: <80vcwo56jm.fsf@somewhere.org> References: <4DE6CC11.6050309@gmail.com> <13614.1306982954@alphaville.dokosmarshall.org> <4DE71FEA.6010201@gmail.com> <15241.1306994317@alphaville.dokosmarshall.org> <4DE797D7.7060608@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org 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