GNU bug report logs - #21149
25.0.50; Isearch with mixed case

Previous Next

Package: emacs;

Reported by: Sebastien Vauban <sva-news <at> mygooglest.com>

Date: Tue, 28 Jul 2015 09:12:01 UTC

Severity: normal

Tags: moreinfo, notabug

Merged with 21148

Found in version 25.0.50

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 21149 in the body.
You can then email your comments to 21149 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#21149; Package emacs. (Tue, 28 Jul 2015 09:12:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sebastien Vauban <sva-news <at> mygooglest.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 28 Jul 2015 09:12:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sebastien Vauban <sva-news <at> mygooglest.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 25.0.50; Isearch with mixed case
Date: Tue, 28 Jul 2015 11:10:57 +0200
As you can see on the screencast at http://screencast.com/t/MW8sTCtQ,
when searching for the string "w3m" in the following Org file:

--8<---------------cut here---------------start------------->8---
To be tangled:

#+begin_src emacs-lisp
  ;; use `w3m' browser (if installed) to render mails in HTML
  (setq mm-text-html-renderer
        (cond ((executable-find "w3m") 'w3m)
              (t 'html2text)))          ; Emacs built-in
#+end_src
--8<---------------cut here---------------end--------------->8---

Isearch only finds 1 occurrence, while there are 3 such strings
(correctly reported by Anzu as well).

It seems that the fact that this is an Org file has an impact. Doing the
same search in a `.el' file did occur correctly.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21149; Package emacs. (Tue, 28 Jul 2015 19:51:02 GMT) Full text and rfc822 format available.

Message #8 received at 21149 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Sebastien Vauban <sva-news <at> mygooglest.com>
Cc: 21149 <at> debbugs.gnu.org
Subject: Re: bug#21149: 25.0.50; Isearch with mixed case
Date: Tue, 28 Jul 2015 15:46:23 -0400
Sebastien Vauban wrote:

> #+begin_src emacs-lisp
>   ;; use `w3m' browser (if installed) to render mails in HTML
>   (setq mm-text-html-renderer
>         (cond ((executable-find "w3m") 'w3m)
>               (t 'html2text)))          ; Emacs built-in
> #+end_src
> --8<---------------cut here---------------end--------------->8---
>
> Isearch only finds 1 occurrence, while there are 3 such strings
> (correctly reported by Anzu as well).

Works for me.
Please provide a minimal complete example starting from emacs -Q.
(Surely you know this by now?)




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21149; Package emacs. (Tue, 28 Jul 2015 21:37:02 GMT) Full text and rfc822 format available.

Message #11 received at 21149 <at> debbugs.gnu.org (full text, mbox):

From: Artur Malabarba <bruce.connor.am <at> gmail.com>
To: Glenn Morris <rgm <at> gnu.org>
Cc: Sebastien Vauban <sva-news <at> mygooglest.com>, 21149 <at> debbugs.gnu.org
Subject: Re: bug#21149: 25.0.50; Isearch with mixed case
Date: Tue, 28 Jul 2015 22:36:24 +0100
[Message part 1 (text/plain, inline)]
On Jul 28, 2015 8:46 PM, "Glenn Morris" <rgm <at> gnu.org> wrote:
>
> Sebastien Vauban wrote:
>
> > #+begin_src emacs-lisp
> >   ;; use `w3m' browser (if installed) to render mails in HTML
> >   (setq mm-text-html-renderer
> >         (cond ((executable-find "w3m") 'w3m)
> >               (t 'html2text)))          ; Emacs built-in
> > #+end_src
> > --8<---------------cut here---------------end--------------->8---
> >
> > Isearch only finds 1 occurrence, while there are 3 such strings
> > (correctly reported by Anzu as well).
>
> Works for me.
> Please provide a minimal complete example starting from emacs -Q.
> (Surely you know this by now?)
>
>
>

I believe we have reached the cause of this on 21148, which this one is a
duplicate of. In turn, both can be considered duplicates of 21140
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21149; Package emacs. (Wed, 29 Jul 2015 08:42:02 GMT) Full text and rfc822 format available.

Message #14 received at 21149 <at> debbugs.gnu.org (full text, mbox):

From: Sebastien Vauban <sva-news <at> mygooglest.com>
To: Artur Malabarba <bruce.connor.am <at> gmail.com>
Cc: Glenn Morris <rgm <at> gnu.org>, 21149 <at> debbugs.gnu.org
Subject: Re: bug#21149: 25.0.50; Isearch with mixed case
Date: Wed, 29 Jul 2015 10:41:26 +0200
close.

Artur Malabarba <bruce.connor.am <at> gmail.com> writes:
> On Jul 28, 2015 8:46 PM, "Glenn Morris" <rgm <at> gnu.org> wrote:
>> Sebastien Vauban wrote:
>>
>>> #+begin_src emacs-lisp
>>>   ;; use `w3m' browser (if installed) to render mails in HTML
>>>   (setq mm-text-html-renderer
>>>         (cond ((executable-find "w3m") 'w3m)
>>>               (t 'html2text)))          ; Emacs built-in
>>> #+end_src
>>> --8<---------------cut here---------------end--------------->8---
>>>
>>> Isearch only finds 1 occurrence, while there are 3 such strings
>>> (correctly reported by Anzu as well).
>>
>> Works for me.
>> Please provide a minimal complete example starting from emacs -Q.
>> (Surely you know this by now?)
>
> I believe we have reached the cause of this on 21148, which this one is a
> duplicate of. In turn, both can be considered duplicates of 21140

Yep!

Thanks for your help.

Best regards,
  Seb




Forcibly Merged 21148 21149. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Wed, 29 Jul 2015 15:32:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 27 Aug 2015 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 9 years and 300 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.