all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Elias Mårtenson" <lokedhs@gmail.com>
To: Drew Adams <drew.adams@oracle.com>
Cc: Eli Zaretskii <eliz@gnu.org>, emacs-devel <emacs-devel@gnu.org>,
	Tino Calancha <tino.calancha@gmail.com>
Subject: Help on isearch bindings WAS: [patch] Run occur command restricted to a region
Date: Fri, 30 Dec 2016 12:46:01 +0800	[thread overview]
Message-ID: <CADtN0WJU25FTta=-b_+OF=3-4qH0g68EKvKM+HqtbP+poN0CVA@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1058 bytes --]

On 30 December 2016 at 02:16, Drew Adams <drew.adams@oracle.com> wrote:

> >  (define-key search-map "o"    'occur)
> > +(define-key search-map "b"    'occur-backward)
> > +(define-key search-map "f"    'occur-forward)
>
> FWIW, I don't think those keys (`M-s b' and `M-s f') should be
> bound to those commands.  If we want to bind the new commands
> during Isearch then I suggest that the occur commands be grouped
> on prefix key `M-s o':
>
>   M-s oo   occur
>   M-s ob   occur-backward
>   M-s of   occur-backward
>

While reading this thread, I realised that I never use the extra
keybindings that are available during isearch. As the good Emacs user that
I claim to be, I decided to check what bindings are available.

Thus, I typed ‘C-s M-s ?’

At this point, I expected to get documentation for the keybindings for the
prefix M-s but instead I was presented with a list of “Global Bindings
Starting With M-s:”

Why did that happen? I would call this a bug, but does others agree?

Regards,
Elias

[-- Attachment #2: Type: text/html, Size: 1654 bytes --]

             reply	other threads:[~2016-12-30  4:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-30  4:46 Elias Mårtenson [this message]
2016-12-30  8:30 ` Help on isearch bindings WAS: [patch] Run occur command restricted to a region Eli Zaretskii
2016-12-31 15:39   ` Elias Mårtenson

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='CADtN0WJU25FTta=-b_+OF=3-4qH0g68EKvKM+HqtbP+poN0CVA@mail.gmail.com' \
    --to=lokedhs@gmail.com \
    --cc=drew.adams@oracle.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=tino.calancha@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 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.