From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Displaying the state of isearch toggles [was Re: ASCII-folded search] Date: Tue, 30 Jun 2015 05:43:49 +0300 Message-ID: <83a8vh5316.fsf@gnu.org> References: <87h9pq18ae.fsf@mail.linkov.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1435632259 15604 80.91.229.3 (30 Jun 2015 02:44:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 30 Jun 2015 02:44:19 +0000 (UTC) Cc: bruce.connor.am@gmail.com, emacs-devel@gnu.org, monnier@iro.umontreal.ca, kaushal.modi@gmail.com, stephen@xemacs.org, drew.adams@oracle.com To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 30 04:44:05 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 1Z9lWm-0007ZH-T4 for ged-emacs-devel@m.gmane.org; Tue, 30 Jun 2015 04:44:05 +0200 Original-Received: from localhost ([::1]:44691 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9lWm-0007Rj-4G for ged-emacs-devel@m.gmane.org; Mon, 29 Jun 2015 22:44:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36915) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9lWZ-0007Rb-SI for emacs-devel@gnu.org; Mon, 29 Jun 2015 22:43:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9lWV-0006M6-CE for emacs-devel@gnu.org; Mon, 29 Jun 2015 22:43:51 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:41349) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9lWV-0006Ln-55 for emacs-devel@gnu.org; Mon, 29 Jun 2015 22:43:47 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NQQ00700KJ7T900@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Tue, 30 Jun 2015 05:43:46 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NQQ007EKKWXD7A0@a-mtaout22.012.net.il>; Tue, 30 Jun 2015 05:43:45 +0300 (IDT) In-reply-to: <87h9pq18ae.fsf@mail.linkov.net> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 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:187661 Archived-At: > From: Juri Linkov > Cc: Eli Zaretskii , bruce.connor.am@gmail.com, kaushal.modi@gmail.com, stephen@xemacs.org, emacs-devel@gnu.org, monnier@iro.umontreal.ca > Date: Tue, 30 Jun 2015 01:03:53 +0300 > > > We want to be able to show such things either (a) on demand or > > (b) directly-&-always. And we want to give users a way to > > toggle each attribute individually (toggle if binary, cycle if > > multi-valued). > > Do we want to go down this path? Maybe we do. Are there good alternatives, when there are so many non-orthogonal options?