GNU bug report logs - #65288
30.0.50; Make Type: annotation optional in *Help* buffers

Previous Next

Package: emacs;

Reported by: Visuwesh <visuweshm <at> gmail.com>

Date: Mon, 14 Aug 2023 12:30:02 UTC

Severity: normal

Found in version 30.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #32 received at 65288 <at> debbugs.gnu.org (full text, mbox):

From: Gregory Heytings <gregory <at> heytings.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 65288 <at> debbugs.gnu.org, philipk <at> posteo.net,
 Andrea Corallo <acorallo <at> gnu.org>, Visuwesh <visuweshm <at> gmail.com>
Subject: Re: bug#65288: 30.0.50; Make Type: annotation optional in *Help*
 buffers
Date: Sat, 19 Aug 2023 09:53:34 +0000
>
> Andrea, would it make sense to introduce an option which could disable 
> showing this information in *Help*?
>

FWIW, it's already possible to do that with:

(defun comp-function-type-spec (&rest args))

(which disables showing that information in all cases) or

(define-advice comp-function-type-spec (:around (cfts function))
  (unless (member function '(char-after char-before))
    (funcall cfts function)))

(which disables showing that information for specific cases).  A user 
option would perhaps make sense, though.





This bug report was last modified 132 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.