Closed tsdh closed 2 years ago
@tsdh Thanks for reporting. Please let me know if that fixes it for you.
For the image-type error I'm not put into the debugger so I guess it happens probably in a sentinel function or something alike.
If your Emacs doesn't support images, the image-related code should be automatically disabled, so that message shouldn't appear. I guess it won't cause any problems, but if you feel like it, please open another issue and maybe we can track that down. Also, check the value of ement-room-images
.
@alphapapa Hi Adam, the error persists because (face-background 'default nil 'default) => "unspecified-bg"
and then color-name-to-rgb
returns nil
in the "One face per week" mapcar
.
Wrt. images: ement-room-images
is nil
.
@tsdh Oops, thanks. https://github.com/alphapapa/ement.el/commit/0b587685fb7d722422e601d47883155e2c839a4c should fix it, then.
Seems to work now, thanks!
I like to have my IRC and now Matrix sessions residing in a tmux/emacs session on a server. I'm running a self-compiled emacs master version there which has no window-system nor image support. I've just build a similar version locally for easier testing. It's configured with:
When I try to
ement-connect
I get this error:This error repeats every few seconds it seems. The
*Ement Rooms*
buffer stays empty.Also, in
*Messages*
there isFor the
image-type
error I'm not put into the debugger so I guess it happens probably in a sentinel function or something alike.EDIT: viz on the Ement.el Matrix room suggested the error was fixed by https://github.com/alphapapa/ement.el/commit/0541916b61824a07c1c8d8104bbba375a7b0af1a however my emacs build doesn't have an
"unspecified-fg"
: