URL: <https://savannah.gnu.org/bugs/?67126>
Summary: Unescaped @ in email address breaks texinfo build
Group: GNU Screen
Submitter: hhoffstaette
Submitted: Thu 15 May 2025 10:07:51 AM GMT
Category: Build/Install
Severity: 3 - Normal
Priority: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Release: 5.0.1
Fixed Release: None
Planned Release: None
Work Required: None
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Thu 15 May 2025 10:07:51 AM GMT By: Holger Hoffstätte <hhoffstaette>
Commit screen-v5/464c8d8f945f53f8cbb854517279349e09d74756 for the 5.0.1
release added a link with an email address. Unfortunately the @ in the address
is not escaped correctly and instead texinfo tries to interpret it as
command:
$make
makeinfo ./screen.texinfo -o screen.info
screen.texinfo:5943: unknown command `opensuse'
The fix is simple:
--- a/doc/screen.texinfo~ 2025-05-12 16:19:03.000000000 +0200
+++ b/doc/screen.texinfo 2025-05-15 11:49:15.648135621 +0200
@@ -5940,7 +5940,7 @@ of @code{Screen} which you are using. A
hardware and operating system, the compiler used to compile, a
description of the bug behavior, and the conditions that triggered the
bug. In case of security issue please send an mail to
-@w{@samp{[email protected]}}.
+@w{@samp{alexander_naumov@@opensuse.org}}.
@node Availability, , Reporting Bugs, Bugs
@section Availability
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?67126>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
