Your message dated Sat, 18 Dec 2021 16:07:29 +0000
with message-id <[email protected]>
and subject line Bug#995244: fixed in rxvt-unicode 9.30-1
has caused the Debian Bug report #995244,
regarding rxvt-unicode: confirm-paste considers [] as control chars
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
995244: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=995244
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rxvt-unicode
Version: 9.26-2
Tags: patch

The confirm-paste extension gives me spurious warning when I try to paste square brackets:

  Pasting 2 control characters, continue? (y/n)
  []

The attached patch fixes this.

--
Jakub Wilk
--- a/src/perl/confirm-paste
+++ b/src/perl/confirm-paste
@@ -21,7 +21,7 @@ sub msg {
 sub on_tt_paste {
    my ($self, $str) = @_;
 
-   my $count = ($str =~ tr/[\x00-\x1f\x80-\x9f]//);
+   my $count = ($str =~ tr/\x00-\x1f\x80-\x9f//);
 
    return unless $count;
 

--- End Message ---
--- Begin Message ---
Source: rxvt-unicode
Source-Version: 9.30-1
Done: Ryan Kavanagh <[email protected]>

We believe that the bug you reported is fixed in the latest version of
rxvt-unicode, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ryan Kavanagh <[email protected]> (supplier of updated rxvt-unicode package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 18 Dec 2021 10:39:16 -0500
Source: rxvt-unicode
Binary: rxvt-unicode rxvt-unicode-dbgsym
Architecture: source amd64
Version: 9.30-1
Distribution: unstable
Urgency: medium
Maintainer: Ryan Kavanagh <[email protected]>
Changed-By: Ryan Kavanagh <[email protected]>
Description:
 rxvt-unicode - RXVT-like terminal emulator with Unicode and 256-color support
Closes: 995244
Changes:
 rxvt-unicode (9.30-1) unstable; urgency=medium
 .
   * New upstream release
     + Do not treat [] as control chars (Closes: #995244)
     + libptytty was forked into an external package.
       Add libptytty-dev as a build-dependency
   * Drop the following patches, which were applied upstream:
     + 02_use_dejavu.diff
     + 18_expand_urxvt-tabbed.1.diff
     + 19_tabbed_extension.diff
   * Update copyright years
   * Update lintian overrides to deal with renames
   * Fix lexgrog entry for urclock, 11_fix_lexgrog.diff
Checksums-Sha1:
 a567c9ca83e791e8ae5270580c0b6de18e5f470c 2202 rxvt-unicode_9.30-1.dsc
 700265a255eedf0f553cadfe5484bf71f8fb74c2 877186 rxvt-unicode_9.30.orig.tar.bz2
 d80011e23638e03f69a3bcffa0f5cc1ad92b30f7 30752 
rxvt-unicode_9.30-1.debian.tar.xz
 0cd73c7fc3fe97b69a3c8f1164d90f3ae84191e8 1515332 
rxvt-unicode-dbgsym_9.30-1_amd64.deb
 8cebe475e5f4299c7321bc31fa5addfc2b1eeae1 11584 
rxvt-unicode_9.30-1_amd64.buildinfo
 559206de28c10a6ab05febb290f675928f2456eb 798628 rxvt-unicode_9.30-1_amd64.deb
Checksums-Sha256:
 5a00e2c3947b6dd5bc400aa8eb3d401e442a40bc337e378283fe6853e47f5d8a 2202 
rxvt-unicode_9.30-1.dsc
 fe1c93d12f385876457a989fc3ae05c0915d2692efc59289d0f70fabe5b44d2d 877186 
rxvt-unicode_9.30.orig.tar.bz2
 09814ac25d5d0c8c423dab832c0e6f4b645f2e3de9f0f28badee24a01dddbf9e 30752 
rxvt-unicode_9.30-1.debian.tar.xz
 e345d5e8a4ea23f8479dec8dc3d178b2a97c44c3687fdbf4cdc5323c5555f8d6 1515332 
rxvt-unicode-dbgsym_9.30-1_amd64.deb
 20ca35db7aef8779142aa06dbdb3c1c77554dbbe562c239c2cd80a8482ba3242 11584 
rxvt-unicode_9.30-1_amd64.buildinfo
 55211317bcd6c3c518cba52d44dec0470affaebdac84b490c4e47702f3464f35 798628 
rxvt-unicode_9.30-1_amd64.deb
Files:
 e57a99ed638ae66f08fec84f7996a1f0 2202 x11 optional rxvt-unicode_9.30-1.dsc
 793ae8d59cf911fc6a93254234933d25 877186 x11 optional 
rxvt-unicode_9.30.orig.tar.bz2
 d8ec4d62ddac9f4f8d1944d1ad0d22e8 30752 x11 optional 
rxvt-unicode_9.30-1.debian.tar.xz
 20cb074479291eb83396831c3146188c 1515332 debug optional 
rxvt-unicode-dbgsym_9.30-1_amd64.deb
 732d19a5353322906310b3fb378830ff 11584 x11 optional 
rxvt-unicode_9.30-1_amd64.buildinfo
 fe90e9b00547eb3c759b8d391160d1d5 798628 x11 optional 
rxvt-unicode_9.30-1_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQJDBAEBCgAtFiEEP7FHOW9as2zJ9q6CWXuniu1D+jAFAmG+ASQPHHJha0BkZWJp
YW4ub3JnAAoJEFl7p4rtQ/owo1YP/RKtFBQhn5OzrhdFMIFn4hGZcNSc6tymM24H
u7q4lOjHuLPm8np7XWmEuer+CqEzdFS3W/oFuCzkcqAwWvMieOvf1PgH9So56V2b
ohz6qNG9/rbaghryt1DrY1gtCgXPsZoXMpCxBZvzkrmOFAJowLjMk9DWHCOuWPn8
3iaOb55owz600agPkB5DRDgmo0I+YYAJ0yioyE4SR5YOnkJ0FdsWy1aTGycjd0nr
0Bh9FjsRj4R4mf2/1faICfW+ojGNV2l9TLwakL8kpml4N8kdbBGa+FTiSXocUFeT
xUI4sY/Etd/LIItX1djiJ926AsD4YxabNE+JFG0ipU2mTy2bU5nDZWxhZQMUXqTO
jG09BbqrCFNlUbPCvisxy9a2y88S4SSHhohruACJhZOPyldjRYQiGb2znHqZWZ93
oQQ5op9WTYfgYxNUxb4bdwKyMpEAOBTUVPFa8fesT0KDUAfLh2Bf0at5yFs6CHiD
p3gxQ2QNLbQKunm8EkhDsU7wXo32YkPSN7q+oMDGHHeDi2tyeq+GhoH31YKDH3Q/
vwUGA5h5W7FJ9nHGSvjVYpfY+6gLbwjNyUpxK7dwRwQtEE/5P4MqkyMYD0vjELwh
wxg3yCQ5Pa99EXAD1I1CKmbUs5kFzT60LLiZ85bajZQOUqas0bZASaGhaXkjL/LT
zG22rbVG
=FVQy
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to