-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when trying to write in apps #3
Comments
Hello :) Thanks for the info on your system, that's quite helpful. |
Hi, the error thrown when setting debug-on-error:
|
Ah! Interesting. Could you check the value of |
The value of |
As I suspected from your backtrace 🤔. Some more requests:
|
|
Interesting. It seems like |
No, it does not work it throws |
Hmmmmmmm. This is beginning to confound me. (defun emacs-everywhere ()
"Lanuch the emacs-everywhere frame from emacsclient."
(let ((win-info (emacs-everywhere-window-info)))
(pp win-info)
(message "cmd: emacsclient -c -F %s --eval %s"
(prin1-to-string emacs-everywhere-frame-parameters)
(prin1-to-string
`(emacs-everywhere-initialise ,@win-info)))
(call-process "emacsclient" nil 0 nil
"-c" "-F" (prin1-to-string emacs-everywhere-frame-parameters)
"--eval" (prin1-to-string
`(emacs-everywhere-initialise ,@win-info))))) Then, re-testing this by executing
|
When trying to execute
|
Ah, when it's redefined it won't be autoloader, so try |
OK the error is not thrown anymore but nothing is printed in Messages. |
Erm, this should be functionally identical just with some logging. |
Yes, I am checking the same Emacs instance, only a |
May indirectly fix tecosaur#3
@innerout can you check to see if you still have this issue? |
|
Thanks for the update @innerout. I wish I knew how to proceed, but I've never seen that behaviour and am at a bit of a loss 😅. |
What information could I provide that may help you solve this? |
@tecosaur The only thing that may impact the plugin is that I am using i3+Gnome as my DE, which I never had a problem with. Could something not be registered as it should from the DE that you expect to be initialized, which messes the whole process? The weird thing is that emacs-anywhere works as it should without any problem occurring. |
The best way to proceed is probably going back to #3 (comment). Given that there are |
When invoking emacs-everywhere in any app and trying to paste the written text from Emacs in the apps the following error is thrown.
I have all the tools in the README installed.
I am using doom-emacs with Emacs 27.1 in Archlinux with the latest doom commit.
The text was updated successfully, but these errors were encountered: