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: debbugs in elpa Date: Tue, 22 Dec 2020 14:26:11 -0500 Message-ID: References: <87eejh65v8.fsf@gmx.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="28095"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Dec 22 20:28:45 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 1krnKt-000796-7q for ged-emacs-devel@m.gmane-mx.org; Tue, 22 Dec 2020 20:28:43 +0100 Original-Received: from localhost ([::1]:33300 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1krnKs-0001JN-0S for ged-emacs-devel@m.gmane-mx.org; Tue, 22 Dec 2020 14:28:42 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60402) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1krnIX-0000Ed-BM for emacs-devel@gnu.org; Tue, 22 Dec 2020 14:26:18 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:57525) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1krnIU-0002oy-KY for emacs-devel@gnu.org; Tue, 22 Dec 2020 14:26:16 -0500 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 579A1100375; Tue, 22 Dec 2020 14:26:13 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 20BD910022E; Tue, 22 Dec 2020 14:26:12 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1608665172; bh=J90E8JY4zGvPcgtSm6wiBtiqLItTc6tBvXhCVx0bYx8=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=bNLwvp3Si64ylRbN63uA3ZcZne6SLUcaj5fOLyHL0hOrwrY2AfGmFNiUt+4BfSrW6 bdDZeL5T8sO+FSSf3hlpIgWKTlcqSWr4iq/34fUwPP5mlnio3nz1FXfV3MJ2so/tTZ uYZfjf/j1eFewLOQudaZ9UlLRvDUVWyXvtzSFQlJN00UIt74NsuhusaXAhd6Op/zU4 DXhG3tiAKHxfg2C60J0mf4cwmfGnxDQsfo60dklmrInM4jL94diEvRBWUkppRwpkyW JFsVR3jiKhiSiYsm4Y0hVHIBZNqw9VFIy4DUmmoI/lnk9Ymf41XklaX0P5T11m9NNH hmcFsh3ZqI1dw== Original-Received: from alfajor (69-165-136-52.dsl.teksavvy.com [69.165.136.52]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id DCE14120396; Tue, 22 Dec 2020 14:26:11 -0500 (EST) In-Reply-To: <87eejh65v8.fsf@gmx.de> (Michael Albinus's message of "Tue, 22 Dec 2020 19:41:15 +0100") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca 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:261528 Archived-At: > debbugs in elpa comes with two manuals. So I would like to generate > both. Could it be possible to extend the syntax in elpa-packages to > something like > > ("debbugs" :url nil :doc ("debbugs.texi" "debbugs-ug.texi")) As a matter of fact I did exactly that a few minutes ago. They call that "precognition" ;-) Stefan