GNU bug report logs -
#65157
30.0.50; Android port post-merge warnings?
Previous Next
Reported by: Jens Schmidt <jschmidt4gnu <at> vodafonemail.de>
Date: Tue, 8 Aug 2023 19:37:02 UTC
Severity: normal
Found in version 30.0.50
Done: Jens Schmidt <jschmidt4gnu <at> vodafonemail.de>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 65157 in the body.
You can then email your comments to 65157 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#65157
; Package
emacs
.
(Tue, 08 Aug 2023 19:37:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jens Schmidt <jschmidt4gnu <at> vodafonemail.de>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Tue, 08 Aug 2023 19:37:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
At 72e24ed0316542184f40c05eda2bf7c77808ec0c with all default
configuration I get after
make -j8 bootstrap
the following warnings:
[...]
./android.texi:320: warning: node `Android Windowing' is next for
`Android Environment' in menu but not in sectioning
./android.texi:528: warning: node `Android Environment' is prev for
`Android Windowing' in menu but not in sectioning
[...]
In end of data:
touch-screen.el:163:16: Warning: the function
‘pixel-scroll-precision-scroll-up-page’ is not known to be defined.
touch-screen.el:162:18: Warning: the function
‘pixel-scroll-precision-scroll-down-page’ is not known to be defined.
[...]
Pls let me know if you need more information on that ...
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#65157
; Package
emacs
.
(Wed, 09 Aug 2023 01:54:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 65157 <at> debbugs.gnu.org (full text, mbox):
Jens Schmidt <jschmidt4gnu <at> vodafonemail.de> writes:
> At 72e24ed0316542184f40c05eda2bf7c77808ec0c with all default
> configuration I get after
>
> make -j8 bootstrap
>
> the following warnings:
>
> [...]
> ./android.texi:320: warning: node `Android Windowing' is next for
> `Android Environment' in menu but not in sectioning
> ./android.texi:528: warning: node `Android Environment' is prev for
> `Android Windowing' in menu but not in sectioning
I don't receive this warning here, nor can I locate any inconsistencies
between the menu and sectioning. What version of Texinfo is that?
> In end of data:
> touch-screen.el:163:16: Warning: the function
> ‘pixel-scroll-precision-scroll-up-page’ is not known to be defined.
> touch-screen.el:162:18: Warning: the function
> ‘pixel-scroll-precision-scroll-down-page’ is not known to be defined.
> [...]
This should be fixed now.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#65157
; Package
emacs
.
(Wed, 09 Aug 2023 13:08:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 65157 <at> debbugs.gnu.org (full text, mbox):
> Cc: 65157 <at> debbugs.gnu.org
> Date: Wed, 09 Aug 2023 09:53:13 +0800
> From: Po Lu via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
>
> Jens Schmidt <jschmidt4gnu <at> vodafonemail.de> writes:
>
> > ./android.texi:320: warning: node `Android Windowing' is next for
> > `Android Environment' in menu but not in sectioning
> > ./android.texi:528: warning: node `Android Environment' is prev for
> > `Android Windowing' in menu but not in sectioning
>
> I don't receive this warning here, nor can I locate any inconsistencies
> between the menu and sectioning.
I see you used @section's without a @node. Why did you do that? It
is in general not recommended, as it makes it harder for the readers
to find those node-less sections.
I suggest to add @node's there.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#65157
; Package
emacs
.
(Wed, 09 Aug 2023 13:30:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 65157 <at> debbugs.gnu.org (full text, mbox):
Eli Zaretskii <eliz <at> gnu.org> writes:
>> Cc: 65157 <at> debbugs.gnu.org
>> Date: Wed, 09 Aug 2023 09:53:13 +0800
>> From: Po Lu via "Bug reports for GNU Emacs,
>> the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
>>
>> Jens Schmidt <jschmidt4gnu <at> vodafonemail.de> writes:
>>
>> > ./android.texi:320: warning: node `Android Windowing' is next for
>> > `Android Environment' in menu but not in sectioning
>> > ./android.texi:528: warning: node `Android Environment' is prev for
>> > `Android Windowing' in menu but not in sectioning
>>
>> I don't receive this warning here, nor can I locate any inconsistencies
>> between the menu and sectioning.
>
> I see you used @section's without a @node. Why did you do that? It
> is in general not recommended, as it makes it harder for the readers
> to find those node-less sections.
>
> I suggest to add @node's there.
Thanks. How about @subsection's? The relative importance of the
contents of those node-less sections doesn't justify placement in
their own nodes, IMHO.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#65157
; Package
emacs
.
(Wed, 09 Aug 2023 13:46:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 65157 <at> debbugs.gnu.org (full text, mbox):
> From: Po Lu <luangruo <at> yahoo.com>
> Cc: jschmidt4gnu <at> vodafonemail.de, 65157 <at> debbugs.gnu.org
> Date: Wed, 09 Aug 2023 21:28:44 +0800
>
> Eli Zaretskii <eliz <at> gnu.org> writes:
>
> > I suggest to add @node's there.
>
> Thanks. How about @subsection's? The relative importance of the
> contents of those node-less sections doesn't justify placement in
> their own nodes, IMHO.
Why do you need justification for adding @node's? What is the
downside of having them. The advantage is clear: easier navigation
with SPC and DEL.
If you don't need a @node, please ask yourself why you need a @section
of @subsection?
But if you are dead set on not adding @node's, please make those
@node-less @sections @unnumberedsec instead.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#65157
; Package
emacs
.
(Wed, 09 Aug 2023 18:59:01 GMT)
Full text and
rfc822 format available.
Message #20 received at 65157 <at> debbugs.gnu.org (full text, mbox):
On 2023-08-09 03:53, Po Lu wrote:
>> ./android.texi:320: warning: node `Android Windowing' is next for
>> `Android Environment' in menu but not in sectioning
>> ./android.texi:528: warning: node `Android Environment' is prev for
>> `Android Windowing' in menu but not in sectioning
>
> I don't receive this warning here, nor can I locate any inconsistencies
> between the menu and sectioning. What version of Texinfo is that?
Not sure whether still relevant after Eli's remarks on @nodes vs
@sections, but I use
[emacs-master]$ makeinfo --version
texi2any (GNU texinfo) 6.7
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#65157
; Package
emacs
.
(Thu, 10 Aug 2023 00:38:01 GMT)
Full text and
rfc822 format available.
Message #23 received at 65157 <at> debbugs.gnu.org (full text, mbox):
Eli Zaretskii <eliz <at> gnu.org> writes:
>> From: Po Lu <luangruo <at> yahoo.com>
>> Cc: jschmidt4gnu <at> vodafonemail.de, 65157 <at> debbugs.gnu.org
>> Date: Wed, 09 Aug 2023 21:28:44 +0800
>>
>> Eli Zaretskii <eliz <at> gnu.org> writes:
>>
>> > I suggest to add @node's there.
>>
>> Thanks. How about @subsection's? The relative importance of the
>> contents of those node-less sections doesn't justify placement in
>> their own nodes, IMHO.
>
> Why do you need justification for adding @node's? What is the
> downside of having them. The advantage is clear: easier navigation
> with SPC and DEL.
>
> If you don't need a @node, please ask yourself why you need a @section
> of @subsection?
>
> But if you are dead set on not adding @node's, please make those
> @node-less @sections @unnumberedsec instead.
Thanks.
Reply sent
to
Jens Schmidt <jschmidt4gnu <at> vodafonemail.de>
:
You have taken responsibility.
(Fri, 11 Aug 2023 19:24:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Jens Schmidt <jschmidt4gnu <at> vodafonemail.de>
:
bug acknowledged by developer.
(Fri, 11 Aug 2023 19:24:01 GMT)
Full text and
rfc822 format available.
Message #28 received at 65157-done <at> debbugs.gnu.org (full text, mbox):
On 2023-08-10 02:37, Po Lu wrote:
>> But if you are dead set on not adding @node's, please make those
>> @node-less @sections @unnumberedsec instead.
>
> Thanks.
Seems to be resolved, thanks, closing this bug.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 09 Sep 2023 11:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 287 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.