unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#58821: info-dir-file profile hooks misses entries such as rottlog
@ 2022-10-27 19:00 Maxim Cournoyer
  2022-10-28  3:41 ` Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Maxim Cournoyer @ 2022-10-27 19:00 UTC (permalink / raw)
  To: 58821

Hello,

It appears the 'info-dir-file' profile hook procedure doesn't process
all the entries as can be found with:

$ guix shell --pure grep emacs info-reader rottlog
[env]$ grep rottlog $GUIX_ENVIRONMENT/share/info/dir

[env]$ emacs -> C-h i m rottlog RET -> no match
[env]$ info rottlog -> displays manual

From the above we can tell the 'dir' file generated by 'info-dir-file'
hasn't registered an entry for rottlog, even though it's in INFOPATH.

-- 
Thanks,
Maxim




^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#58821: info-dir-file profile hooks misses entries such as rottlog
  2022-10-27 19:00 bug#58821: info-dir-file profile hooks misses entries such as rottlog Maxim Cournoyer
@ 2022-10-28  3:41 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2022-10-28  3:41 UTC (permalink / raw)
  To: 58821-done

Hello,

Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:

> Hello,
>
> It appears the 'info-dir-file' profile hook procedure doesn't process
> all the entries as can be found with:
>
> $ guix shell --pure grep emacs info-reader rottlog
> [env]$ grep rottlog $GUIX_ENVIRONMENT/share/info/dir
>
> [env]$ emacs -> C-h i m rottlog RET -> no match
> [env]$ info rottlog -> displays manual
>
>>From the above we can tell the 'dir' file generated by 'info-dir-file'
> hasn't registered an entry for rottlog, even though it's in INFOPATH.

Fixed with commit 3511ad2857.  The issue had to do with the lack of a
Texinfo 'direntry' in the rot[t]log info manual.

I've also removed the --silent option in the info-dir-file profile hook,
which should hint us at such problems in the future, when building
profiles verbosely.

Closing.

-- 
Thanks,
Maxim




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-28  3:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-27 19:00 bug#58821: info-dir-file profile hooks misses entries such as rottlog Maxim Cournoyer
2022-10-28  3:41 ` Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).