From unknown Sat Jun 21 03:18:16 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#21149 <21149@debbugs.gnu.org> To: bug#21149 <21149@debbugs.gnu.org> Subject: Status: 25.0.50; Isearch with mixed case Reply-To: bug#21149 <21149@debbugs.gnu.org> Date: Sat, 21 Jun 2025 10:18:16 +0000 retitle 21149 25.0.50; Isearch with mixed case reassign 21149 emacs submitter 21149 Sebastien Vauban severity 21149 normal tag 21149 notabug moreinfo thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 28 05:11:14 2015 Received: (at submit) by debbugs.gnu.org; 28 Jul 2015 09:11:14 +0000 Received: from localhost ([127.0.0.1]:60668 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZK0uo-00049c-40 for submit@debbugs.gnu.org; Tue, 28 Jul 2015 05:11:14 -0400 Received: from eggs.gnu.org ([208.118.235.92]:44923) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZK0um-00049U-29 for submit@debbugs.gnu.org; Tue, 28 Jul 2015 05:11:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZK0uk-0006B2-S2 for submit@debbugs.gnu.org; Tue, 28 Jul 2015 05:11:11 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:42727) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZK0uk-0006Ay-PP for submit@debbugs.gnu.org; Tue, 28 Jul 2015 05:11:10 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58425) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZK0uj-0007gA-Sr for bug-gnu-emacs@gnu.org; Tue, 28 Jul 2015 05:11:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZK0ug-0006AT-Ko for bug-gnu-emacs@gnu.org; Tue, 28 Jul 2015 05:11:09 -0400 Received: from dd5e0353a.access.telenet.be ([213.224.53.58]:27281 helo=mail.missioncriticalit.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZK0ug-0006AN-E3 for bug-gnu-emacs@gnu.org; Tue, 28 Jul 2015 05:11:06 -0400 Received: from mundaneum (unknown [10.10.10.51]) by mail.missioncriticalit.com (Postfix) with ESMTPS id 5A9B2500E02 for ; Tue, 28 Jul 2015 11:11:05 +0200 (CEST) From: Sebastien Vauban To: bug-gnu-emacs@gnu.org Subject: 25.0.50; Isearch with mixed case Organization: Sebastien Vauban X-Url: Under construction... X-Archive: encrypt Date: Tue, 28 Jul 2015 11:10:57 +0200 Message-ID: <86h9oohcke.fsf@example.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (windows-nt) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.3 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.3 (----) 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. From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 28 15:50:32 2015 Received: (at 21149) by debbugs.gnu.org; 28 Jul 2015 19:50:32 +0000 Received: from localhost ([127.0.0.1]:32994 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZKAtU-0000Iz-2Y for submit@debbugs.gnu.org; Tue, 28 Jul 2015 15:50:32 -0400 Received: from eggs.gnu.org ([208.118.235.92]:43469) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZKAtS-0000Is-Hb for 21149@debbugs.gnu.org; Tue, 28 Jul 2015 15:50:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZKAtQ-0004Ct-UB for 21149@debbugs.gnu.org; Tue, 28 Jul 2015 15:50:30 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49639) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKAtM-00042N-1z; Tue, 28 Jul 2015 15:50:24 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1ZKApU-0003XR-2Y; Tue, 28 Jul 2015 15:46:24 -0400 From: Glenn Morris To: Sebastien Vauban Subject: Re: bug#21149: 25.0.50; Isearch with mixed case References: <86h9oohcke.fsf@example.com> X-Spook: Stranded Artistic Assassins Fort Hancock Merlin Yukon X-Ran: 9+qBM}A7w+ User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 21149 Cc: 21149@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.4 (------) 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?) From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 28 17:36:28 2015 Received: (at 21149) by debbugs.gnu.org; 28 Jul 2015 21:36:28 +0000 Received: from localhost ([127.0.0.1]:33030 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZKCXz-0004JS-RK for submit@debbugs.gnu.org; Tue, 28 Jul 2015 17:36:28 -0400 Received: from mail-la0-f49.google.com ([209.85.215.49]:33211) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZKCXx-0004JJ-QF for 21149@debbugs.gnu.org; Tue, 28 Jul 2015 17:36:26 -0400 Received: by laah7 with SMTP id h7so76757092laa.0 for <21149@debbugs.gnu.org>; Tue, 28 Jul 2015 14:36:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=s3ReyxRwFnhfbiMhx8u+CPh335CrXItDpnzbZ+Zq2GY=; b=aaQu0wDBxsobvqMgPN9ybyzfhN6Ns1dcxgrkPTO8kbVGrs0fMtXlEDu31DTYyJ9odJ wSlDiS9St2fXVUAYCmyXu5ISAi6NR5hkr3t7+SmKqeKjFtL4M45IySa68xJyNZLUosHC FNPGH1KdUstlC9PUSOLbBtfTBoncTOXNO2NlHnv0UGgQ9JjuKAOxOYMIdJYwz9K5LZl2 51QqrCntxcy25F0L0SLIHtoKZbQ7zX2+Z9eEwKh7Kh0IPahBGpXN/ET9c7/4SDOW7Dzn 7OccS9/D/SFiALyRqLRP90DhUM+L/nMWnORH2iz5NlXBcVWu2iDz6DPMcquZup/+8DYk SOyg== MIME-Version: 1.0 X-Received: by 10.153.7.137 with SMTP id dc9mr34718543lad.16.1438119384581; Tue, 28 Jul 2015 14:36:24 -0700 (PDT) Received: by 10.25.134.139 with HTTP; Tue, 28 Jul 2015 14:36:24 -0700 (PDT) Received: by 10.25.134.139 with HTTP; Tue, 28 Jul 2015 14:36:24 -0700 (PDT) In-Reply-To: <3n7fpk3w1c.fsf@fencepost.gnu.org> References: <86h9oohcke.fsf@example.com> <3n7fpk3w1c.fsf@fencepost.gnu.org> Date: Tue, 28 Jul 2015 22:36:24 +0100 X-Google-Sender-Auth: ZpCfa0AGGVkQSwJ90UprwPvR72o Message-ID: Subject: Re: bug#21149: 25.0.50; Isearch with mixed case From: Artur Malabarba To: Glenn Morris Content-Type: multipart/alternative; boundary=001a113462a4100e11051bf64361 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 21149 Cc: Sebastien Vauban , 21149@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: bruce.connor.am@gmail.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --001a113462a4100e11051bf64361 Content-Type: text/plain; charset=UTF-8 On Jul 28, 2015 8:46 PM, "Glenn Morris" 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 --001a113462a4100e11051bf64361 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On Jul 28, 2015 8:46 PM, "Glenn Morris" <rgm@gnu.org> wrote:
>
> Sebastien Vauban wrote:
>
> > #+begin_src emacs-lisp
> >=C2=A0 =C2=A0;; use `w3m' browser (if installed) to render mai= ls in HTML
> >=C2=A0 =C2=A0(setq mm-text-html-renderer
> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(cond ((executable-find "w3= m") 'w3m)
> >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(t 'htm= l2text)))=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ; Emacs built-in
> > #+end_src
> > --8<---------------cut here---------------end---------------&g= t;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 2= 1140

--001a113462a4100e11051bf64361-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 29 04:41:40 2015 Received: (at 21149) by debbugs.gnu.org; 29 Jul 2015 08:41:40 +0000 Received: from localhost ([127.0.0.1]:33329 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZKMvk-0004Pr-6o for submit@debbugs.gnu.org; Wed, 29 Jul 2015 04:41:40 -0400 Received: from dd5e0353a.access.telenet.be ([213.224.53.58]:26248 helo=mail.missioncriticalit.com) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZKMvh-0004Pi-ND for 21149@debbugs.gnu.org; Wed, 29 Jul 2015 04:41:38 -0400 Received: from mundaneum (unknown [10.10.10.51]) by mail.missioncriticalit.com (Postfix) with ESMTPS id 41456500954; Wed, 29 Jul 2015 10:41:36 +0200 (CEST) From: Sebastien Vauban To: Artur Malabarba Subject: Re: bug#21149: 25.0.50; Isearch with mixed case Organization: Sebastien Vauban References: <86h9oohcke.fsf@example.com> <3n7fpk3w1c.fsf@fencepost.gnu.org> X-Url: Under construction... X-Archive: encrypt Date: Wed, 29 Jul 2015 10:41:26 +0200 In-Reply-To: (Artur Malabarba's message of "Tue, 28 Jul 2015 22:36:24 +0100") Message-ID: <86k2tjjqyx.fsf@example.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (windows-nt) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 21149 Cc: Glenn Morris , 21149@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.7 (/) close. Artur Malabarba writes: > On Jul 28, 2015 8:46 PM, "Glenn Morris" 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 From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 29 11:31:38 2015 Received: (at control) by debbugs.gnu.org; 29 Jul 2015 15:31:38 +0000 Received: from localhost ([127.0.0.1]:33807 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZKTKT-0008Mj-RE for submit@debbugs.gnu.org; Wed, 29 Jul 2015 11:31:38 -0400 Received: from eggs.gnu.org ([208.118.235.92]:53392) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZKTKR-0008Ke-NI for control@debbugs.gnu.org; Wed, 29 Jul 2015 11:31:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZKTKR-00060G-0t for control@debbugs.gnu.org; Wed, 29 Jul 2015 11:31:35 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:43591) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKTKQ-00060C-UD for control@debbugs.gnu.org; Wed, 29 Jul 2015 11:31:34 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1ZKTKQ-0003Sk-KP for control@debbugs.gnu.org; Wed, 29 Jul 2015 11:31:34 -0400 Subject: control message for bug 21149 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Wed, 29 Jul 2015 11:31:34 -0400 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.4 (------) forcemerge 21148 21149 From unknown Sat Jun 21 03:18:16 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 27 Aug 2015 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator