[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#18547: repeated C-s doesn't wrap back to the top if file is .gz
From: |
Juri Linkov |
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 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) |
> $ 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").
bug#18547: repeated C-s doesn't wrap back to the top if file is .gz, 積丹尼 Dan Jacobson, 2014/09/24