Your message dated Fri, 03 Jul 2026 07:37:54 +0000
with message-id <[email protected]>
and subject line Bug#1141260: fixed in debian-el 37.19.4
has caused the Debian Bug report #1141260,
regarding elpa-debian-el: Ignore text properties when setting initial package 
name string for completion
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.)


-- 
1141260: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1141260
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: elpa-debian-el
Version: 37.19.3
Severity: normal
Tags: patch

Hi,

When using apt-utils-show-package, the initial completion suggestion is taken
from word-at-point. However, if that word has read-only property set, then the
prompt completion itself is not modifiable and can only be appended to.

It would be better to ignore the properties of the word-at-point so that the
full prompt suggestion can be modified. Fortunately word-at-point has an 
optional
argument to implement this. Suggested patch attached.

Best wishes

Mark


-- System Information:
Debian Release: forky/sid
Architecture: amd64 (x86_64)

Kernel: Linux 6.19.11+deb14-amd64 (SMP w/2 CPU threads; PREEMPT)
Kernel taint flags: TAINT_CPU_OUT_OF_SPEC, TAINT_WARN
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en
Shell: /bin/sh linked to /usr/bin/dash
Init: OpenRC (via /run/openrc), PID 1: init

Versions of packages elpa-debian-el depends on:
ii  bzip2           1.0.8-6+b1
ii  dh-elpa-helper  2.1.9
ii  emacsen-common  3.0.8
ii  reportbug       13.2.0devuan2
ii  xz-utils        5.8.3-1
ii  zstd            1.5.7+dfsg-3+b1

Versions of packages elpa-debian-el recommends:
ii  emacs              1:30.2+1-3
ii  emacs-gtk [emacs]  1:30.2+1-3
ii  wget               1.25.0-2

elpa-debian-el suggests no packages.

-- no debconf information
>From ece28704d4533209d45870a7fa4961e622fd2eb8 Mon Sep 17 00:00:00 2001
From: Mark Hindley <[email protected]>
Date: Thu, 2 Jul 2026 11:21:04 +0100
Subject: [PATCH] apt-utils-choose-package: ignore properties when getting
 initial completion suggestion.

Without this, if the point is on read-only text, the completion suggestion is
not modifiable.
---
 apt-utils.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apt-utils.el b/apt-utils.el
index f735cee..201203e 100644
--- a/apt-utils.el
+++ b/apt-utils.el
@@ -1341,7 +1341,7 @@ indicated in `mode-name'."
                             (text-properties-at (point))))))
         (PC-word-delimiters "-"))
     (when (not (stringp package))
-      (setq package (word-at-point)))
+      (setq package (word-at-point t)))
     (completing-read (if package
                          (format "Choose Debian package (%s): " package)
                        "Choose Debian package: ")
-- 
2.53.0


--- End Message ---
--- Begin Message ---
Source: debian-el
Source-Version: 37.19.4
Done: Xiyue Deng <[email protected]>

We believe that the bug you reported is fixed in the latest version of
debian-el, 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.
Xiyue Deng <[email protected]> (supplier of updated debian-el 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: Thu, 02 Jul 2026 22:46:35 -0700
Source: debian-el
Architecture: source
Version: 37.19.4
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team <[email protected]>
Changed-By: Xiyue Deng <[email protected]>
Closes: 1141260
Changes:
 debian-el (37.19.4) unstable; urgency=medium
 .
   [ Mark Hindley ]
   * apt-utils-choose-package: ignore properties when getting initial
     completion suggestion. Without this, if the point is on read-only
     text, the completion suggestion is not modifiable. (Closes: #1141260)
 .
   [ Xiyue Deng ]
   * Support more suites in deb822 style sources file
   * Add more test cases for deb822 style suites
   * Run `wrap-and-sort -ast'
   * Update standards version to 4.7.4, no changes needed.
   * Update to debhelper-compat 14
     - Also drop references to ${misc:Depends}.
   * Update my email address
Checksums-Sha1:
 dc7679f9f4517c8dbe618c2daae63e346aa1fce1 2020 debian-el_37.19.4.dsc
 59f80410a126db57d37d29695a5531ee3ce63069 62868 debian-el_37.19.4.tar.xz
 b1baa51f7152908f8adfbf3a106125dc09aa93cb 105280 debian-el_37.19.4.git.tar.xz
 7002de8f399abb3a02a88ce29797e869a971ec4e 17512 
debian-el_37.19.4_source.buildinfo
Checksums-Sha256:
 77a61312e231c1811aa823bd585f8f7b2e33b67e011818109d098e956bbbf564 2020 
debian-el_37.19.4.dsc
 7c410b0b71d114b90b87ec21159177b2de9f5b51330ff2751cdd3cab81951a0a 62868 
debian-el_37.19.4.tar.xz
 637a5a88ec0f3909d2a30ec2ef3c848190a673b1f7770eaa3cb4f6996eabbc4a 105280 
debian-el_37.19.4.git.tar.xz
 5d50b872a2415dd381c4e7bc8158e1d59a33dad6d019844376cc76c33f768fa8 17512 
debian-el_37.19.4_source.buildinfo
Files:
 a9675a62ecffb1a9c02b4291469085c0 2020 editors optional debian-el_37.19.4.dsc
 8812310eb4b2ea65ef2ad757bf7c7c6d 62868 editors optional 
debian-el_37.19.4.tar.xz
 6eac8be018067a3c68e41b49ebd845fd 105280 editors None 
debian-el_37.19.4.git.tar.xz
 ead5fbd5ba8cc11939d9f3ba00453ff2 17512 editors optional 
debian-el_37.19.4_source.buildinfo
Git-Tag-Info: tag=f8a6fb5630c28e8be61ab6c62af79031eb333132 
fp=88a41f77aa3cd668c8f8b5802de965ed63825c93
Git-Tag-Tagger: Xiyue Deng <[email protected]>

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

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmpHYLAACgkQYG0ITkaD
wHng0g/+Pfzg3f8NLpoRbs4eBNO+BPHW2Gh9BJgn1vs61eGCmhfqYM7vG35Vk08m
DsfXaGDImYHY3lYlK0wPbZvVHV2DrSYHMbR96ESYUpV4SX94vAB1OrNrjMMVgO9s
l1EtSpjQ8f/NiPAwDQ2tSCov74K//0wfoQT6M7cTHk3OzQQnt0HtzZUk1l6Ax2JD
ZjN7xZNipeCwelr7rUwf6Q/RWk9ove+34mZ3a/LReW/pXMI3hR0x96mwjh75nWAx
hjyt4nwYMbFczwy1S4wTcYrlwxl9U7iSUMSSjwJlIMJynrdKmZnjviphlRoo+jLO
AIgh/rwgMd8nYEAtoTDzy5lD/92TWK64XhniCXXns0Lr4jP0IHUaLc12GUoEW/1U
o2RGxhZT4M23SCbH5QIobycglIkDxB6mkBcuHb/pOAeHqVCmf5O7wWnmM4WYs6pv
E4rE4rsHAZCsliTa/E75laXNHqADbZ8FtB6I5TqBHsmXFTIbYL/fiz80PrdwReB9
e40vbLzFt8uwtAErl+59OW7M8y9exKF/0ryLH2865KjndOZqpt8J7VEczYczifJq
2UoTq5WT4LMrJgrSHJFfL7XQqw9h1/jwk88xF1kBbGlQHUn7uWvweSwD97iBjiVc
8c4nhYHo31xKxItPLeod9MvLBOQh1EfMg1+hF6p+2oYoq3QV0m0=
=TpnC
-----END PGP SIGNATURE-----

Attachment: pgpXpyq4IjJBc.pgp
Description: PGP signature


--- End Message ---

Reply via email to