From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id yBy2BSgtqGWctAAAqHPOHw:P1 (envelope-from ) for ; Wed, 17 Jan 2024 20:40:24 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id yBy2BSgtqGWctAAAqHPOHw (envelope-from ) for ; Wed, 17 Jan 2024 20:40:24 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=PhUVktNJ; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1705520423; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=OxY2e32AvKYiBRvSigyZIhRqvO3MIGtLVDMj4K7RiHo=; b=ixLC8ReZKLZQtRUEitCSF1/eg/VWoDkz+B9y0xve2ZMd6bDq0J+xtlrtbqHR+5hNKEr1k5 bho6C4vQw+AZQ7jkGUPz6N5Up79M39Kwn6vTquvJ/RvBic8EYWHCNscEG2ef+KHvvFjfEC qmCXlo7if/brALOxyzQuTqbvfqUj2XFwmbIcBy9Gtdi5KWoVgjzvUCkO44cefGKZibv4VO wRfo/EtNekOagicPqG/WraNliOBRyYgRS4i6dJHcYKlwSKHa07h/3eSm7DIKB8Rv9RD7oc 817aMy5fLJP/4xsNEYonXAxaHkJPX7Lai/XuxOQiWpDWOnHrC5CIJXiDgEDIYg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=PhUVktNJ; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1705520423; a=rsa-sha256; cv=none; b=V+FYiadCvalThSadvjq/N+qL21ae8Gh2QVm55uo8EbJvGzyDBU77BuUOp6T38RbV73IPju 01l861lB+9FY6t20yA6RVytAsKhliYrTglr0RyCj8ibZr3DdBz7vO0gerFCknXHmmsX4Pd YXtgO0tQ65eBD6Jlncqf9uc/yU/LQ+iqKKyREb7CncxpelEfnWwIstIlt5SoxZhxuhYBDK fyZ118XLzWCXhPt4WsNF9TFQ3VBFl9YhkMx8h1qrF8KWNIljRbwdjvdjNimqQ60KuvFR6P 8Ut2yIxwcEFvgrfYLyTzPp7yWiSCj2nnuIBvGk63jIJHESZQUoQn58B6L9PTiA== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 3C9E2675C3 for ; Wed, 17 Jan 2024 20:40:23 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rQBla-0002BS-UZ; Wed, 17 Jan 2024 14:40:02 -0500 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 1rQBlZ-0002As-TL for guix-patches@gnu.org; Wed, 17 Jan 2024 14:40:01 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rQBlZ-00049s-K0 for guix-patches@gnu.org; Wed, 17 Jan 2024 14:40:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rQBla-0007Fs-6r for guix-patches@gnu.org; Wed, 17 Jan 2024 14:40:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#68386] [PATCH v1] gnu: Add emacs-vhdl-mode. Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 17 Jan 2024 19:40:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68386 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: moreinfo patch To: Cayetano Santos Cc: 68386@debbugs.gnu.org Received: via spool by 68386-submit@debbugs.gnu.org id=B68386.170552037827840 (code B ref 68386); Wed, 17 Jan 2024 19:40:02 +0000 Received: (at 68386) by debbugs.gnu.org; 17 Jan 2024 19:39:38 +0000 Received: from localhost ([127.0.0.1]:53537 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQBlC-0007Ey-79 for submit@debbugs.gnu.org; Wed, 17 Jan 2024 14:39:38 -0500 Received: from mail-yb1-xb2c.google.com ([2607:f8b0:4864:20::b2c]:58618) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQBlA-0007Ei-Of for 68386@debbugs.gnu.org; Wed, 17 Jan 2024 14:39:37 -0500 Received: by mail-yb1-xb2c.google.com with SMTP id 3f1490d57ef6-db3fa47c2f7so9723474276.0 for <68386@debbugs.gnu.org>; Wed, 17 Jan 2024 11:39:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1705520369; x=1706125169; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=OxY2e32AvKYiBRvSigyZIhRqvO3MIGtLVDMj4K7RiHo=; b=PhUVktNJZojg+2BpsdaMRZ3DahfdqOmI00cfIK6BMIDrTzeLHW/IrutGjdLjLheDzW POhGzX6RTiZXr5//KQvI+RUE55DmlhD4su+XC4V/4ZbVTvJtW0p9bi7XM/l/OBqjEy5A bYZOUMuolx/aOngbXiN2wO2/VBSBUvGSrjXVPqX2HqbKNEeWMRfnR/S9XpObYp7+ntID Q+bWkHfyC/J2B7Lr554r08ULu672emeYHUhxLKYnwQNCwduoySBVL+qrPRKyLoBqu90/ xoP/OSXd4znpTq0h1BgR0H/WC89cTHT57XwObDbvLfL1nYUXat1zhltLCeIH6x2uwzxl ZDVg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1705520369; x=1706125169; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=OxY2e32AvKYiBRvSigyZIhRqvO3MIGtLVDMj4K7RiHo=; b=FX+C4DxO/2pdj5ywe1n0wUEqTNWh8YcfNtkCtzSkTk5Za3gTU5ksb8DpzAaMay9Sw0 67dYL/SRHgDHnyQmOQa+33A0CoAx+qdxnNYkPQiPhR3fV3vWCboaeLTDwZjQg4tZ95G/ mnvKmPUye8Qzp72AE2dYA98P56OTNQu/AyBwqpepWp1fZ64yWAKtxC+f8Tza2kBQVlsA 34HXA8tXldr9ZzREoqW48wDBUguZQjSEsNK3WMIbV9HCPZfXedU+SPPz5RC1C7xmdAKg HvxkvWs+t4nGczhqcbgSo9gcYhI0yzwY33WxvYTj23zFmxDiHJkUh2Eqwj6nMVV+Ap6c HyKg== X-Gm-Message-State: AOJu0YyYURx5O+gxlY8I15XyvKucrGsKh2r/u8ZyWW1iAU5gIgLip+YX PO1HHCYrIpycoWItagJZZSC4jKt9yHo= X-Google-Smtp-Source: AGHT+IEjLRNPSY0N1/GlRi0PnFJ4Mx219d7++Cf0atMWCi8VVdVf+wkggtM/tHSXcaqjKJ767M3pRA== X-Received: by 2002:a25:74c9:0:b0:dc2:3c3f:c585 with SMTP id p192-20020a2574c9000000b00dc23c3fc585mr1169562ybc.116.1705520369204; Wed, 17 Jan 2024 11:39:29 -0800 (PST) Received: from hurd (dsl-10-141-147.b2b2c.ca. [72.10.141.147]) by smtp.gmail.com with ESMTPSA id y10-20020a056214016a00b0068182e10e28sm495610qvs.48.2024.01.17.11.39.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 Jan 2024 11:39:28 -0800 (PST) From: Maxim Cournoyer In-Reply-To: <87v87s546m.fsf@inventati.org> (Cayetano Santos's message of "Wed, 17 Jan 2024 17:11:13 +0100") References: <35e5d37a5caef4732d5b42bc6447160fd28c1e98.1704984698.git.csantosb@inventati.org> <1116c7d02e4591ed8105146e3c16372cb78a3f3a.1704985017.git.csantosb@inventati.org> <87bk9ns48q.fsf@gmail.com> <87fryzoxin.fsf@inventati.org> <87r0ignjc8.fsf@gmail.com> <87v87s546m.fsf@inventati.org> Date: Wed, 17 Jan 2024 14:39:27 -0500 Message-ID: <87jzo7n40g.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: 2.43 X-Spam-Score: 2.43 X-Migadu-Queue-Id: 3C9E2675C3 X-Migadu-Scanner: mx12.migadu.com X-TUID: uu5IoOQjhoj0 Hi Cayetano, Cayetano Santos writes: >>mer. 17 janv. 2024 at 09:08, Maxim Cournoyer wrote: > >> Hi, >> >> Cayetano Santos writes: >> >>>>dim. 14 janv. 2024 at 21:46, Maxim Cournoyer wrote: >>> >>>> Since there already is a 'vhdl-mode' package shipped with Emacs, I think >>>> it's important to describe how this one differs (what improvements, features, >>>> refinements, etc. does it provide that would make it worth considering >>>> it instead of the default Emacs-provided option?). >>> >>> There are also many other packages (org, modus-themes, etc.) shipped with >>> Emacs that we package in its most recent versions (and many others that >>> pull these as propagated inputs, for some reason, even when already >>> available with Emacs). Do we also describe how they differ ? >>> >>> Anyway, the release notes, update history, bug fixes and enhancements of >>> every single version of vhdl-mode are given in the project home page, >>> already included along with the package. Where do we need to replicate >>> this information exactly for the patch to be accepted ? >> >> Oh, I hadn't noticed that this was the very same package that comes with >> Emacs. I guess it's fine then, but to avoid any misunderstanding, >> perhaps the description text could mention it explicitly ("This is the >> same @code{vhdl-mode} that comes with Emacs, albeit it may be newer") or >> similar wording. > > Done. > > As an aside note, at some point, it should be decided how do we handle newest > releases of packages already included with emacs: do we need to mention > it explicitly or something else ? I think explicit doesn't hurt. -- Thanks, Maxim