all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Allan Gottlieb <gottlieb@nyu.edu>
To: help-gnu-emacs@gnu.org
Subject: Re: Some way to have cursor focus on help windows automatically?
Date: Sat, 20 Oct 2007 18:00:29 -0400	[thread overview]
Message-ID: <yu9prz91m6a.fsf@nyu.edu> (raw)
In-Reply-To: <f7ccd24b0710190600u700b4035r9caad81000fe8175@mail.gmail.com> (Juanma Barranquero's message of "Fri\, 19 Oct 2007 15\:00\:07 +0200")

At Fri, 19 Oct 2007 15:00:07 +0200 Juanma Barranquero <lekktu@gmail.com> wrote:

> On 10/19/07, Philip@kime.org.uk <Philip@kime.org.uk> wrote:
>
>> When I do C-h <whatever> and the buffer-window splits to display the
>> help buffer, I want the focus to go to the help buffer so I can just
>> to "q" to get rid of it. So much more convenient what C-x 1 in the
>> original buffer. Any way to set this?

This is very nice.  Thanks for pointing it out.  For anyone wanting to
try it, just add these four lines to .emacs.

(require 'ehelp)
(define-key global-map "\C-h" 'ehelp-command)
(define-key global-map [help] 'ehelp-command)
(define-key global-map [f1] 'ehelp-command)

allan

  parent reply	other threads:[~2007-10-20 22:00 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-19  0:36 Some way to have cursor focus on help windows automatically? Philip
2007-10-19 13:00 ` Juanma Barranquero
2007-10-19 13:30   ` William Xu
2007-10-19 13:42     ` Juanma Barranquero
2007-10-19 14:06       ` William Xu
2007-10-19 14:12         ` Juanma Barranquero
2007-10-19 14:29           ` William Xu
2007-10-19 14:36             ` Juanma Barranquero
2007-10-20 22:00   ` Allan Gottlieb [this message]
2007-10-19 13:33 ` William Xu
2007-10-19 18:43 ` Andrew Walrond
     [not found] ` <mailman.2295.1192798813.18990.help-gnu-emacs@gnu.org>
2007-10-19 22:45   ` Philip

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

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

  git send-email \
    --in-reply-to=yu9prz91m6a.fsf@nyu.edu \
    --to=gottlieb@nyu.edu \
    --cc=help-gnu-emacs@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.