bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#67112: 30.0.50; [PATCH] Fix completion annotations when using 'pcomp


From: Jim Porter
Subject: bug#67112: 30.0.50; [PATCH] Fix completion annotations when using 'pcomplete-here-using-help'
Date: Sun, 19 Nov 2023 15:16:09 -0800

Version: 30.1

On 11/11/2023 1:43 PM, Jim Porter wrote:
This was happening because 'pcomplete-here-using-help' passes along the annotation as a text property on the first character of each completion candidate. That property failed to propagate through 'completion-table-with-quoting' though. So the fix is to propagate text properties on the first character of the candidate, since that's already a convention in a couple places with completion tables.

Merged to the master branch as 16ac377aab2, and closing this now.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]