unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#21149: 25.0.50; Isearch with mixed case
@ 2015-07-28  9:10 Sebastien Vauban
  2015-07-28 19:46 ` Glenn Morris
  0 siblings, 1 reply; 4+ messages in thread
From: Sebastien Vauban @ 2015-07-28  9:10 UTC (permalink / raw)
  To: 21149-ubl+/3LiMTaZdePnXv/OxA

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.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#21149: 25.0.50; Isearch with mixed case
  2015-07-28  9:10 bug#21149: 25.0.50; Isearch with mixed case Sebastien Vauban
@ 2015-07-28 19:46 ` Glenn Morris
  2015-07-28 21:36   ` Artur Malabarba
       [not found]   ` <mailman.7574.1438119430.904.bug-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Glenn Morris @ 2015-07-28 19:46 UTC (permalink / raw)
  To: Sebastien Vauban; +Cc: 21149

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?)





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#21149: 25.0.50; Isearch with mixed case
  2015-07-28 19:46 ` Glenn Morris
@ 2015-07-28 21:36   ` Artur Malabarba
       [not found]   ` <mailman.7574.1438119430.904.bug-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 4+ messages in thread
From: Artur Malabarba @ 2015-07-28 21:36 UTC (permalink / raw)
  To: Glenn Morris; +Cc: Sebastien Vauban, 21149

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

On Jul 28, 2015 8:46 PM, "Glenn Morris" <rgm@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

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#21149: 25.0.50; Isearch with mixed case
       [not found]     ` <mailman.7574.1438119430.904.bug-gnu-emacs-mXXj517/zsQ@public.gmane.org>
@ 2015-07-29  8:41       ` Sebastien Vauban
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastien Vauban @ 2015-07-29  8:41 UTC (permalink / raw)
  To: Artur Malabarba; +Cc: 21149-ubl+/3LiMTaZdePnXv/OxA

close.

Artur Malabarba <bruce.connor.am-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
> On Jul 28, 2015 8:46 PM, "Glenn Morris" <rgm-mXXj517/zsQ@public.gmane.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





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-07-29  8:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-28  9:10 bug#21149: 25.0.50; Isearch with mixed case Sebastien Vauban
2015-07-28 19:46 ` Glenn Morris
2015-07-28 21:36   ` Artur Malabarba
     [not found]   ` <mailman.7574.1438119430.904.bug-gnu-emacs@gnu.org>
     [not found]     ` <mailman.7574.1438119430.904.bug-gnu-emacs-mXXj517/zsQ@public.gmane.org>
2015-07-29  8:41       ` Sebastien Vauban

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).