GNU bug report logs - #79128
31.0.50; shortdoc doesn't always display the correct arglist

Previous Next

Package: emacs;

Reported by: Robert Pluim <rpluim <at> gmail.com>

Date: Wed, 30 Jul 2025 13:27:02 UTC

Severity: normal

Found in version 31.0.50

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

Full log


View this message in rfc822 format

From: Robert Pluim <rpluim <at> gmail.com>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: 79128 <at> debbugs.gnu.org, Eli Zaretskii <eliz <at> gnu.org>
Subject: bug#79128: 31.0.50; shortdoc doesn't always display the correct arglist
Date: Mon, 04 Aug 2025 11:08:41 +0200
>>>>> On Sat, 02 Aug 2025 15:35:44 -0400, Stefan Monnier <monnier <at> iro.umontreal.ca> said:

    >>> Shortdoc:
    >>> 
    >>> >> (seq-empty-p arg &rest args)

    Stefan> Hmm... I suggest the patch below.

That fixes `seq-empty-p', but others are still sub-optimal, eg
`seq-concatenate':

    (seq-concatenate arg1 &rest rest)

which is defined as:

    (cl-defgeneric seq-concatenate (type &rest sequences)
      "Concatenate SEQUENCES into a single sequence of type TYPE.
    TYPE must be one of following symbols: `vector', `string' or `list'.

    \n(fn TYPE SEQUENCE...)"

The signature is correct, but doesnʼt obey the "(fn" thing, nor does
it preserve the argument names.

Robert
-- 




This bug report was last modified 7 days ago.

Previous Next


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