[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ELPA] New package c-intro-and-ref -- was Re: Proposal: Include C Ma
From: |
Suhail Singh |
Subject: |
Re: [ELPA] New package c-intro-and-ref -- was Re: Proposal: Include C Manual from RMS in Emacs git, and/or release |
Date: |
Sun, 08 Dec 2024 15:44:48 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Jeremy Bryant <jb@jeremybryant.net> writes:
> 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.
You're welcome.
> 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"))
The above two should be equivalent, though I have not tested it. The
latter form, which I did test, is precisely the one that does _not_
work. Apologies in case this wasn't clear from my last message (or if I
had a typo in my explanation).
When the name specified to package-vc-install is c-intro-and-ref , the
generated info file is named c-intro-and-ref.info. The relevant code
(in Emacs 29.4) which sets the name of the generated info file is in the
function package-vc--build-documentation :
#+begin_src emacs-lisp
(output (expand-file-name (format "%s.info" pkg-name)))
#+end_src
This is problematic with the shipped "dir" file in the repository which
references c.info. In order to generate c.info , one has to use the
name "c" (even though the repository as well as the phantom elisp
package are named c-intro-and-ref).
Please let me know in case this is not what you observe on your machine.
--
Suhail
- Re: [ELPA] New package c-intro-and-ref -- was Re: Proposal: Include C Manual from RMS in Emacs git, and/or release, (continued)
- Re: [ELPA] New package c-intro-and-ref -- was Re: Proposal: Include C Manual from RMS in Emacs git, and/or release, Richard Stallman, 2024/12/08
- Re: [ELPA] New package c-intro-and-ref -- was Re: Proposal: Include C Manual from RMS in Emacs git, and/or release, Xiyue Deng, 2024/12/08
- Re: [ELPA] New package c-intro-and-ref -- was Re: Proposal: Include C Manual from RMS in Emacs git, and/or release, Max Nikulin, 2024/12/08
- Re: [ELPA] New package c-intro-and-ref -- was Re: Proposal: Include C Manual from RMS in Emacs git, and/or release, Richard Stallman, 2024/12/10
- Debian package with GNU manuals (was: Re: [ELPA] New package c-intro-and-ref), Max Nikulin, 2024/12/12
- Re: [ELPA] New package c-intro-and-ref -- was Re: Proposal: Include C Manual from RMS in Emacs git, and/or release, Suhail Singh, 2024/12/05
- Message not available
- Re: [ELPA] New package c-intro-and-ref -- was Re: Proposal: Include C Manual from RMS in Emacs git, and/or release, Suhail Singh, 2024/12/05
- Re: [ELPA] New package c-intro-and-ref -- was Re: Proposal: Include C Manual from RMS in Emacs git, and/or release, Jeremy Bryant, 2024/12/07
- Re: [ELPA] New package c-intro-and-ref -- was Re: Proposal: Include C Manual from RMS in Emacs git, and/or release,
Suhail Singh <=
- Re: [ELPA] New package c-intro-and-ref -- was Re: Proposal: Include C Manual from RMS in Emacs git, and/or release, Richard Stallman, 2024/12/06
- Re: [ELPA] New package c-intro-and-ref -- was Re: Proposal: Include C Manual from RMS in Emacs git, and/or release, Jeremy Bryant, 2024/12/07
- Re: [ELPA] New package c-intro-and-ref -- was Re: Proposal: Include C Manual from RMS in Emacs git, and/or release, Björn Bidar, 2024/12/07
- Re: [ELPA] New package c-intro-and-ref -- was Re: Proposal: Include C Manual from RMS in Emacs git, and/or release, Richard Stallman, 2024/12/10
- Re: [ELPA] New package c-intro-and-ref -- was Re: Proposal: Include C Manual from RMS in Emacs git, and/or release, Björn Bidar, 2024/12/13
- Re: [ELPA] New package c-intro-and-ref -- was Re: Proposal: Include C Manual from RMS in Emacs git, and/or release, Dr. Arne Babenhauserheide, 2024/12/14
- Re: [ELPA] New package c-intro-and-ref -- was Re: Proposal: Include C Manual from RMS in Emacs git, and/or release, Eli Zaretskii, 2024/12/15
- Re: [ELPA] New package c-intro-and-ref -- was Re: Proposal: Include C Manual from RMS in Emacs git, and/or release, Richard Stallman, 2024/12/15
- Re: Proposal: Include C Manual from RMS in Emacs git, and/or release, Richard Stallman, 2024/12/05
- Re: Proposal: Include C Manual from RMS in Emacs git, and/or release, Eli Zaretskii, 2024/12/05