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: Sun, 26 Sep 2021 01:42:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hongyi Zhao wrote:

>> 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.
>
> How to fix it or use a more robust method?

Send a string, not nil.

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




reply via email to

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