From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: id links and org-link-frame-setup Date: Thu, 30 Jul 2009 21:00:04 -0700 Message-ID: <20524da70907302100n25262778g183aa9282f78a5f@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWjI0-0003kA-VK for emacs-orgmode@gnu.org; Fri, 31 Jul 2009 00:00:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWjHt-0003iJ-SY for emacs-orgmode@gnu.org; Fri, 31 Jul 2009 00:00:15 -0400 Received: from [199.232.76.173] (port=45933 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWjHs-0003iG-N0 for emacs-orgmode@gnu.org; Fri, 31 Jul 2009 00:00:08 -0400 Received: from mail-yw0-f184.google.com ([209.85.211.184]:45515) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWjHr-0007xN-Qs for emacs-orgmode@gnu.org; Fri, 31 Jul 2009 00:00:08 -0400 Received: by ywh14 with SMTP id 14so1432517ywh.1 for ; Thu, 30 Jul 2009 21:00:04 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode I almost always need a single window for everything except completion. In org, I have the following set to do this. (pushnew '(file . find-file) org-link-frame-setup :test #'equal) (add-hook 'remember-mode-hook 'delete-other-windows) ;;it might be nice to have a 'dedicated-buffer option (setf org-indirect-buffer-display 'current-window) ;;could make pop kill the buffer ;;;(setf org-display-internal-link-with-indirect-buffer t) But RET on an id link still opens another window. Perhaps that, and all other types of links that open in Emacs, should respect org-link-frame-setup? Another possibility is for org to respect pop-up-windows, thus allowing a single place to express this preference, but ATM I don't remember from a previous thread whether (1) Carsten explicitly decided not to do that, or (2) it had more to do with which function to use to pop up windows. Thanks. P.S. For others with the same need, here is my code for the rest of Emacs. The key variable is pop-up-windows, which fixes it for most of Emacs. There are still a few bugs, but I have most of Emacs behaving now. ;;trying this, but does not work for dired and appt ;;(add-to-list 'same-window-regexps ".*") (add-to-list 'same-window-regexps "\\*Customize.*") ;notwork? (add-to-list 'same-window-regexps "\\*Man .*") ;notwork ;;;(add-to-list 'same-window-regexps ".*.org") ;;non-regexps (add-to-list 'same-window-buffer-names "*Remember*") (add-to-list 'same-window-buffer-names "*Help*") (add-to-list 'same-window-buffer-names "*Apropos*") (add-to-list 'same-window-buffer-names "*Summary*") ;;this fixes it but makes completions not work in lisp and shell. (setf pop-up-windows nil) ;;(defvar alpha-same-window-buffer-names same-window-buffer-names) ;;(defadvice pop-to-buffer (around alpha-one-window first activate) -- Myalgic encephalomyelitis makes you die decades early (Jason et al. 2006) and suffer severely. Conflicts of interest are destroying research. What people "know" is wrong. Silence = death. http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm