From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.comp.gnu.gettext.bugs Subject: Re: ELPA and gettext.el Date: Fri, 25 Jan 2019 19:53:40 -0500 Message-ID: References: <87zhrxxvsv.fsf@portable.galex-713.eu> <05edc689-8d29-345e-3cc8-98a511f34025@cs.ucla.edu> <18002249.PFuSW9TAes@omega> <05526b27-45a5-d093-ecaf-032271c65a6e@cs.ucla.edu> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="40919"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: bug-gettext@gnu.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 26 01:54:45 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 1gnCFA-000AR0-OD for ged-emacs-devel@m.gmane.org; Sat, 26 Jan 2019 01:54:44 +0100 Original-Received: from localhost ([127.0.0.1]:53198 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gnCF9-0002Ik-P2 for ged-emacs-devel@m.gmane.org; Fri, 25 Jan 2019 19:54:43 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:45570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gnCEb-0002Ie-K6 for emacs-devel@gnu.org; Fri, 25 Jan 2019 19:54:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gnCEW-0007Ex-21 for emacs-devel@gnu.org; Fri, 25 Jan 2019 19:54:05 -0500 Original-Received: from [195.159.176.226] (port=44222 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gnCER-00077h-W4 for emacs-devel@gnu.org; Fri, 25 Jan 2019 19:54:01 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1gnCEM-0009Zc-Fo for emacs-devel@gnu.org; Sat, 26 Jan 2019 01:53:54 +0100 X-Injected-Via-Gmane: http://gmane.org/ Cancel-Lock: sha1:NmiTDNyA2p+EltnscMRjVH750VA= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 195.159.176.226 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:232687 gmane.comp.gnu.gettext.bugs:1926 Archived-At: > Neither would probably give it all that much attention. I don't use ELPA so > can't say much about it. Very occasionally people make system-wide sweeps of > Emacs source code to catch things, and presumably this would include > po-mode.el. However, I doubt whether there'd be much more attention than > that unless someone filed a bug report (I hope with patches). FWIW, I do pay some (limited) attention to byte-compiler warnings, and I do occasional `grep`s which make me bump into random pieces of code (both in emacs.git and elpa.git). So a change in Emacs results in sufficiently obvious breakage in po-mode, there's a chance I'd see it and fix it. Pretty far from a 100% chance, tho. Stefan