emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58821: closed (info-dir-file profile hooks misses entries such as ro


From: GNU bug Tracking System
Subject: bug#58821: closed (info-dir-file profile hooks misses entries such as rottlog)
Date: Fri, 28 Oct 2022 03:42:02 +0000

Your message dated Thu, 27 Oct 2022 23:41:39 -0400
with message-id <87tu3ofwcs.fsf@gmail.com>
and subject line Re: bug#58821: info-dir-file profile hooks misses entries such 
as rottlog
has caused the debbugs.gnu.org bug report #58821,
regarding info-dir-file profile hooks misses entries such as rottlog
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
58821: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58821
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: info-dir-file profile hooks misses entries such as rottlog Date: Thu, 27 Oct 2022 15:00:56 -0400
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



--- End Message ---
--- Begin Message --- Subject: Re: bug#58821: info-dir-file profile hooks misses entries such as rottlog Date: Thu, 27 Oct 2022 23:41:39 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]