From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jeremy Bryant Newsgroups: gmane.emacs.devel Subject: Re: [ELPA] New package c-intro-and-ref -- was Re: Proposal: Include C Manual from RMS in Emacs git, and/or release Date: Sat, 07 Dec 2024 13:21:20 +0000 Message-ID: <87jzcb8w8f.fsf@jeremybryant.net> References: <87ser8c230.fsf@jeremybryant.net> <86ser87rut.fsf@gnu.org> <86cyia4503.fsf@gnu.org> <87bjxsbc8h.fsf@jeremybryant.net> <87ikrz6wtl.fsf@gmail.com> <87wmgf9h70.fsf@jeremybryant.net> <87o71rf1kr.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23931"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Emacs-devel mailing list To: Suhail Singh Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Dec 07 14:22:01 2024 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 1tJukz-00060f-30 for ged-emacs-devel@m.gmane-mx.org; Sat, 07 Dec 2024 14:22:01 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tJukW-0006SQ-CO; Sat, 07 Dec 2024 08:21:32 -0500 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 1tJukV-0006SG-Qq for emacs-devel@gnu.org; Sat, 07 Dec 2024 08:21:31 -0500 Original-Received: from out-175.mta1.migadu.com ([95.215.58.175]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tJukT-0001RZ-4B for emacs-devel@gnu.org; Sat, 07 Dec 2024 08:21:31 -0500 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jeremybryant.net; s=key1; t=1733577685; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=gt6o3FLYM2YuRKxt+NquyRMTUsqiK7ThJAREZpU/hjk=; b=C1LeIwYWXJodOpBxDrlM5F1OlAKh1gNS1d/R2YQJhYB3cgvk2APCBnPvi8dOn+t90fmpLw thmeFXcyNs5DBdu3+aGkDau+Fm/sAtu42JvxOgz4Pzj9+20TZ/BY04OmXtHbMauBXTkb71 +4+deqPtrQrcN3jzU8zC8jDJCZLYPpDz6XLnTwfUqQb6iaJcMaid2p1ICFpz3yQ47XpJMf gFrLr9oWknGLpJ4DS9FqGbylmQKt6Ua0/rt1bnP4UNGdBrQ6HgUbqP42T6e6zFtEnunjxa zsyrGqHv7c2QC+FKRg7DRa30DNhI74W8I1BdaPq8C0JoY3PLsUYVCBDl03A1ww== In-Reply-To: <87o71rf1kr.fsf@gmail.com> (Suhail Singh's message of "Wed, 04 Dec 2024 18:52:36 -0500") X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=95.215.58.175; envelope-from=jb@jeremybryant.net; helo=out-175.mta1.migadu.com X-Spam_score_int: -23 X-Spam_score: -2.4 X-Spam_bar: -- X-Spam_report: (-2.4 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-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.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:326164 Archived-At: Suhail Singh writes: > Jeremy Bryant writes: > >>>> Main file: c-intro-and-ref.el >>>> This is simply a placeholder for the c.texi and other files >>> >>> Thank you for packaging this in a repository to make it easily >>> accessible via package-vc-install. >>> >>> It would help if the name of the texinfo file was the same as that of >>> the package. Currently, when using package-vc-install, the name of the >>> checkout directory has to be specified as 'c (i.e., matching the name of >>> the texinfo file, as opposed to the repository), since that name is used >>> by package-vc when generating the info output from the texinfo source. >> >> The manual example ((emacs) Fetching Package Sources) >> seems to allow a :doc keyword? > > This isn't about the :doc keyword. It's a matter of consistency (or > inconsistency). I shall leave it up to you and others to decide whether > the desire for consistency is foolish in this instance. > > As things currently stand, one needs to do something like the below: Suhail, thanks for highlighting an inconsistency and providing example code. I'm currently closely following the actual upstream distribution, with as little change as possible to the names c-intro-and-ref and c.info, which are there. In the meantime, I appreciate the detail and have updated the README as follows so that users can start easily install this Manual when writing C code in Emacs. Installation instructions (package-vc-install '(c-intro-and-ref :url "https://github.com/jeremy-bryant/c-intro-and-ref" :branch "master" :rev :newest :doc "./c.texi")) or (use-package c-intro-and-ref :ensure nil :vc (c-intro-and-ref :url "https://github.com/jeremy-bryant/c-intro-and-ref" :branch "master" :rev :newest :doc "./c.texi"))