-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Need more instruction to trigger everywhere #1
Comments
How recent is your version? Someone mentioned that issue to me, but I pushed a change that should have fixed it. |
With the mac keybinding, I'm afraid I don't really know how that would be done. |
Something like karabiner |
I can confirm the same issue, I'll see if I can fix for you |
@ztlevi Try deleting your |
I'm on latest commit and I still have this issue @tecosaur
@elken How to bind a terminal command with karabiner? |
It worked after updating my build folder, see previous comment.
|
@elken |
@ztlevi what's in that folder now then? |
FYI: I don't actually have access to a Mac, so I'm going off guesswork 😛. The best hope is other Mac users like elken who can try to work out what's going on and test things themselves. |
Aren't you always going off guesswork? 🤔 |
@tecosaur The title shows properly now. But it doesn't put the text in other apps. Let me know if you would like to do a live debugging session. You can reach me via Discord ztlevi#2108. |
Make sure you're running the latest commits, I have proven it works as have a few others on the doom discord.
…On 7 Feb 2021, 23:14, at 23:14, Ting Zhou ***@***.***> wrote:
@tecosaur The title shows properly now. But it doesn't put the text in
other apps. Let me know if you would like to do a live debugging
session. You can reach me via Discord ztlevi#2108.
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#1 (comment)
|
@elken I recorded this https://vimeo.com/509692865. And I Versions:
|
Thanks for the video. Your behaviour seems fairly strange. Frankly, I have no idea what's going on. What could be helpful is working out what at stage things break. The three steps performed on exit are:
With copying the text, on Linux I run a command to get the current text selection. Perhaps there's an |
I was using 27 but I can try with 28 tonight and debug the behaviour |
Just installed emacs-plus@28 fresh and everything works as intended. Outside of telling you to reinstall it I don't think there's much to be done. |
@elken Which macos version are you using? I'm on big sur. |
11.2 |
Another option to define a hotkey is Hammerspoon. In your
|
@ztlevi could you try this BTW, In this issue we talked a bit about how to use this on MacOS, without relying on external tools
there is more detail in the linked issue |
@d1egoaz I tried adding accessibility to /bin/bash and /bin/zsh but no luck :( Thanks for the help though... |
@ztlevi could you also try taking a look at #11 (comment) ? It may help. I'd love it if at some point it could be worked out exactly what's needed to make this work on MacOS completely and consistently, and someone PR a well-documented process. |
🤔I'm also using Alacritty. |
I was able to get an Alfred workflow working as @d1egoaz outlines here: #1 (comment) I did have to change one thing from his screenshots which might be helpful to note for others running into issues. Both /usr/local/bin/emacsclient --eval "(emacs-everywhere)" |
Even just an explanation in the README about how you do it in your environment would be a good starting example. This way people understand how it should work. Then others could write sections for their own OS. |
brief justification and lots of links to software and guides. Does internal linking of org docs work on github?
fix tecosaur#1 Brief justification and lots of links to software and guides. Includes an example for xbindkeys. NB. Github's org->html fails for internal link and inline code
brief justification and lots of links to software and guides. Does internal linking of org docs work on github?
The alfred screenshot is great, I can configure it correctly baed on it. Thanks |
I'm wondering if it could be worth having a wiki for the different ways to get this side of things set up nicely. |
Or just amend the README/add a setup.org |
The reason why I'm considering a wiki is because then anyone can just edit it. |
A wiki now exists, and is publicly editable: https://github.com/tecosaur/emacs-everywhere/wiki |
Hello everyone. I am trying to configure Emacs-Everywhere on my M1 mac. Emacs 28 (Homebrew default), MacOS Ventura. I want to use Automator to setup quick action and keyboard settings to assign it. It works perfectly in my web browser but not in other apps. My keyboard shortcut doesn't work in Telegram and Microsoft Office apps for example. What i did wrong? Do i need to assign any additional rights to Emacs or change the shortcut by some reason? |
|
I use Hammerspoon to set keybinding For me, using
|
I was successful using Karabiner: {
"description": "Emacs Everywhere with right_control + right_shift + escape",
"manipulators": [
{
"from": {
"key_code": "e",
"modifiers": { "mandatory": ["right_control", "right_shift"] }
},
"to": [{ "shell_command": "/opt/homebrew/bin/emacsclient --eval '(emacs-everywhere)'" }],
"type": "basic"
}
]
} |
Hi,
Can u give more instructions on how to bind key on macos?
Meanwhile, I got this error when invoke
emacsclient --eval "(emacs-everywhere)"
inside terminal.Here is my emacs:
The text was updated successfully, but these errors were encountered: