-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Visual State streams highlighted text into clipboard #1504
Comments
Is this in the terminal or GUI ? |
You can prevent Emacs from inserting system clipboard with |
This is in the GUI. |
Ok but |
That sounds good to me! Thanks for the help guys! |
Is there a way to set |
Same question as @andrewsanchez. The use case here for me is this: I've copied some text and I want to replace some text with my copied text. I highlight the text I want to replace and paste - ...except the mere act of highlighting has blown away my clipboard. |
I'd like to do the same as @andrewsanchez and @jneen, and also enable the regular clipboard to paste to Emacs if x-select-enable-clipboard is nil. |
Solution: (fset 'evil-visual-update-x-selection 'ignore) |
I can't reproduce the original issue (which is pretty old), the original author has said being satisfied by the solution and the ending discussion having also been answered, I'm closing this issue. In any case, feel free to open a new issue in case of troubles |
@StreakyCobra Is my suggested change no longer necessary? I'm using "master". |
@justin808 I've done some searches, and it seems what you have is a normal behaviour, not a bug. But it should probably be documented in the FAQ, in So reopening it and labelling as documentation and beginner friendly |
Close syl20bnr#1206 Close syl20bnr#1269 Close syl20bnr#1504 Close syl20bnr#1742 Correct syl20bnr#3839
The default settings on macOS create a situation where just highlighting text in visual mode sends it to the clipboard. Which fills it with partial junk and stuff I don't want. Now to add text to the clipboard I need to highlight in in visual mode and explicitly put it in the clipboard via Cmd+C. Source: syl20bnr/spacemacs#1504
Hey so I have an issue where Spacemacs will stream, or consistently copy, the highlighted text into
my system clipboard. I'm using the official Emacs distribution for Mac OSX (not the port) and should be using the latest Spacemacs. I think this should be something configurable but I can't find the setting looking for some help please. :)
The text was updated successfully, but these errors were encountered: