From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Perl and Emacs: Developing tests for progmodes Date: Thu, 22 Oct 2020 11:28:02 -0400 Message-ID: References: <935d77f8-72c4-16fd-f9d6-39ba965e99e8@posteo.de> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28762"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Harald =?windows-1252?Q?J=F6rg?= , emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Oct 22 17:29:04 2020 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 1kVcWV-0007Mt-8t for ged-emacs-devel@m.gmane-mx.org; Thu, 22 Oct 2020 17:29:03 +0200 Original-Received: from localhost ([::1]:52730 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kVcWU-00070e-AN for ged-emacs-devel@m.gmane-mx.org; Thu, 22 Oct 2020 11:29:02 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38906) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kVcVd-0006UP-9j for emacs-devel@gnu.org; Thu, 22 Oct 2020 11:28:09 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:37941) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kVcVa-0004h1-AL for emacs-devel@gnu.org; Thu, 22 Oct 2020 11:28:08 -0400 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 39D84440613; Thu, 22 Oct 2020 11:28:05 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 1449544052B; Thu, 22 Oct 2020 11:28:04 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1603380484; bh=r1OZVRPZAXXut3fLTaB5dxqyoXAmdDjAnXJnIoBx9Eg=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=UwyA+w0GZM4PiwmPS4M/Clmr7UZS84aU6yav2q8JEJArTXFwPKZNtk1zGjavaAFqM mQvq3kXdVlRltK0ojcyMPuJR9fd9PcEw/KHIc49WEYtl/GLyUQIbkIxjzYXDjD5+72 0+vkz1pY2+G7zsQ8QWCqXPsbY48wj48VGUO2OPZRfRVaepfk5FXEAOzcDFBIxQ27yD Art90WPRBzF9XroljFKeTypJXzvGT3MlGHU83MNWH9kUBAuOT3F3c0WqHNmJZW9YLg +2tnPSLx//I/o/GF7rvZ9wBgDcI50yGyj7vdX1fa13iBZVvZmjkqQGUJ9nGkWgFYIH M22GGlMvN439A== Original-Received: from alfajor (unknown [157.52.9.240]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id C3A2412039E; Thu, 22 Oct 2020 11:28:03 -0400 (EDT) In-Reply-To: (Stefan Kangas's message of "Thu, 22 Oct 2020 06:42:09 -0700") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/22 11:17:12 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, 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:258294 Archived-At: >> How about something like the attached to make the tests run >> automatically also for perl-mode? It's a bit of a hack, admittedly. > This never got a reply. Is the idea reasonable, or should it just be > scrapped? Yes, very reasonable. I was wondering why you never installed it ;-) Stefan