GNU bug report logs - #62518
30.0.50; Misc Build Warnings

Previous Next

Package: emacs;

Reported by: Jacob Faibussowitsch <jacob.fai <at> gmail.com>

Date: Wed, 29 Mar 2023 12:40:02 UTC

Severity: normal

Found in version 30.0.50

Done: Stefan Kangas <stefankangas <at> gmail.com>

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 62518 in the body.
You can then email your comments to 62518 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#62518; Package emacs. (Wed, 29 Mar 2023 12:40:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jacob Faibussowitsch <jacob.fai <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 29 Mar 2023 12:40:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jacob Faibussowitsch <jacob.fai <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 30.0.50; Misc Build Warnings
Date: Wed, 29 Mar 2023 08:38:59 -0400
[Message part 1 (text/plain, inline)]
Building C src
--------------

dispnew.c:3650:12: warning: variable 'changed_p' set but not used [-Wunused-but-set-variable]
      bool changed_p = 0, mouse_face_overwritten_p = 0;
           ^

Building Lisp src
-----------------

dynamic-setting.el:58:12: Warning: the function ‘reconsider-frame-fonts’ is not known to be defined.

image/wallpaper.el:455:35: Warning: the function ‘x-open-connection’ is not known to be defined.

net/eww.el:1205:59: Warning: the function ‘imagep’ is not known to be defined.

In org-table-make-reference:
org/org-table.el:2864:23: Warning: ‘eq’ called with literal string that may never match (arg 2)

In org-remove-timestamp-with-keyword:
org/org.el:10218:14: Warning: ‘backward-delete-char’ is for interactive use only; use ‘delete-char’ instead.

In org-fast-tag-selection:
org/org.el:12009:22: Warning: ‘condition-case’ without handlers

In org-delete-backward-char:
org/org.el:16535:8: Warning: ‘backward-delete-char’ is for interactive use only; use ‘delete-char’ instead.

Best regards,

Jacob Faibussowitsch
(Jacob Fai - booss - oh - vitch)
[config.log (application/octet-stream, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#62518; Package emacs. (Wed, 29 Mar 2023 14:39:02 GMT) Full text and rfc822 format available.

Message #8 received at 62518 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Jacob Faibussowitsch <jacob.fai <at> gmail.com>
Cc: Bastien <bzg <at> gnu.org>, Ihor Radchenko <yantar92 <at> posteo.net>,
 62518 <at> debbugs.gnu.org
Subject: Re: bug#62518: 30.0.50; Misc Build Warnings
Date: Wed, 29 Mar 2023 17:38:47 +0300
> From: Jacob Faibussowitsch <jacob.fai <at> gmail.com>
> Date: Wed, 29 Mar 2023 08:38:59 -0400
> 
> Building C src
> --------------
> 
> dispnew.c:3650:12: warning: variable 'changed_p' set but not used [-Wunused-but-set-variable]
>       bool changed_p = 0, mouse_face_overwritten_p = 0;
>            ^
> 
> Building Lisp src
> -----------------
> 
> dynamic-setting.el:58:12: Warning: the function ‘reconsider-frame-fonts’ is not known to be defined.
> 
> image/wallpaper.el:455:35: Warning: the function ‘x-open-connection’ is not known to be defined.
> 
> net/eww.el:1205:59: Warning: the function ‘imagep’ is not known to be defined.
> 

These are because you build --without-x.  They are harmless.

> In org-table-make-reference:
> org/org-table.el:2864:23: Warning: ‘eq’ called with literal string that may never match (arg 2)
> 
> In org-remove-timestamp-with-keyword:
> org/org.el:10218:14: Warning: ‘backward-delete-char’ is for interactive use only; use ‘delete-char’ instead.
> 
> In org-fast-tag-selection:
> org/org.el:12009:22: Warning: ‘condition-case’ without handlers
> 
> In org-delete-backward-char:
> org/org.el:16535:8: Warning: ‘backward-delete-char’ is for interactive use only; use ‘delete-char’ instead.

These are real (though minor) problems, but Org is developed
elsewhere, and has requirements to support older Emacs versions, so
I'll defer to the Org developers (CC'ed) to do TRT about these.

Thanks.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#62518; Package emacs. (Wed, 29 Mar 2023 15:00:02 GMT) Full text and rfc822 format available.

Message #11 received at 62518 <at> debbugs.gnu.org (full text, mbox):

From: Ihor Radchenko <yantar92 <at> posteo.net>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: Bastien <bzg <at> gnu.org>, 62518 <at> debbugs.gnu.org,
 Jacob Faibussowitsch <jacob.fai <at> gmail.com>
Subject: Re: bug#62518: 30.0.50; Misc Build Warnings
Date: Wed, 29 Mar 2023 15:01:07 +0000
Eli Zaretskii <eliz <at> gnu.org> writes:

>> In org-table-make-reference:
>> org/org-table.el:2864:23: Warning: ‘eq’ called with literal string that may never match (arg 2)

We know this one. It is a real (although likely harmless) issue revealed by the byte-compiler.

>> In org-remove-timestamp-with-keyword:
>> org/org.el:10218:14: Warning: ‘backward-delete-char’ is for interactive use only; use ‘delete-char’ instead.
>> 
>> In org-fast-tag-selection:
>> org/org.el:12009:22: Warning: ‘condition-case’ without handlers
>> 
>> In org-delete-backward-char:
>> org/org.el:16535:8: Warning: ‘backward-delete-char’ is for interactive use only; use ‘delete-char’ instead.

Fixed.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=638e0ecc0

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#62518; Package emacs. (Wed, 29 Mar 2023 15:48:01 GMT) Full text and rfc822 format available.

Message #14 received at 62518 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Ihor Radchenko <yantar92 <at> posteo.net>
Cc: bzg <at> gnu.org, 62518 <at> debbugs.gnu.org, jacob.fai <at> gmail.com
Subject: Re: bug#62518: 30.0.50; Misc Build Warnings
Date: Wed, 29 Mar 2023 18:47:56 +0300
> From: Ihor Radchenko <yantar92 <at> posteo.net>
> Cc: Jacob Faibussowitsch <jacob.fai <at> gmail.com>, 62518 <at> debbugs.gnu.org,
>  Bastien <bzg <at> gnu.org>
> Date: Wed, 29 Mar 2023 15:01:07 +0000
> 
> Eli Zaretskii <eliz <at> gnu.org> writes:
> 
> >> In org-table-make-reference:
> >> org/org-table.el:2864:23: Warning: ‘eq’ called with literal string that may never match (arg 2)
> 
> We know this one. It is a real (although likely harmless) issue revealed by the byte-compiler.
> 
> >> In org-remove-timestamp-with-keyword:
> >> org/org.el:10218:14: Warning: ‘backward-delete-char’ is for interactive use only; use ‘delete-char’ instead.
> >> 
> >> In org-fast-tag-selection:
> >> org/org.el:12009:22: Warning: ‘condition-case’ without handlers
> >> 
> >> In org-delete-backward-char:
> >> org/org.el:16535:8: Warning: ‘backward-delete-char’ is for interactive use only; use ‘delete-char’ instead.
> 
> Fixed.
> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=638e0ecc0

Thanks!




Reply sent to Stefan Kangas <stefankangas <at> gmail.com>:
You have taken responsibility. (Tue, 05 Sep 2023 23:57:01 GMT) Full text and rfc822 format available.

Notification sent to Jacob Faibussowitsch <jacob.fai <at> gmail.com>:
bug acknowledged by developer. (Tue, 05 Sep 2023 23:57:02 GMT) Full text and rfc822 format available.

Message #19 received at 62518-done <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefankangas <at> gmail.com>
To: Ihor Radchenko <yantar92 <at> posteo.net>
Cc: Bastien <bzg <at> gnu.org>, Eli Zaretskii <eliz <at> gnu.org>,
 Jacob Faibussowitsch <jacob.fai <at> gmail.com>, 62518-done <at> debbugs.gnu.org
Subject: Re: bug#62518: 30.0.50; Misc Build Warnings
Date: Tue, 5 Sep 2023 16:56:05 -0700
Ihor Radchenko <yantar92 <at> posteo.net> writes:

> Eli Zaretskii <eliz <at> gnu.org> writes:
>
>>> In org-table-make-reference:
>>> org/org-table.el:2864:23: Warning: ‘eq’ called with literal string that may never match (arg 2)
>
> We know this one. It is a real (although likely harmless) issue revealed by the byte-compiler.
>
>>> In org-remove-timestamp-with-keyword:
>>> org/org.el:10218:14: Warning: ‘backward-delete-char’ is for interactive use only; use ‘delete-char’ instead.
>>>
>>> In org-fast-tag-selection:
>>> org/org.el:12009:22: Warning: ‘condition-case’ without handlers
>>>
>>> In org-delete-backward-char:
>>> org/org.el:16535:8: Warning: ‘backward-delete-char’ is for interactive use only; use ‘delete-char’ instead.
>
> Fixed.
> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=638e0ecc0

Closing.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 04 Oct 2023 11:24:13 GMT) Full text and rfc822 format available.

This bug report was last modified 198 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.