yasnippet-snippets icon indicating copy to clipboard operation
yasnippet-snippets copied to clipboard

Any snippet using python-args-to-docstring returns Wrong type argument: listp

Open quazgar opened this issue 1 year ago • 0 comments
trafficstars

Maybe issue #1200 from yasnippet rather belongs here? Possibly introduced by #465,

Expanding e.g. function_docstring and tabbing the cursor to args, shows error Wrong type argument: listp [...]

I can reproduce this with plain Emacs:

def fd(foo):
    """
    Wrong type argument: listp, "foo"
    """

def fdn(bar):
    """

    Wrong type argument: listp, "bar"
    """ 
  • GNU Emacs 29.4 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.16.0) of 2024-07-22, modified by Debian
  • yasnippet: 20241013.1557
  • yasnippet-snippets: 20241014.949

quazgar avatar Oct 17 '24 08:10 quazgar