From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: ELPA submission: plz-see Date: Mon, 30 Oct 2023 13:56:49 +0200 Message-ID: <83y1fk9vcu.fsf@gnu.org> References: <87y1fkbmut.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5247"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Augusto Stoffel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Oct 30 12:58:07 2023 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 1qxQuF-0001BA-Jy for ged-emacs-devel@m.gmane-mx.org; Mon, 30 Oct 2023 12:58:07 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qxQtR-0007PB-5z; Mon, 30 Oct 2023 07:57:17 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qxQtO-0007Os-S9 for emacs-devel@gnu.org; Mon, 30 Oct 2023 07:57:15 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qxQtN-00014L-JX; Mon, 30 Oct 2023 07:57:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=RqjnfjIsOYOVL/0PXC/b0eMz6mMLMkgFh1DNIq8DQTY=; b=PUdse/aw0XIF +VidmZiYx6EK9ZlJEWUVaUyIbW2m5nOt1fGMLyH33fLFWLatKU388RGYIaGDVqP/U4cBKWOIxQ8v2 sKFa2+KsuOLtn9hVN9x46ITOKlhfi9MSJRdbe2CsHOtKXEyRMBfKI7JLhblMt4zKiERfvPPDpJ/x/ jIU5Wdwyi10ZsGtx5r7nrbGxyBH0+j+wkBUBV/C1hZC3wtz07ApllefsxgtGM/QUNyX44PVLGEysn 9hm6DmrBEutj8tdaNN+PuO1sp2xL/opc8uC19tlqLvac+l/M7GuNHqZzI6+IyEpnssZ3CrCoYzj3+ kOmjdYSMRl7rXPpa/cjU6g==; In-Reply-To: <87y1fkbmut.fsf@gmail.com> (message from Augusto Stoffel on Mon, 30 Oct 2023 08:17:30 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:311990 Archived-At: > From: Augusto Stoffel > Date: Mon, 30 Oct 2023 08:17:30 +0100 > > I would like to submit the following package to ELPA: > > https://github.com/astoff/plz-see.el > > It is an interactive HTTP client in the sense that request responses are > pretty-printed in a pop-up buffer. It is useful e.g. to test REST APIs. I wonder if you could come up with a name that tells something about the package's purpose. "plz-see" tells me "please see", and I don't see any relation to HTTP, REST, pretty-printing, or popup buffers. Thanks.