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

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