* Am 19.11.2023 begab es sich, dass Michael Albinus schrieb:
> In den Quellen von Emacs 25 ist das Teil noch drin. Schicke ich Dir als PM.
>
> Aber ... wozu brauchst Du das? Es wurde nicht umsonst aus Emacs
> rausgeschmissen. Sieht aus wie eine Kompatibilitaetsschicht fuer XEmacs 🪦.
Hier mal das Log vom Emacs 29.1.
Soweit ich das verstehe, ist das Paket "cl" zu alt, deswegen gibt es ein Problem mit der
boxquote.el.
Das wird mir als Erstes mitgeteilt:
,----
| j:/my_lisp/boxquote.el: Warning: ‘point’ is an obsolete generalized variable;
| use ‘goto-char’ instead.
| j:/my_lisp/boxquote.el: Warning: ‘point’ is an obsolete generalized variable;
| use ‘goto-char’ instead.
| j:/my_lisp/boxquote.el: Warning: ‘point’ is an obsolete generalized variable;
| use ‘goto-char’ instead.
| j:/my_lisp/boxquote.el: Warning: ‘point’ is an obsolete generalized variable;
| use ‘goto-char’ instead.
| j:/my_lisp/boxquote.el: Warning: ‘point’ is an obsolete generalized variable;
| use ‘goto-char’ instead.
| j:/my_lisp/boxquote.el: Warning: ‘point’ is an obsolete generalized variable;
| use ‘goto-char’ instead.
`----
Das ganze Log:
,----
| Loading cua-base (native compiled elisp)...done
| For information about GNU Emacs and the GNU system, type C-h C-a.
| Package cl is deprecated
| Package tls is deprecated
| j:/my_lisp/boxquote.el: Warning: ‘flet’ is an obsolete macro (as of 24.3); use either ‘cl-flet’ or ‘cl-letf’. [2 times]
| j:/my_lisp/boxquote.el: Warning: ‘loop’ is an obsolete alias (as of 27.1); use ‘cl-loop’ instead.
| Unable to open server nntp+127.0.0.1 due to: auth-source-netrc-parse-entries: Unexpected ‘machine’ token at line 1
| Reading j:/.newsrc.eld...
| Opening nnfolder server on archive...done
| Opening nnml server on private...done
| No new newsgroups
| Checking new news...
| Reading active file from private via nnml...
| Opening nnml server on private...done
| Reading incoming mail from pop...
| Mail source (pop :server 127.0.0.1 :user gnus :password XXX) failed: (error auth-source-netrc-parse-entries: Unexpected ‘machine’ token at line 1)
| nnml: Reading incoming mail (no new mail)...done
| Reading active file from private via nnml...done
| Reading active file from archive via nnfolder...done
| Reading active file via nndraft...done
| Checking new news...done
| Warning: Unable to open server nntp+127.0.0.1 due to: auth-source-netrc-parse-entries: Unexpected ‘machine’ token at line 1
| Mark set
| Beginning of buffer [5 times]
| Mark set [3 times]
`----
Wo liegt das Problem beim neuen Emacs?
Grüße, Sani