From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Hugo Thunnissen Newsgroups: gmane.emacs.devel Subject: Re: Developing a PHP package Date: Sat, 04 Sep 2021 18:52:15 +0000 Message-ID: <878s0c41i8.fsf@hugot.nl> References: <87pmto47r1.fsf@hugot.nl> <83o898uu9g.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35819"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Sep 04 20:56:24 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mMapy-00096v-67 for ged-emacs-devel@m.gmane-mx.org; Sat, 04 Sep 2021 20:56:22 +0200 Original-Received: from localhost ([::1]:45460 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mMapw-0002pd-6K for ged-emacs-devel@m.gmane-mx.org; Sat, 04 Sep 2021 14:56:20 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41932) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mMamN-0000gJ-MC for emacs-devel@gnu.org; Sat, 04 Sep 2021 14:52:39 -0400 Original-Received: from aibo.runbox.com ([91.220.196.211]:47532) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mMamM-0001Tb-8D; Sat, 04 Sep 2021 14:52:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=hugot.nl; s=selector1; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From; bh=CV4IpFI26x8X8h9kap2gCr/CIlORMMx2cUKTRKs+JmE=; b=e3vgePY5XlErUSToFrTHQh+zfW yIyWb56SqbMe7nWkIYnY0wdvPSJG05fhPCoTi8eN0NiZGsmxm2XISFdMQL5h8VR7tJ5d9zP/I8UTt 9LAY2wFaNDb1vb26BXJia23ScD8C4QYvNYiJ8zvVzCMX7CPlzQ5YYw9hnJKaRG5U0p9PjcLjsRVll lTov8L24hzsriLujRKS/b+nR2lIHrMZ0sS7IS0hMic+Da3Ot0wAE47Wcfqz0BApuLl8+n6ffSwSOc IziiUxdlt9oED1rAu9MprolWsKJvXMs2tygJ/SnUxHvWuz0ropa+MuZgXLdF0DDcafLoYKvD5uhNv ZKiUo6pw==; Original-Received: from [10.9.9.74] (helo=submission03.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1mMamJ-0007Lo-Iw; Sat, 04 Sep 2021 20:52:35 +0200 Original-Received: by submission03.runbox with esmtpsa [Authenticated ID (1060096)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1mMam0-0002B7-LP; Sat, 04 Sep 2021 20:52:16 +0200 In-Reply-To: <83o898uu9g.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 04 Sep 2021 20:26:35 +0300") Received-SPF: pass client-ip=91.220.196.211; envelope-from=devel@hugot.nl; helo=aibo.runbox.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:273950 Archived-At: > Why can't you use etags for that? It's been a while since I implemented this part, so I am not sure why. Half of the code has been lingering in my dotfile repository for a couple of years ;). I am not familiar with the workings of etags, I will look into that. - Hugo