From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: ASCII-folded search [was: Re: Upcoming loss of usability ...] Date: Fri, 26 Jun 2015 18:14:36 +0100 Message-ID: References: <20150615142237.GA3517@acm.fritz.box> <87ioamz8if.fsf@petton.fr> <32013464-2300-46c6-ba46-4a3c36bfee5d@default> <87twu62nnt.fsf@mbork.pl> <87oakdfwim.fsf@uwakimon.sk.tsukuba.ac.jp> <83wpz1lh7c.fsf@gnu.org> <83oakdl7yj.fsf@gnu.org> <83ioall3x5.fsf@gnu.org> <87h9pzxtyi.fsf@mail.linkov.net> <87k2uudoqr.fsf@mail.linkov.net> <87616c94g4.fsf@mail.linkov.net> <87h9pw6922.fsf@mail.linkov.net> <87a8vn75r7.fsf@mail.linkov.net> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1435338885 2372 80.91.229.3 (26 Jun 2015 17:14:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Jun 2015 17:14:45 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel , "Stephen J. Turnbull" , Stefan Monnier , Juri Linkov To: Kaushal Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 26 19:14:44 2015 Return-path: Envelope-to: ged-emacs-devel@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 1Z8XD9-0001gD-Fd for ged-emacs-devel@m.gmane.org; Fri, 26 Jun 2015 19:14:43 +0200 Original-Received: from localhost ([::1]:33202 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8XD8-0007vG-Rz for ged-emacs-devel@m.gmane.org; Fri, 26 Jun 2015 13:14:42 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53432) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8XD6-0007uk-0o for emacs-devel@gnu.org; Fri, 26 Jun 2015 13:14:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z8XD4-00063M-Tr for emacs-devel@gnu.org; Fri, 26 Jun 2015 13:14:39 -0400 Original-Received: from mail-la0-x233.google.com ([2a00:1450:4010:c03::233]:33261) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8XD3-00060A-D3; Fri, 26 Jun 2015 13:14:37 -0400 Original-Received: by laar3 with SMTP id r3so5663188laa.0; Fri, 26 Jun 2015 10:14:36 -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=Zj8vmuqZw759YcP7+h/DYvW2VNfp5x87qtxC8yqe430=; b=mEIdBo1YQZs71IDJVRJywsySg3yplxDbrbkUzMIqPfwpR57qNb/Kq/PAhFy27UGn48 9HUQdbdjDTbdM4no16z4Q0J/oXS+8oGU5w06714uSfAGw4hZB8t2f1asgvJchYKwcAhk Ta4pZ14Pi0K8CjFAKZ7AdzzezcxP6OrbjOgc1/f3MugrVYQpX6E1YfJNTWzvMHww0OZ2 xfv5nDAIjFvU4PnWVB93uZZCpM65slilGBdlI4cES5n5KJU6x2SJB9gCqKmUk9ce2BrH p7yxan6iVrfCDMKOy9lRlOdWw7eO29+Gz47iY+GlzPBeOrUhInYbfPGoySBnVWQJHRbQ y8GQ== X-Received: by 10.112.210.137 with SMTP id mu9mr2413854lbc.95.1435338876664; Fri, 26 Jun 2015 10:14:36 -0700 (PDT) Original-Received: by 10.25.214.133 with HTTP; Fri, 26 Jun 2015 10:14:36 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: CSu4QflpRo4Clnm1g5-GaUXeZ2o X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::233 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:187571 Archived-At: 2015-06-26 13:13 GMT+01:00 Kaushal > There is one package (anzu) I know of that makes partial use of the mode > line to display the search pattern counts. > > We will need a solution that doesn't break these other packages. Or should > the info be simply added to `minor-mode-alist` with "button click > properties"? (I forgot the exact property name). Yeah, it can go in the mode-line lighter. I just meant that, given how temporary isearch is, the "status indicators" can afford to be a lot more clear and verbose than a single character. These characters make sense if you know what they mean, but mean nothing to a newcomer. > abo-abo creates a pseudo minibuffer on top of the actual minibuffer to > display the hints in his hydra.el package. That could also work here? Hm. I think so. I don't know whether multiline echo-area is supported everywhere, but if it is I would really like to see that. The only thing to keep in mind is that it has to be fixed. That is, I don't want a second line poping up and down while I search or toggle stuff, it has to be permanent so as to not be distracting.