From: Sebastien Vauban <sva-news-D0wtAvR13HarG/iDocfnWg@public.gmane.org>
To: 21149-ubl+/3LiMTaZdePnXv/OxA@public.gmane.org
Subject: bug#21149: 25.0.50; Isearch with mixed case
Date: Tue, 28 Jul 2015 11:10:57 +0200 [thread overview]
Message-ID: <86h9oohcke.fsf@example.com> (raw)
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.
next reply other threads:[~2015-07-28 9:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-28 9:10 Sebastien Vauban [this message]
2015-07-28 19:46 ` bug#21149: 25.0.50; Isearch with mixed case 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
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=86h9oohcke.fsf@example.com \
--to=sva-news-d0wtavr13harg/idocfnwg@public.gmane.org \
--cc=21149-ubl+/3LiMTaZdePnXv/OxA@public.gmane.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.