From unknown Mon Jun 16 23:45:28 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#24721 <24721@debbugs.gnu.org> To: bug#24721 <24721@debbugs.gnu.org> Subject: Status: 25.1; Reverse the order of `isearch-message-prefix' prefixes from function advice property Reply-To: bug#24721 <24721@debbugs.gnu.org> Date: Tue, 17 Jun 2025 06:45:28 +0000 retitle 24721 25.1; Reverse the order of `isearch-message-prefix' prefixes = from function advice property reassign 24721 emacs submitter 24721 Drew Adams severity 24721 wishlist tag 24721 wontfix thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 17 18:17:10 2016 Received: (at submit) by debbugs.gnu.org; 17 Oct 2016 22:17:10 +0000 Received: from localhost ([127.0.0.1]:37162 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bwGDW-0000cF-0Z for submit@debbugs.gnu.org; Mon, 17 Oct 2016 18:17:10 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52338) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bwGDU-0000c3-4x for submit@debbugs.gnu.org; Mon, 17 Oct 2016 18:17:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwGDO-0006Tw-BY for submit@debbugs.gnu.org; Mon, 17 Oct 2016 18:17:03 -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.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:59074) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bwGDO-0006TU-92 for submit@debbugs.gnu.org; Mon, 17 Oct 2016 18:17:02 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwGDN-0004q5-7S for bug-gnu-emacs@gnu.org; Mon, 17 Oct 2016 18:17:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwGDI-0006MO-5y for bug-gnu-emacs@gnu.org; Mon, 17 Oct 2016 18:17:01 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:19863) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bwGDH-0006L0-VQ for bug-gnu-emacs@gnu.org; Mon, 17 Oct 2016 18:16:56 -0400 Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u9HMGqoh026099 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 17 Oct 2016 22:16:53 GMT Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by userv0021.oracle.com (8.14.4/8.14.4) with ESMTP id u9HMGq6S008408 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 17 Oct 2016 22:16:52 GMT Received: from abhmp0004.oracle.com (abhmp0004.oracle.com [141.146.116.10]) by aserv0122.oracle.com (8.14.4/8.14.4) with ESMTP id u9HMGp3X026776 for ; Mon, 17 Oct 2016 22:16:51 GMT MIME-Version: 1.0 Message-ID: <39fe0ad4-edb6-4364-b611-146e97097695@default> Date: Mon, 17 Oct 2016 15:16:50 -0700 (PDT) From: Drew Adams To: bug-gnu-emacs@gnu.org Subject: 25.1; Reverse the order of `isearch-message-prefix' prefixes from function advice property X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9.1 (1003210) [OL 12.0.6753.5000 (x86)] Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Source-IP: userv0021.oracle.com [156.151.31.71] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -5.0 (-----) When there is multiple advice (from `add-function') of `isearch-filter-predicate' that has property `isearch-message-prefix', these prefixes are currently shown left to right in the Isearch prompt, with the first added being on the left and the last added being on the right. I think this is backwards from what a user expects. I've reversed the order in my own copy, and I think it is more helpful: The first one you see is the latest applied. Entries are added and removed on the left, not the right. The most important such prefix is typically the last one applied, and having it on the left makes it more noticeable (IMO). If you agree, all that's required is changing, in the `isearch-message-prefix' code, (concat np prefix) to (concat prefix np). In GNU Emacs 25.1.1 (x86_64-w64-mingw32) of 2016-09-17 Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --without-dbus --without-compress-install CFLAGS=3D-static' From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 18 16:30:27 2016 Received: (at 24721) by debbugs.gnu.org; 18 Oct 2016 20:30:27 +0000 Received: from localhost ([127.0.0.1]:38402 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bwb1n-0005T3-64 for submit@debbugs.gnu.org; Tue, 18 Oct 2016 16:30:27 -0400 Received: from sub3.mail.dreamhost.com ([69.163.253.7]:43207 helo=homiemail-a21.g.dreamhost.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bwb1l-0005Sv-I6 for 24721@debbugs.gnu.org; Tue, 18 Oct 2016 16:30:25 -0400 Received: from homiemail-a21.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a21.g.dreamhost.com (Postfix) with ESMTP id ECED830007B; Tue, 18 Oct 2016 13:30:22 -0700 (PDT) Received: from localhost.linkov.net (m91-129-85-3.cust.tele2.ee [91.129.85.3]) (Authenticated sender: jurta@jurta.org) by homiemail-a21.g.dreamhost.com (Postfix) with ESMTPA id D9FCB300079; Tue, 18 Oct 2016 13:30:21 -0700 (PDT) From: Juri Linkov To: Drew Adams Subject: Re: bug#24721: 25.1; Reverse the order of `isearch-message-prefix' prefixes from function advice property Organization: LINKOV.NET References: <39fe0ad4-edb6-4364-b611-146e97097695@default> Date: Tue, 18 Oct 2016 23:23:33 +0300 In-Reply-To: <39fe0ad4-edb6-4364-b611-146e97097695@default> (Drew Adams's message of "Mon, 17 Oct 2016 15:16:50 -0700 (PDT)") Message-ID: <87y41ljtiy.fsf@mail.linkov.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 24721 Cc: 24721@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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.0 (/) > When there is multiple advice (from `add-function') of > `isearch-filter-predicate' that has property `isearch-message-prefix', > these prefixes are currently shown left to right in the Isearch prompt, > with the first added being on the left and the last added being on the > right. > > I think this is backwards from what a user expects. I've reversed the > order in my own copy, and I think it is more helpful: The first one you > see is the latest applied. Entries are added and removed on the left, > not the right. The most important such prefix is typically the last > one applied, and having it on the left makes it more noticeable (IMO). "Adjectives in English absolutely have to be in this order: opinion-size-age-shape-colour-origin-material-purpose Noun. So you can have a lovely little old rectangular green French silver whittling knife." - an excerpt from a book called "The Elements of Eloquence" by Mark Forsyth. http://languagelog.ldc.upenn.edu/nll/?p=27890 Does a similar natural order exist for Isearch, so prefixes absolutely have to be in the order "overwrapped regexp I-search", but not "regexp overwrapped I-search"? From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 18 16:49:25 2016 Received: (at 24721) by debbugs.gnu.org; 18 Oct 2016 20:49:26 +0000 Received: from localhost ([127.0.0.1]:38438 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bwbK9-0007Yl-Ly for submit@debbugs.gnu.org; Tue, 18 Oct 2016 16:49:25 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:22385) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bwbK7-0007YS-Hc for 24721@debbugs.gnu.org; Tue, 18 Oct 2016 16:49:24 -0400 Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u9IKnHbl006849 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 18 Oct 2016 20:49:17 GMT Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by userv0022.oracle.com (8.14.4/8.14.4) with ESMTP id u9IKnG7I024047 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 18 Oct 2016 20:49:16 GMT Received: from abhmp0019.oracle.com (abhmp0019.oracle.com [141.146.116.25]) by aserv0121.oracle.com (8.13.8/8.13.8) with ESMTP id u9IKnEG7031274; Tue, 18 Oct 2016 20:49:15 GMT MIME-Version: 1.0 Message-ID: <1aaa9e94-54cf-46a1-a77c-a5285a89ee3a@default> Date: Tue, 18 Oct 2016 13:49:12 -0700 (PDT) From: Drew Adams To: Juri Linkov Subject: RE: bug#24721: 25.1; Reverse the order of `isearch-message-prefix' prefixes from function advice property References: <39fe0ad4-edb6-4364-b611-146e97097695@default> <87y41ljtiy.fsf@mail.linkov.net> In-Reply-To: <87y41ljtiy.fsf@mail.linkov.net> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9.1 (1003210) [OL 12.0.6753.5000 (x86)] Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Source-IP: userv0022.oracle.com [156.151.31.74] X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 24721 Cc: 24721@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -2.6 (--) > > When there is multiple advice (from `add-function') of > > `isearch-filter-predicate' that has property `isearch-message-prefix', > > these prefixes are currently shown left to right in the Isearch prompt, > > with the first added being on the left and the last added being on the > > right. > > > > I think this is backwards from what a user expects. I've reversed the > > order in my own copy, and I think it is more helpful: The first one you > > see is the latest applied. Entries are added and removed on the left, > > not the right. The most important such prefix is typically the last > > one applied, and having it on the left makes it more noticeable (IMO). >=20 > "Adjectives in English absolutely have to be in this order: > opinion-size-age-shape-colour-origin-material-purpose Noun. > So you can have a lovely little old rectangular green French > silver whittling knife." - an excerpt from a book called > "The Elements of Eloquence" by Mark Forsyth. > http://languagelog.ldc.upenn.edu/nll/?p=3D27890 We can discuss whether that is nonsense. ;-) But it is anyway 100% irrelevant here. > Does a similar natural order exist for Isearch, so prefixes > absolutely have to be in the order "overwrapped regexp I-search", > but not "regexp overwrapped I-search"? Not IMHO. And the only order that makes sense for multiple predicate filters is the order of application. People can disagree, however, about how the sequence of filter applications should be shown: left-to-right or right-to-left. Mine is just one opinion. From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 18 19:02:07 2016 Received: (at submit) by debbugs.gnu.org; 18 Oct 2016 23:02:08 +0000 Received: from localhost ([127.0.0.1]:38502 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bwdOZ-0003x7-M7 for submit@debbugs.gnu.org; Tue, 18 Oct 2016 19:02:07 -0400 Received: from eggs.gnu.org ([208.118.235.92]:39186) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bwdOX-0003wd-Ok for submit@debbugs.gnu.org; Tue, 18 Oct 2016 19:02:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwdOS-0007Ye-0v for submit@debbugs.gnu.org; Tue, 18 Oct 2016 19:02:00 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_50,FREEMAIL_FROM, RCVD_IN_SORBS_SPAM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:40803) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bwdOR-0007YS-US for submit@debbugs.gnu.org; Tue, 18 Oct 2016 19:01:59 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58384) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwdOQ-0008RB-SX for bug-gnu-emacs@gnu.org; Tue, 18 Oct 2016 19:01:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwdON-0007Th-Se for bug-gnu-emacs@gnu.org; Tue, 18 Oct 2016 19:01:58 -0400 Received: from mout.kundenserver.de ([212.227.126.187]:62986) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bwdON-0007Rl-IX for bug-gnu-emacs@gnu.org; Tue, 18 Oct 2016 19:01:55 -0400 Received: from [18.26.2.123] ([18.26.2.123]) by mrelayeu.kundenserver.de (mreue003) with ESMTPSA (Nemesis) id 0Mb5Kx-1cGDe732M7-00KfFP for ; Wed, 19 Oct 2016 01:01:52 +0200 Subject: Re: bug#24721: 25.1; Reverse the order of `isearch-message-prefix' prefixes from function advice property To: bug-gnu-emacs@gnu.org References: <39fe0ad4-edb6-4364-b611-146e97097695@default> <87y41ljtiy.fsf@mail.linkov.net> <1aaa9e94-54cf-46a1-a77c-a5285a89ee3a@default> From: =?UTF-8?Q?Cl=c3=a9ment_Pit--Claudel?= Message-ID: <64a7fbfd-d739-4f30-ec29-0e744ee2d819@gmail.com> Date: Tue, 18 Oct 2016 19:01:36 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <1aaa9e94-54cf-46a1-a77c-a5285a89ee3a@default> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="0vR1GoMEft9q6Qinj5M5Cp6CVo80GiM4o" X-Provags-ID: V03:K0:J6EXHTGQVlaGkAERlfuCUPCLoapaIauemZ7RL0ENhgnZRnRsbbj OmB8pmQtkdzE3LHq3EdK153n5Ld2kIPUBpIEV+yRcuSIbmrZ/Z57KE18kkn3cMbHW0N6jAj QPfEOvKgDLcABYtbpy9k0ozK/wnd6IBOx2V6kxU0ymhN4p7xuJqMO3pdfZ2EmzNPit0pguK i0EIajso6kUWyVpX2rE5Q== X-UI-Out-Filterresults: notjunk:1;V01:K0:aeUCRHTs86U=:N+3rru+JyVDrOnB+6DNjmP d33Sr1j+mXAoZ8seCxe93sFlq2STWGZQwZ/CdSbUQsz7vMyH318PTwndVpKDO6Dn4uEVIbODE PX16jpaVwqU8TVja9ZnPvi6iQ8Zd/0f2d0FtrKoCpJBYJYQp0xRGbSClf4gWSN7TxZwjzEqI8 LRDO9y9WaxfqoqiWJS4c214JZBmcB6ZtDMtdatReiTyUfs/ahPPxVmnlbx0hMTgXBe45VcTLy XI1gXBGuqGcL3Wqb/Fd5GBEPJfW4C/yc4UvHmuNjx2eZade9YDrDTpAilKz3+ixLjjHC9hz+Q aycjV6Iy6j071zGxBE5z3FtTK7gG7f5Gnz/kjkDYrWS4YJkKgXaPs6/W9iMkuBTjCzpKqau3m FJGpNOfQZYilJk2Q0rC9DN1yJaxtffszmxNJ/BwX+2hC1HAP8xLoopf9fI1JYPilmmkAyugg4 qFDsVWcgyix220udFDOhtc555yZSoNKXNVmSgaiXG3UP/zo4IIX0ccg3WV4vSOX8kVqJU9UkQ CzeAvd5Jx5yL5c0YTSmppr4gVQGR8RMBO3ZLcX8hHCPs9/Sc29xaDwUGIJNgRdfHaxmjKz2W1 GIk6QKSjPWvMWQkaV3SN17vNfOonyFw7w9JTYu7I3pZAlZk+UJ5uy5goz57ZA6ZcqevS4MDuf AeaUML5OK9hxJG7yYZaE5nq6byEF7wopcpnGW8MruQWfEmXELjIMq5ImBrcIIGOUZ4Gk= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -3.5 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -3.5 (---) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --0vR1GoMEft9q6Qinj5M5Cp6CVo80GiM4o Content-Type: multipart/mixed; boundary="3DARNXAXCCG4ceKoiWVRKeaEextciSINc"; protected-headers="v1" From: =?UTF-8?Q?Cl=c3=a9ment_Pit--Claudel?= To: bug-gnu-emacs@gnu.org Message-ID: <64a7fbfd-d739-4f30-ec29-0e744ee2d819@gmail.com> Subject: Re: bug#24721: 25.1; Reverse the order of `isearch-message-prefix' prefixes from function advice property References: <39fe0ad4-edb6-4364-b611-146e97097695@default> <87y41ljtiy.fsf@mail.linkov.net> <1aaa9e94-54cf-46a1-a77c-a5285a89ee3a@default> In-Reply-To: <1aaa9e94-54cf-46a1-a77c-a5285a89ee3a@default> --3DARNXAXCCG4ceKoiWVRKeaEextciSINc Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 2016-10-18 16:49, Drew Adams wrote: > People can disagree, however, about how the sequence of filter > applications should be shown: left-to-right or right-to-left. I'd love to have always-visible icons that light up when a feature is act= ivated, just like for read-only status in the mode line. These icons cou= ld be to the right of the search bar, too. Their order would always be t= he same. --3DARNXAXCCG4ceKoiWVRKeaEextciSINc-- --0vR1GoMEft9q6Qinj5M5Cp6CVo80GiM4o Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJYBqndAAoJEPqg+cTm90wjarAP/1LfHidR1UCmbyXTUBOeiMUi f9e4K4ozPfmCwXaqPU15AAPnaR/xX40xXJkGSTTjY9th6LvhCmiK6+9RqfpVBmOr rn7wp/z5Sg9yXn7u9kB3Koc9QlurFsIX9X3+SWdqsfU2ndOEBVDyjCTOS/p4hs54 jBBzw50GsqXUGt189NpFRPpMKd3ikYpvlKXteGOG5uJsLiZM2kO+QlxuEGS5G/Qe J1yOcx9Pge+c1VPwmDy4ikMj89SNAd+X4zwvZHxl/j0nOFT8wJKdXAXA6VbtYYr4 c2973dt+8EPxED2g6NWh3YXKW69wcS+u2sspVanv0L5vSFmy4or39TV7zSunD2rW rkeMHBZQZM9Qk9xljy9ZBvdfj4eh2Pn8lrCm0M0zyjWoil/PqMviiu1w7hnNdR+K lbqG+Mdn03nc4ksUclhfrxTIsaRp6lhUPKFUByVI30wMtNsUVR4Lpo2wLSbgftlB beEbGfMg2yupaEYV9BG1BvqlnDPz3A2wS1HycyPiWgBWjEuT0CDExZPFepV/4pcR vEXCB/oceohTCOrNwWkqMXZWPYKHg+5wEmqWnhClCLH1XDdOsSO+s6ThcS2AFteU pm9XhLC0EPThZZN083Y9faPKqissUmKZv+6UemLvEJxDx8Gvtm/fzFUvWP5pEEG9 HbxD008wLnuf2LienLRR =axl3 -----END PGP SIGNATURE----- --0vR1GoMEft9q6Qinj5M5Cp6CVo80GiM4o-- From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 18 19:51:08 2016 Received: (at 24721) by debbugs.gnu.org; 18 Oct 2016 23:51:08 +0000 Received: from localhost ([127.0.0.1]:38507 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bweA0-00054v-JK for submit@debbugs.gnu.org; Tue, 18 Oct 2016 19:51:08 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:50398) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bwe9z-00054R-1O for 24721@debbugs.gnu.org; Tue, 18 Oct 2016 19:51:07 -0400 Received: from aserv0021.oracle.com (aserv0021.oracle.com [141.146.126.233]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u9INoxFQ004199 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 18 Oct 2016 23:50:59 GMT Received: from userv0121.oracle.com (userv0121.oracle.com [156.151.31.72]) by aserv0021.oracle.com (8.13.8/8.13.8) with ESMTP id u9INox1V028244 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 18 Oct 2016 23:50:59 GMT Received: from abhmp0019.oracle.com (abhmp0019.oracle.com [141.146.116.25]) by userv0121.oracle.com (8.14.4/8.13.8) with ESMTP id u9INowaL000529; Tue, 18 Oct 2016 23:50:58 GMT MIME-Version: 1.0 Message-ID: <126f7edb-132a-4ec7-8a85-86d38e45b962@default> Date: Tue, 18 Oct 2016 16:50:57 -0700 (PDT) From: Drew Adams To: =?utf-8?B?Q2zDqW1lbnQgUGl0LS1DbGF1ZGVs?= , 24721@debbugs.gnu.org Subject: RE: bug#24721: 25.1; Reverse the order of `isearch-message-prefix' prefixes from function advice property References: <39fe0ad4-edb6-4364-b611-146e97097695@default> <87y41ljtiy.fsf@mail.linkov.net> <1aaa9e94-54cf-46a1-a77c-a5285a89ee3a@default> <64a7fbfd-d739-4f30-ec29-0e744ee2d819@gmail.com> In-Reply-To: <64a7fbfd-d739-4f30-ec29-0e744ee2d819@gmail.com> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9.1 (1003210) [OL 12.0.6753.5000 (x86)] Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Source-IP: aserv0021.oracle.com [141.146.126.233] X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 24721 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -2.6 (--) > > People can disagree, however, about how the sequence of filter > > applications should be shown: left-to-right or right-to-left. >=20 > I'd love to have always-visible icons that light up when a feature is > activated, just like for read-only status in the mode line. These icons > could be to the right of the search bar, too. Their order would always b= e > the same. Interesting suggestion, but different from the subject here. Your suggestion would probably be more applicable to a fixed set of icons (representing a fixed set of thingies). From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 07 21:43:28 2019 Received: (at control) by debbugs.gnu.org; 8 Nov 2019 02:43:28 +0000 Received: from localhost ([127.0.0.1]:44272 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iSuFE-0004XO-84 for submit@debbugs.gnu.org; Thu, 07 Nov 2019 21:43:28 -0500 Received: from host.gofardesign.uk ([208.79.239.190]:41381) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iSuFB-0004X8-6T for control@debbugs.gnu.org; Thu, 07 Nov 2019 21:43:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=marxist.se; s=default; h=Subject:From:To:Date:Sender:Reply-To:Message-ID:Cc:MIME-Version :Content-Type:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=6j0jbVJY6uf24UqV3D4KM3y8yAIXMs6i2n1ooM3s3fo=; b=WLI9fKpLoBOZw7nW7zMZ8Uo7pC eAGWZS3P1Gh5AEtL8hjedOM2Ix01JiEwDd2TEeu6PXuUE3VMqYodlrdKmal1zroOD9i4kTfl9r68X lmE6xSj7IP4+js26HM+pv0pm71wQTly2OuOD1d+pwoymtAiVT4FDhRoQfebIL9MgeXW4=; Received: from h-70-69.a785.priv.bahnhof.se ([155.4.70.69]:45836 helo=localhost) by host.gofardesign.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1iSuF5-0002OH-Cg for control@debbugs.gnu.org; Thu, 07 Nov 2019 20:43:19 -0600 Date: Fri, 08 Nov 2019 03:43:17 +0100 To: control@debbugs.gnu.org From: Stefan Kangas Subject: control message for bug #24721 X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host.gofardesign.uk X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - marxist.se X-Get-Message-Sender-Via: host.gofardesign.uk: authenticated_id: stefan@marxist.se X-Authenticated-Sender: host.gofardesign.uk: stefan@marxist.se X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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" Message-Id: X-Spam-Score: -1.0 (-) severity 24721 wishlist quit From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 10 22:33:49 2019 Received: (at 24721) by debbugs.gnu.org; 11 Nov 2019 03:33:49 +0000 Received: from localhost ([127.0.0.1]:53039 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iU0Sb-0006Ph-1Q for submit@debbugs.gnu.org; Sun, 10 Nov 2019 22:33:49 -0500 Received: from host.gofardesign.uk ([208.79.239.190]:43379) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iU0SZ-0006PR-WA for 24721@debbugs.gnu.org; Sun, 10 Nov 2019 22:33:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=marxist.se; s=default; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=tlZS+ejgBqbpOtTtWJovxArAwpfU6NRE7wIq9TUG0zw=; b=SG4nJZDpRCsXY01Bwet0bLbfjN Yw/KjYJwZcXSRtAklfSYXsYR+16A6sr3d0lxcPM+pXaKpYrZIwA0ZPqCgR7fIiZv6LkD9uH2hzIFl eQdcpvCIHjY7fivhTyulguhQ6+wB5vCqTw4umC6phdc3Dv69cGCE2V5BKeeqXNuxuDCk=; Received: from h-70-69.a785.priv.bahnhof.se ([155.4.70.69]:47626 helo=localhost) by host.gofardesign.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1iU0ST-0001SV-Rx; Sun, 10 Nov 2019 21:33:42 -0600 From: Stefan Kangas To: Drew Adams Subject: Re: bug#24721: 25.1; Reverse the order of `isearch-message-prefix' prefixes from function advice property In-Reply-To: <39fe0ad4-edb6-4364-b611-146e97097695@default> (Drew Adams's message of "Mon, 17 Oct 2016 15:16:50 -0700 (PDT)") References: <39fe0ad4-edb6-4364-b611-146e97097695@default> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Date: Mon, 11 Nov 2019 04:33:40 +0100 Message-ID: <874kzbqe7f.fsf@marxist.se> MIME-Version: 1.0 Content-Type: text/plain X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host.gofardesign.uk X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - marxist.se X-Get-Message-Sender-Via: host.gofardesign.uk: authenticated_id: stefan@marxist.se X-Authenticated-Sender: host.gofardesign.uk: stefan@marxist.se X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 24721 Cc: 24721@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -1.0 (-) Drew Adams writes: > When there is multiple advice (from `add-function') of > `isearch-filter-predicate' that has property `isearch-message-prefix', > these prefixes are currently shown left to right in the Isearch prompt, > with the first added being on the left and the last added being on the > right. > > I think this is backwards from what a user expects. I've reversed the > order in my own copy, and I think it is more helpful: The first one you > see is the latest applied. Entries are added and removed on the left, > not the right. The most important such prefix is typically the last > one applied, and having it on the left makes it more noticeable (IMO). > > If you agree, all that's required is changing, in the > `isearch-message-prefix' code, (concat np prefix) to (concat prefix np). I think I agree with the reasoning here, and although the issue is minor, the change also seems easy enough. My only concern would be that users would find the change confusing or bothersome, since they are already too used to the current behaviour. Perhaps the trade-off is worth it. Does anyone else have an opinion here? Best regards, Stefan Kangas From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 20 12:36:14 2020 Received: (at 24721) by debbugs.gnu.org; 20 Aug 2020 16:36:14 +0000 Received: from localhost ([127.0.0.1]:43744 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k8nXy-0006dK-1j for submit@debbugs.gnu.org; Thu, 20 Aug 2020 12:36:14 -0400 Received: from quimby.gnus.org ([95.216.78.240]:59748) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k8nXw-0006d2-TX for 24721@debbugs.gnu.org; Thu, 20 Aug 2020 12:36:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=1iU+iaxvVgXPHGT+BEsG++fJ9VO7c9WKKsf8N1Wdj2U=; b=VvGw8gKMpbTtjIr9NXbTHkIOwq XPUXGU7HcYJTDphNnUvxKcs7q6I+FUgTwIDUadaazJdiJEcBrmYFiM/SVj3yFV+tJjUsWJUd5wscL zjuN3ROw5eS2ZUQMMuKH29z6EI+fU9X/e5tzPYZWXeHVJTn0u46QAouYVBQj5wpm+FjA=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k8nXn-0006sd-8E; Thu, 20 Aug 2020 18:36:05 +0200 From: Lars Ingebrigtsen To: Stefan Kangas Subject: Re: bug#24721: 25.1; Reverse the order of `isearch-message-prefix' prefixes from function advice property References: <39fe0ad4-edb6-4364-b611-146e97097695@default> <874kzbqe7f.fsf@marxist.se> X-Now-Playing: The Declining Winter's _Endless Scenery_: "Tokmak" Date: Thu, 20 Aug 2020 18:36:02 +0200 In-Reply-To: <874kzbqe7f.fsf@marxist.se> (Stefan Kangas's message of "Mon, 11 Nov 2019 04:33:40 +0100") Message-ID: <87364hqnpp.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Stefan Kangas writes: > My only concern would be that users would find the change confusing or > bothersome, since they are already too used to the current behaviour. > Perhaps the trade-off is worth it. > > Does anyone el [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 24721 Cc: 24721@debbugs.gnu.org, Drew Adams X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -1.0 (-) Stefan Kangas writes: > My only concern would be that users would find the change confusing or > bothersome, since they are already too used to the current behaviour. > Perhaps the trade-off is worth it. > > Does anyone else have an opinion here? I agree with your concern here -- it sounds like it would be an annoying change for those that are used to the old behaviour. So I'm closing this bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 20 12:36:20 2020 Received: (at control) by debbugs.gnu.org; 20 Aug 2020 16:36:20 +0000 Received: from localhost ([127.0.0.1]:43747 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k8nY4-0006df-8U for submit@debbugs.gnu.org; Thu, 20 Aug 2020 12:36:20 -0400 Received: from quimby.gnus.org ([95.216.78.240]:59764) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k8nY2-0006dJ-JV for control@debbugs.gnu.org; Thu, 20 Aug 2020 12:36:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=T1EBe+FxtV50EYDGpcUIn1XPrTy/NlX1LG0oaEyXo+Q=; b=V4TaolwObizICJ4cxGRFQxcWCO 1JtwwIISfC7H8bjjGobwQQm8HKQc5mkV5P3Zh331GMnibb1+fouIJA8vjJ+KE7LSi1p9g9ikliTXw PNG/Y2dZ3qeoawLWHf5ahMHBXKYS2HMUaKy3MLGCDbbk9Z8Noe90nU5SOyfSHaPDeXiQ=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k8nXu-0006so-R1 for control@debbugs.gnu.org; Thu, 20 Aug 2020 18:36:13 +0200 Date: Thu, 20 Aug 2020 18:36:09 +0200 Message-Id: <871rk1qnpi.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #24721 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 24721 wontfix close 24721 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -1.0 (-) tags 24721 wontfix close 24721 quit From unknown Mon Jun 16 23:45:28 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 18 Sep 2020 11:24:05 +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