all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
To: "積丹尼 Dan Jacobson" <jidanni@jidanni.org>
Cc: 18547@debbugs.gnu.org
Subject: bug#18547: repeated C-s doesn't wrap back to the top if file is .gz
Date: Wed, 24 Sep 2014 22:28:20 +0300	[thread overview]
Message-ID: <87fvfgbyy3.fsf@mail.jurta.org> (raw)
In-Reply-To: <87bnq5hro2.fsf@jidanni.org> ("積丹尼 Dan Jacobson"'s message of "Thu, 25 Sep 2014 01:09:01 +0800")

> $ emacs -q directory_that_contains_a_.gz_file
> v on that file. (view mode)
> C-s some_string, C-s C-s C-s C-s C-s ... but then instead of wrapping
> around back to the top, we get
> File not found and directory write-protected
>
> By the way, it happened on a changelog.gz
> file, and the prompt was "Multi I-Search" whatever that means.

It fails because you are using a non-standard file name
"changelog", and not the default "ChangeLog".  You can customize
`change-log-default-name' to "changelog" then isearch will wrap
to the beginning instead of trying to wrap to a non-existent "ChangeLog".

I'm not sure whether we should deduce change-log-name from the
file name of the current buffer (removing possible suffixes
like ".10" from "changelog.10").





  reply	other threads:[~2014-09-24 19:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-24 17:09 bug#18547: repeated C-s doesn't wrap back to the top if file is .gz 積丹尼 Dan Jacobson
2014-09-24 19:28 ` Juri Linkov [this message]
2014-09-24 20:25   ` Stefan Monnier
2014-09-24 22:20     ` Juri Linkov
2014-09-25  1:10       ` Stefan Monnier
2014-09-25 20:57         ` Juri Linkov
2014-09-24 19:42 ` 積丹尼 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=87fvfgbyy3.fsf@mail.jurta.org \
    --to=juri@jurta.org \
    --cc=18547@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.