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

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

bug#48063: 28.0.50: apropos-value{, -internal}: suppress false positives


From: Boruch Baum
Subject: bug#48063: 28.0.50: apropos-value{, -internal}: suppress false positives
Date: Tue, 27 Apr 2021 11:17:27 -0400
User-agent: NeoMutt/20180716

Function apropos-value will always return false positive, some of which
entail printing out very long variable value strings. The attached patch
apropos-value.patch fixes those cases. The second patch just changes
what seems to be an indentation bug in the function.

The cases of false positives are:

+ variables reflecting the apropos request itself
  + (car minibuffer-history)
  + (car command-history)

+ variables internal to apropos:
  + apropos--current
  + apropos-pattern-quoted
  + pattern



--
hkp://keys.gnupg.net
CA45 09B5 5351 7C11 A9D1  7286 0036 9E45 1595 8BC0

Attachment: apropos-value.patch
Description: Text Data

Attachment: apropos-value-indent-change.patch
Description: Text Data


reply via email to

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