unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Niels Søndergaard" <niels@algon.dk>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 69282@debbugs.gnu.org
Subject: bug#69282: 30.0.50; warning for obsolete macro in version 30.0.50
Date: Thu, 22 Feb 2024 09:46:50 +0100	[thread overview]
Message-ID: <79816ECC-68FA-4D1B-A2DC-D64A6F4BBF65@algon.dk> (raw)
In-Reply-To: <BAE21A96-44B4-4F3F-8AF8-D34959568320@algon.dk>

[-- Attachment #1: Type: text/plain, Size: 1621 bytes --]

Hello, 
I found the origin :

med venlig hilsen
Niels

 <about:blank#>
Niels Søndergaard • civilingeniør
Address: Mariehøj 236, 2990 Nivå 
Mobile: +45 4052 2789 <tel:%20%20+45%204052%202789>
Website: algon.dk <https://algon.dk/>
Email: niels@algon.dk <mailto:niels@algon.dk>
 <about:blank#> <about:blank#>
for at være fri er det ikke nok at kaste egne lænker, men at leve 
på en måde, der respektere og fremmer andres frihed.                                 
                                                                     — Nelson Mandela

> Den 20. feb. 2024 kl. 18.55 skrev Niels Søndergaard <niels@algon.dk>:
> 
> sorry….  (and as usual I have at lot of excuses for mysellf, but I’ll spare youfor that now)
> 
> Thing got a lot worse, I use to be able to build working versions out of the source 30.0.50, but just now I can’t
> 
> “emacs —debug-init" giving as shown on the picture:
> <Skærmbillede 2024-02-20 kl. 18.46.55.png>
> 
> the warning came also out, but I have no indication from wich file the warning came, as shown 
> <Skærmbillede 2024-02-20 kl. 18.54.43.png>
> 
> 
>> Den 20. feb. 2024 kl. 18.35 skrev Eli Zaretskii <eliz@gnu.org>:
>> 
>> [Please use Reply All to reply, to keep the bug tracker CC'ed.]
>> 
>>> Date: Tue, 20 Feb 2024 18:22:18 +0100
>>> From: Niels Søndergaard <niels@algon.dk>
>>> 
>>> I’will try to figure it out, what happend is:
>>> 
>>> I start emacs (on my macOS with Apple silicon), I use emacs-dashboard, an the worning comes i window two
>>> with no indikaton (as I have seen).
>> 
>> Thanks.
> 


[-- Attachment #2.1: Type: text/html, Size: 3519 bytes --]

[-- Attachment #2.2: emacs.err --]
[-- Type: application/octet-stream, Size: 11470 bytes --]


$ /Applications/Emacs.app/Contents/MacOS/Emacs -Q -L /Users/niels/.emacs.d/straight/build/org-ql/ --batch --eval \
 "(let ((default-directory \"/Users/niels/.emacs.d/straight/build/\"))
  (normal-top-level-add-subdirs-to-load-path)
  (byte-recompile-directory \"/Users/niels/.emacs.d/straight/build/org-ql/\" 0 'force))"
Checking /Users/niels/.emacs.d/straight/build/org-ql/...
Compiling /Users/niels/.emacs.d/straight/build/org-ql/org-ql-autoloads.el...
Compiling /Users/niels/.emacs.d/straight/build/org-ql/org-ql-completing-read.el...
org-ql.el: Warning: Case 'done will match ‘quote’.  If that’s intended, write (done quote) instead.  Otherwise, don’t quote ‘done’.

In org-ql-completing-read:
org-ql-completing-read.el:104:40: Warning: ‘point-at-bol’ is an obsolete function (as of 29.1); use ‘line-beginning-position’ or ‘pos-bol’ instead.
org-ql-completing-read.el:104:55: Warning: ‘point-at-eol’ is an obsolete function (as of 29.1); use ‘line-end-position’ or ‘pos-eol’ instead.
Compiling /Users/niels/.emacs.d/straight/build/org-ql/org-ql-find.el...
Compiling /Users/niels/.emacs.d/straight/build/org-ql/org-ql-search.el...

In toplevel form:
org-ql-search.el:52:9: Warning: defvar ‘org-ql-block-header’ docstring wider than 80 characters

In org-ql-sparse-tree:
org-ql-search.el:108:20: Warning: ‘org-show-context’ is an obsolete function (as of 9.6); use ‘org-fold-show-context’ instead.
org-ql-search.el:111:10: Warning: ‘org-hide-archived-subtrees’ is an obsolete function (as of 9.6); use ‘org-fold-hide-archived-subtrees’ instead.

In org-ql-search:
org-ql-search.el:156:54: Warning: ‘eq’ called with literal list that may never match (arg 2)

In org-dblock-write:org-ql:
org-ql-search.el:250:2: Warning: docstring wider than 80 characters
org-ql-search.el:299:38: Warning: ‘org-make-link-string’ is an obsolete function (as of 9.3); use ‘org-link-make-string’ instead.

In org-ql-search-directories-files:
org-ql-search.el:348:2: Warning: docstring wider than 80 characters
Compiling /Users/niels/.emacs.d/straight/build/org-ql/org-ql-view.el...

In org-ql-view-switch:
org-ql-view.el:306:47: Warning: ‘point-at-bol’ is an obsolete function (as of 29.1); use ‘line-beginning-position’ or ‘pos-bol’ instead.
org-ql-view.el:306:62: Warning: ‘point-at-eol’ is an obsolete function (as of 29.1); use ‘line-end-position’ or ‘pos-eol’ instead.
org-ql-view.el:309:12: Warning: ‘point-at-bol’ is an obsolete function (as of 29.1); use ‘line-beginning-position’ or ‘pos-bol’ instead.
org-ql-view.el:309:31: Warning: ‘point-at-eol’ is an obsolete function (as of 29.1); use ‘line-end-position’ or ‘pos-eol’ instead.

In org-ql-view-customize:
org-ql-view.el:371:47: Warning: ‘point-at-bol’ is an obsolete function (as of 29.1); use ‘line-beginning-position’ or ‘pos-bol’ instead.
org-ql-view.el:371:62: Warning: ‘point-at-eol’ is an obsolete function (as of 29.1); use ‘line-end-position’ or ‘pos-eol’ instead.

In org-ql-view--link-store:
org-ql-view.el:692:10: Warning: ‘org-store-link-props’ is an obsolete function (as of 9.3); use ‘org-link-store-props’ instead.
Compiling /Users/niels/.emacs.d/straight/build/org-ql/org-ql.el...

In toplevel form:
org-ql.el:80:5: Warning: ‘org-bracket-link-regexp’ is an obsolete variable (as of 9.3); use ‘org-link-bracket-re’ instead.
org-ql.el:226:9: Warning: defvar ‘org-ql-regexp-planning’ docstring wider than 80 characters

In org-ql--select:
org-ql.el:503:2: Warning: docstring wider than 80 characters

In org-ql--plist-get*:
org-ql.el:700:2: Warning: docstring wider than 80 characters

In org-ql--sanity-check-form:
org-ql.el:769:29: Warning: Case 'done will match ‘quote’.  If that’s intended, write (done quote) instead.  Otherwise, don’t quote ‘done’.

In org-ql-defpred:
org-ql.el:1108:2: Warning: docstring has wrong usage of unescaped single quotes (use \=' or different quoting such as `...')

In org-ql--predicate-category:
org-ql.el:1321:2: Warning: docstring wider than 80 characters

In org-ql--duration-to-minutes:
org-ql.el:1343:16: Warning: ‘org-duration-string-to-minutes’ is an obsolete function (as of 9.1); use ‘org-duration-to-minutes’ instead.

In org-ql--predicate-effort:
org-ql.el:1346:2: Warning: docstring wider than 80 characters

In org-ql--predicate-level:
org-ql.el:1464:2: Warning: docstring wider than 80 characters

In org-ql--predicate-rifle:
org-ql.el:1578:2: Warning: docstring wider than 80 characters

In org-ql--predicate-path:
org-ql.el:1645:2: Warning: docstring wider than 80 characters

In org-ql--predicate-property:
org-ql.el:1732:2: Warning: docstring wider than 80 characters

In org-ql--predicate-src:
org-ql.el:1813:2: Warning: docstring wider than 80 characters
org-ql.el:1863:38: Warning: ‘point-at-bol’ is an obsolete function (as of 29.1); use ‘line-beginning-position’ or ‘pos-bol’ instead.

In org-ql--predicate-tags-inherited:
org-ql.el:1895:2: Warning: docstring wider than 80 characters

In org-ql--predicate-tags-local:
org-ql.el:1909:2: Warning: docstring wider than 80 characters

In org-ql--predicate-todo:
org-ql.el:1951:2: Warning: docstring wider than 80 characters

In org-ql--predicate-deadline-warning:
org-ql.el:2164:2: Warning: docstring wider than 80 characters

In org-ql--org-timestamp-element<:
org-ql.el:2369:25: Warning: ‘org-timestamp-format’ is an obsolete function (as of Org 9.6); use ‘org-format-timestamp’ instead.
org-ql.el:2369:25: Warning: ‘org-timestamp-format’ is an obsolete function (as of Org 9.6); use ‘org-format-timestamp’ instead.
Done (Total of 5 files compiled, 1 skipped)

$ /Applications/Emacs.app/Contents/MacOS/Emacs -Q -L /Users/niels/.emacs.d/straight/build/org-ql/ --batch --eval \
 "(let ((default-directory \"/Users/niels/.emacs.d/straight/build/\"))
  (normal-top-level-add-subdirs-to-load-path)
  (byte-recompile-directory \"/Users/niels/.emacs.d/straight/build/org-ql/\" 0 'force))"
Checking /Users/niels/.emacs.d/straight/build/org-ql/...
Compiling /Users/niels/.emacs.d/straight/build/org-ql/org-ql-autoloads.el...
Compiling /Users/niels/.emacs.d/straight/build/org-ql/org-ql-completing-read.el...
org-ql.el: Warning: Case 'done will match ‘quote’.  If that’s intended, write (done quote) instead.  Otherwise, don’t quote ‘done’.

In org-ql-completing-read:
org-ql-completing-read.el:104:40: Warning: ‘point-at-bol’ is an obsolete function (as of 29.1); use ‘line-beginning-position’ or ‘pos-bol’ instead.
org-ql-completing-read.el:104:55: Warning: ‘point-at-eol’ is an obsolete function (as of 29.1); use ‘line-end-position’ or ‘pos-eol’ instead.
Compiling /Users/niels/.emacs.d/straight/build/org-ql/org-ql-find.el...
Compiling /Users/niels/.emacs.d/straight/build/org-ql/org-ql-search.el...

In toplevel form:
org-ql-search.el:52:9: Warning: defvar ‘org-ql-block-header’ docstring wider than 80 characters

In org-ql-sparse-tree:
org-ql-search.el:108:20: Warning: ‘org-show-context’ is an obsolete function (as of 9.6); use ‘org-fold-show-context’ instead.
org-ql-search.el:111:10: Warning: ‘org-hide-archived-subtrees’ is an obsolete function (as of 9.6); use ‘org-fold-hide-archived-subtrees’ instead.

In org-ql-search:
org-ql-search.el:156:54: Warning: ‘eq’ called with literal list that may never match (arg 2)

In org-dblock-write:org-ql:
org-ql-search.el:250:2: Warning: docstring wider than 80 characters
org-ql-search.el:299:38: Warning: ‘org-make-link-string’ is an obsolete function (as of 9.3); use ‘org-link-make-string’ instead.

In org-ql-search-directories-files:
org-ql-search.el:348:2: Warning: docstring wider than 80 characters
Compiling /Users/niels/.emacs.d/straight/build/org-ql/org-ql-view.el...

In org-ql-view-switch:
org-ql-view.el:306:47: Warning: ‘point-at-bol’ is an obsolete function (as of 29.1); use ‘line-beginning-position’ or ‘pos-bol’ instead.
org-ql-view.el:306:62: Warning: ‘point-at-eol’ is an obsolete function (as of 29.1); use ‘line-end-position’ or ‘pos-eol’ instead.
org-ql-view.el:309:12: Warning: ‘point-at-bol’ is an obsolete function (as of 29.1); use ‘line-beginning-position’ or ‘pos-bol’ instead.
org-ql-view.el:309:31: Warning: ‘point-at-eol’ is an obsolete function (as of 29.1); use ‘line-end-position’ or ‘pos-eol’ instead.

In org-ql-view-customize:
org-ql-view.el:371:47: Warning: ‘point-at-bol’ is an obsolete function (as of 29.1); use ‘line-beginning-position’ or ‘pos-bol’ instead.
org-ql-view.el:371:62: Warning: ‘point-at-eol’ is an obsolete function (as of 29.1); use ‘line-end-position’ or ‘pos-eol’ instead.

In org-ql-view--link-store:
org-ql-view.el:692:10: Warning: ‘org-store-link-props’ is an obsolete function (as of 9.3); use ‘org-link-store-props’ instead.
Compiling /Users/niels/.emacs.d/straight/build/org-ql/org-ql.el...

In toplevel form:
org-ql.el:80:5: Warning: ‘org-bracket-link-regexp’ is an obsolete variable (as of 9.3); use ‘org-link-bracket-re’ instead.
org-ql.el:226:9: Warning: defvar ‘org-ql-regexp-planning’ docstring wider than 80 characters

In org-ql--select:
org-ql.el:503:2: Warning: docstring wider than 80 characters

In org-ql--plist-get*:
org-ql.el:700:2: Warning: docstring wider than 80 characters

In org-ql--sanity-check-form:
org-ql.el:769:29: Warning: Case 'done will match ‘quote’.  If that’s intended, write (done quote) instead.  Otherwise, don’t quote ‘done’.

In org-ql-defpred:
org-ql.el:1108:2: Warning: docstring has wrong usage of unescaped single quotes (use \=' or different quoting such as `...')

In org-ql--predicate-category:
org-ql.el:1321:2: Warning: docstring wider than 80 characters

In org-ql--duration-to-minutes:
org-ql.el:1343:16: Warning: ‘org-duration-string-to-minutes’ is an obsolete function (as of 9.1); use ‘org-duration-to-minutes’ instead.

In org-ql--predicate-effort:
org-ql.el:1346:2: Warning: docstring wider than 80 characters

In org-ql--predicate-level:
org-ql.el:1464:2: Warning: docstring wider than 80 characters

In org-ql--predicate-rifle:
org-ql.el:1578:2: Warning: docstring wider than 80 characters

In org-ql--predicate-path:
org-ql.el:1645:2: Warning: docstring wider than 80 characters

In org-ql--predicate-property:
org-ql.el:1732:2: Warning: docstring wider than 80 characters

In org-ql--predicate-src:
org-ql.el:1813:2: Warning: docstring wider than 80 characters
org-ql.el:1863:38: Warning: ‘point-at-bol’ is an obsolete function (as of 29.1); use ‘line-beginning-position’ or ‘pos-bol’ instead.

In org-ql--predicate-tags-inherited:
org-ql.el:1895:2: Warning: docstring wider than 80 characters

In org-ql--predicate-tags-local:
org-ql.el:1909:2: Warning: docstring wider than 80 characters

In org-ql--predicate-todo:
org-ql.el:1951:2: Warning: docstring wider than 80 characters

In org-ql--predicate-deadline-warning:
org-ql.el:2164:2: Warning: docstring wider than 80 characters

In org-ql--org-timestamp-element<:
org-ql.el:2369:25: Warning: ‘org-timestamp-format’ is an obsolete function (as of Org 9.6); use ‘org-format-timestamp’ instead.
org-ql.el:2369:25: Warning: ‘org-timestamp-format’ is an obsolete function (as of Org 9.6); use ‘org-format-timestamp’ instead.
Done (Total of 5 files compiled, 1 skipped)

[-- Attachment #2.3: Type: text/html, Size: 15897 bytes --]

  reply	other threads:[~2024-02-22  8:46 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-20  1:10 bug#69282: 30.0.50; warning for obsolete macro in version 30.0.50 Niels Søndergaard
2024-02-20 13:40 ` Eli Zaretskii
2024-02-20 17:17   ` Niels Søndergaard
2024-02-20 17:18     ` Eli Zaretskii
     [not found]       ` <61E8B275-161F-483F-9A01-EF43DFCA3523@algon.dk>
2024-02-20 17:35         ` Eli Zaretskii
2024-02-20 17:55           ` Niels Søndergaard
2024-02-22  8:46             ` Niels Søndergaard [this message]
2024-02-22 12:32               ` Eli Zaretskii
2024-02-22 16:10                 ` Niels Søndergaard
2024-02-22 17:29                   ` Niels Søndergaard
2024-02-22 19:05                     ` Eli Zaretskii
2024-02-22 21:58                   ` Michael Heerdegen via Bug reports for GNU Emacs, the Swiss army knife of text editors

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=79816ECC-68FA-4D1B-A2DC-D64A6F4BBF65@algon.dk \
    --to=niels@algon.dk \
    --cc=69282@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.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).