emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: Samuel Wales <samologist@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: id links and org-link-frame-setup
Date: Mon, 3 Aug 2009 06:38:56 +0200	[thread overview]
Message-ID: <F94761F6-2A65-4BE1-AF82-C1EE25E217C6@gmail.com> (raw)
In-Reply-To: <20524da70907302100n25262778g183aa9282f78a5f@mail.gmail.com>


On Jul 31, 2009, at 6:00 AM, Samuel Wales wrote:

> 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?

I agree, and I have fixed that for id links.  Now sure how other link
types deal with this, but let me know if you stumble over another case.

- Carsten

>
> 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
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

      reply	other threads:[~2009-08-03  4:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-31  4:00 id links and org-link-frame-setup Samuel Wales
2009-08-03  4:38 ` Carsten Dominik [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=F94761F6-2A65-4BE1-AF82-C1EE25E217C6@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=samologist@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).