Sujet : Re: [neomutt] can't source files
De : Keith.S.Thompson+u (at) *nospam* gmail.com (Keith Thompson)
Groupes : comp.mail.muttDate : 25. Feb 2025, 23:50:34
Autres entêtes
Organisation : None to speak of
Message-ID : <87jz9dprk5.fsf@nosuchdomain.example.com>
References : 1
User-Agent : Gnus/5.13 (Gnus v5.13)
Kyonshi <
gmkeros@gmail.com> writes:
for some reason I am getting the message "Error in
/home/kyonshi/.mutt/muttrc, line 9: source: file
/home/kyonshi/.mutt/colorschemes/solarized-dark-256.neomuttrc could
not be sourced" or something similar, whenever I try to put a theme
into my muttrc-file.
>
(full error from ~/.neomuttdebug0 here: https://justpaste.it/je8s9 )
>
Anyone know what I might be doing wrong?
You say "or something similar", but the log shows something very
different:
Error in /home/kyonshi/.mutt/muttrc, line 9: source: file /home/kyonshi/.mutt/colorschemes could not be sourced
When posting about an error, don't show us "something similar".
Copy-and-paste the exact error message. And if it refers to a line in a
file (line 9 in your .mutt/muttrc), show us that line, with some context
if it might matter.
If "/home/kyonshi/.mutt/colorschemes/solarized-dark-256.neomuttrc", then
"/home/kyonshi/.mutt/colorschemes" is a directory, which of course can't
be sourced.
You have (at least) two problems: you're trying to source a directory,
and you apparently *think* you're trying to source a file under that
directory.
-- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.comvoid Void(void) { Void(); } /* The recursive call of the void */