From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#21176: 25.0.50; Garbage in the header line of *Occur* buffers Date: Sat, 01 Aug 2015 16:23:19 +0300 Message-ID: <83oairuoqg.fsf@gnu.org> References: <83pp37uqit.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Trace: ger.gmane.org 1438435466 2921 80.91.229.3 (1 Aug 2015 13:24:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Aug 2015 13:24:26 +0000 (UTC) Cc: 21176@debbugs.gnu.org To: Dani Moncayo Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Aug 01 15:24:10 2015 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZLWll-0003Yh-MR for geb-bug-gnu-emacs@m.gmane.org; Sat, 01 Aug 2015 15:24:09 +0200 Original-Received: from localhost ([::1]:53830 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLWll-0004Ij-2Z for geb-bug-gnu-emacs@m.gmane.org; Sat, 01 Aug 2015 09:24:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59561) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLWlh-0004IY-NS for bug-gnu-emacs@gnu.org; Sat, 01 Aug 2015 09:24:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZLWle-0001bF-F2 for bug-gnu-emacs@gnu.org; Sat, 01 Aug 2015 09:24:05 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:34932) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLWle-0001b7-Bg for bug-gnu-emacs@gnu.org; Sat, 01 Aug 2015 09:24:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZLWld-0001Oi-Uv for bug-gnu-emacs@gnu.org; Sat, 01 Aug 2015 09:24:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 01 Aug 2015 13:24:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 21176 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 21176-submit@debbugs.gnu.org id=B21176.14384354045330 (code B ref 21176); Sat, 01 Aug 2015 13:24:01 +0000 Original-Received: (at 21176) by debbugs.gnu.org; 1 Aug 2015 13:23:24 +0000 Original-Received: from localhost ([127.0.0.1]:36378 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZLWl2-0001Nt-Bq for submit@debbugs.gnu.org; Sat, 01 Aug 2015 09:23:24 -0400 Original-Received: from mtaout29.012.net.il ([80.179.55.185]:35014) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZLWl0-0001Nl-RX for 21176@debbugs.gnu.org; Sat, 01 Aug 2015 09:23:23 -0400 Original-Received: from conversion-daemon.mtaout29.012.net.il by mtaout29.012.net.il (HyperSendmail v2007.08) id <0NSE00800NNZU800@mtaout29.012.net.il> for 21176@debbugs.gnu.org; Sat, 01 Aug 2015 16:22:59 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout29.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NSE00OFMNUAGH80@mtaout29.012.net.il>; Sat, 01 Aug 2015 16:22:58 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:105271 Archived-At: > Date: Sat, 1 Aug 2015 14:57:49 +0200 > From: Dani Moncayo > Cc: 21176@debbugs.gnu.org > > > But it didn't search for "e", it searched for the regexp that is > > shown. > > Yes, the regexp. I suspected that, and I still made the bug report, > because IMO, a user who makes a simple (non-regexp) Isearch doesn't > care about the implementation details such as the internal regexp used > to perform the actual search. Therefore, in that sense it is garbage. > > Showing that long string there is plain ridiculous, IMO. Would you also submit a bug report if one of the matches was è or ĕ or ⓔ?