Adam Porter
Adam Porter
> Debugging from now on will take place in `emacsclient` (daemon) due to the issue vanishing from Emacs GUI. There may be a misunderstanding here. Emacs running in daemon mode...
@Icy-Thought If you are using tty frames, then please evaluate these forms in one after encountering the error: * `ement-room-list-avatars` * ` (display-images-p)` What might be happening is that images...
@Icy-Thought Ok, thanks. Please evaluate those forms in the GUI frame after the problem happens and let me know the values.
@stsquad Thanks, but I don't know what is in `mininit.el` (or whether `ement.el` is the one in this package or something in your own config). It would help greatly if...
@Icy-Thought > 1. Ement configuration which I am using: > > > ```emacs-lisp > (use-package ement > :hook (ement-room-mode . olivetti-mode) > :custom > ;; :NOTE| Notifications ought to be...
FWIW, I just tried to reproduce this problem using both GUI and tty frames, with and without daemon mode, and I was unable to do so. Using Emacs 29.1 and...
@stsquad Thanks. > I can rule out pure --daemon mode as it works with: > > ``` > ./with-emacs.sh --debug -i ement -- --daemon > ``` That's good. > >...
> Bisecting my config it seems it fails if I include my corfu customisations (https://github.com/stsquad/my-emacs-stuff/blob/master/my-corfu.el). Does @Icy-Thought use corfu as well? > > Bisecting the my config down further it...
@Icy-Thought No problem. Thanks for confirming that you use Corfu and kind-icons. Hopefully it's not a bug in Ement itself.
Hi Joseph, This seems like a good idea, but this patch would seem to not select the default function in unrecognized major modes. I think the code should be more...