[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Issue with package-quick-start (+ another issue)
From: |
Daniel Semyonov |
Subject: |
Re: Issue with package-quick-start (+ another issue) |
Date: |
Tue, 17 May 2022 09:05:32 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
>>>>> Ergus writes:
> Hi: Recently trying the master branch; emacs fails to start with a
> message:
> ``` Wrong type argument: stringp, nil ```
> which seems to happen after window-setup-hook.
Hi, I encountered the same issue (reported as bug#55447).
A workaround I found was to replace all occurrences of '#$' in
'package-quickstart.el' with 'load-true-file-name', and then recompile
the file manually.
Regards,
Daniel