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

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

Re: let*: Wrong type argument: stringp, nil


From: Emanuel Berg
Subject: Re: let*: Wrong type argument: stringp, nil
Date: Fri, 24 Sep 2021 16:57:44 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hongyi Zhao wrote:

> let*: Wrong type argument: stringp, nil
>
> Any hints for fixing this problem?

Indeed, inside a `let*', a variable is used in a function that
expects a string. However either the variable is set to nil,
or it isn't set at all. nil isn't a string so the function
cannot operate, thus the error.

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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