emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <nicholas.dokos@hp.com>
To: David Frascone <dave@frascone.com>
Cc: nicholas.dokos@hp.com, emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Does anyone use "Jump" C-c C-j
Date: Thu, 29 Apr 2010 11:42:34 -0400	[thread overview]
Message-ID: <11109.1272555754@gamaville.dokosmarshall.org> (raw)
In-Reply-To: Message from David Frascone <dave@frascone.com> of "Thu\, 29 Apr 2010 09\:15\:53 MDT." <n2w9cf5ced21004290815i35fcdf7dzf4d143461c2a26e5@mail.gmail.com>

David Frascone <dave@frascone.com> wrote:

> ... 
> TAB was the secret here.  I was using arrows, the right arrow, in particular, to try to traverse the hierarchy.  With tab, it is now very useful, except
> for aquamacs opening the help in another window.  I think I need to go back to Emacs.app
> 

[disclaimer: I don't know anything about aquamacs.]

I see org-get-location creating the help buffer and trying *not* to
pop up a frame by 

  (let (...
	(pop-up-frames nil)
        ...)
        ...)

Maybe you can check the global value of the pop-up-frames variable? If
non-nil, set it to nil and try again (although that's going to change
other things as well.) If it's nil, then I throw up my hands. But if
that stops the frame from popping up, that might indicate a bug in the
aquamacs emacs-lisp implementation: I think the setting above should
percolate down so that when display-buffer gets called, it should listen
to it.

Nick

  parent reply	other threads:[~2010-04-29 15:42 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-28 17:42 Does anyone use "Jump" C-c C-j David Frascone
2010-04-28 19:09 ` Nathan Neff
2010-04-28 22:56   ` Eric S Fraga
2010-04-29 14:27     ` David Frascone
2010-04-29 14:37       ` Anthony Lander
2010-04-29 14:56       ` Eric S Fraga
2010-04-29 15:15         ` David Frascone
2010-04-29 15:27           ` Eric S Fraga
2010-04-29 15:37             ` Carsten Dominik
2010-04-29 17:31               ` William Henney
2010-04-29 18:58                 ` David Frascone
2010-04-29 15:42           ` Nick Dokos [this message]
2010-04-28 20:07 ` Matt Lundin

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=11109.1272555754@gamaville.dokosmarshall.org \
    --to=nicholas.dokos@hp.com \
    --cc=dave@frascone.com \
    --cc=emacs-orgmode@gnu.org \
    /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).