From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?Mattias_Engdeg=C3=A5rd?= Newsgroups: gmane.emacs.devel Subject: Re: [ELPA] New package: xr Date: Sun, 3 Feb 2019 22:04:52 +0100 Message-ID: <581CBFE8-8440-4EFA-9278-454E562A3121@acm.org> References: <2C8B37D2-2A22-451C-AA9E-E3CD73A90ABC@acm.org> <932C8F08-EFFB-4019-B07F-F5D745FC44B9@acm.org> <0b242242-e0c4-0054-f926-03b3c11c9775@gmail.com> <87d0o8pr7j.fsf@mail.linkov.net> Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="32092"; mail-complaints-to="usenet@blaine.gmane.org" Cc: =?utf-8?Q?Cl=C3=A9ment_Pit-Claudel?= , emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 03 22:05:17 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gqOx3-0008Cm-Qg for ged-emacs-devel@m.gmane.org; Sun, 03 Feb 2019 22:05:17 +0100 Original-Received: from localhost ([127.0.0.1]:60427 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqOx2-0000Nm-OF for ged-emacs-devel@m.gmane.org; Sun, 03 Feb 2019 16:05:16 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:60666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqOws-0000Lo-Sx for emacs-devel@gnu.org; Sun, 03 Feb 2019 16:05:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gqOwq-0007Sh-Ux for emacs-devel@gnu.org; Sun, 03 Feb 2019 16:05:06 -0500 Original-Received: from mail228c50.megamailservers.eu ([91.136.10.238]:44900 helo=mail36c50.megamailservers.eu) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gqOwp-0007FT-VN for emacs-devel@gnu.org; Sun, 03 Feb 2019 16:05:04 -0500 X-Authenticated-User: mattiase@bredband.net Original-Received: from [192.168.1.64] (c-e636e253.032-75-73746f71.bbcust.telenor.se [83.226.54.230]) (authenticated bits=0) by mail36c50.megamailservers.eu (8.14.9/8.13.1) with ESMTP id x13L4rrH022654; Sun, 3 Feb 2019 21:04:54 +0000 In-Reply-To: <87d0o8pr7j.fsf@mail.linkov.net> X-Mailer: Apple Mail (2.3445.102.3) X-CTCH-RefID: str=0001.0A0B0211.5C575777.0008, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-CSC: 0 X-CHA: v=2.3 cv=CvSRjEwD c=1 sm=1 tr=0 a=M+GU/qJco4WXjv8D6jB2IA==:117 a=M+GU/qJco4WXjv8D6jB2IA==:17 a=IkcTkHD0fZMA:10 a=ucMQw-l_AAAA:8 a=0ozvKQNnOYHkjifZNYoA:9 a=QEXdDO2ut3YA:10 a=xkTruGkd22MpkFU079mG:22 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 91.136.10.238 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:232942 Archived-At: 3 feb. 2019 kl. 21.11 skrev Juri Linkov : >=20 > It also could help to find bugs, e.g. in your example the symbol = =E2=80=98nonl=E2=80=99 > inside =E2=80=9Cloaddefs.el=E2=80=9D indicates it should be a literal = =E2=80=98.=E2=80=99. Very eagled-eyed! Perhaps someone would fix it right away? For that matter, I have had the same experience: bugs that hide well in = a jungle of leaning toothpicks are deprived of their natural camouflage = when converted to rx. Some inefficiencies also tend to become visible. = The first things to go are usually the useless capture groups.