all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Kangas <stefan@marxist.se>
To: "積丹尼 Dan Jacobson" <jidanni@jidanni.org>
Cc: 47918@debbugs.gnu.org
Subject: bug#47918: M-x occur should jump to the first match
Date: Tue, 20 Apr 2021 15:24:58 -0500	[thread overview]
Message-ID: <CADwFkmmyoo53MRJFYaVbTVShNZkEAAnbRBFa1MvynJuGhMntZg@mail.gmail.com> (raw)
In-Reply-To: <87v98g7m3t.8.fsf@jidanni.org> ("積丹尼 Dan Jacobson"'s message of "Wed, 21 Apr 2021 04:11:02 +0800")

tags 47918 wontfix notabug
close 47918
thanks

積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:

> occur is an interactive compiled Lisp function in ‘replace.el’.
>
> Odd that it doesn't jump to the first match like other similar emacs
> functions do.
>
> So it should, unless the user disables it via a variable.

That would break existing workflows.  Also, `rgrep' and `compile'
doesn't jump to the first match, so I don't see why `occur' should be
different.

If you want to do this, I recommend:

    (add-hook 'occur-hook #'next-error)

Closing as wontfix.





  reply	other threads:[~2021-04-20 20:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-20 20:11 bug#47918: M-x occur should jump to the first match 積丹尼 Dan Jacobson
2021-04-20 20:24 ` Stefan Kangas [this message]
2021-04-21 16:54   ` Juri Linkov
2021-05-03 14:06     ` 積丹尼 Dan Jacobson

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=CADwFkmmyoo53MRJFYaVbTVShNZkEAAnbRBFa1MvynJuGhMntZg@mail.gmail.com \
    --to=stefan@marxist.se \
    --cc=47918@debbugs.gnu.org \
    --cc=jidanni@jidanni.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.