Emacs 26 Brings Generators and Threads
nullprogram.com
Emacs 26 Brings Generators and Threads
1–10 of 175 posts
Re: Emacs 26 Brings Generators and Threads
#2Re: Emacs 26 Brings Generators and Threads
#3Weird place to vent. But I find it so interesting that Emacs in all it's wisdom does not have (to me) acceptable undo behavior. Sometimes when I want to undo a bit, it undoes so much that I have to do a few seconds of copy-pasting.
Re: Emacs 26 Brings Generators and Threads
#4Weird place to vent. But I find it so interesting that Emacs in all it's wisdom does not have (to me) acceptable undo behavior. Sometimes when I want to undo a bit, it undoes so much that I have to do a few seconds of copy-pasting.
You should try undo tree ( http://www.dr-qubit.org/undo-tree.html ), it's a must have extension which brings proper undo-redo and a tree visualisation of history with diffs and many other options.
Re: Emacs 26 Brings Generators and Threads
#5Weird place to vent. But I find it so interesting that Emacs in all it's wisdom does not have (to me) acceptable undo behavior. Sometimes when I want to undo a bit, it undoes so much that I have to do a few seconds of copy-pasting.
Re: Emacs 26 Brings Generators and Threads
#6Weird place to vent. But I find it so interesting that Emacs in all it's wisdom does not have (to me) acceptable undo behavior. Sometimes when I want to undo a bit, it undoes so much that I have to do a few seconds of copy-pasting.
Re: Emacs 26 Brings Generators and Threads
#7Weird place to vent. But I find it so interesting that Emacs in all it's wisdom does not have (to me) acceptable undo behavior. Sometimes when I want to undo a bit, it undoes so much that I have to do a few seconds of copy-pasting.
As typical in emacs, this is not the only undo behavior you can have. undo-tree behaves very similarly to vim by default, but still preserves the entire editing history (with branching), which is visible graphically with "C-x u".
Re: Emacs 26 Brings Generators and Threads
#8Weird place to vent. But I find it so interesting that Emacs in all it's wisdom does not have (to me) acceptable undo behavior. Sometimes when I want to undo a bit, it undoes so much that I have to do a few seconds of copy-pasting.
I still haven't figured out how the undo-direction works in emacs. It feels like half the time I'd inadvertently end up redoing.
Re: Emacs 26 Brings Generators and Threads
#9Weird place to vent. But I find it so interesting that Emacs in all it's wisdom does not have (to me) acceptable undo behavior. Sometimes when I want to undo a bit, it undoes so much that I have to do a few seconds of copy-pasting.
I still haven't figured out how the undo-direction works in emacs. It feels like half the time I'd inadvertently end up redoing.
Re: Emacs 26 Brings Generators and Threads
#10Weird place to vent. But I find it so interesting that Emacs in all it's wisdom does not have (to me) acceptable undo behavior. Sometimes when I want to undo a bit, it undoes so much that I have to do a few seconds of copy-pasting.
- Paste 5 time the same line - Press undo 3 times: removes 3 lines - Move the cursor by one character - Press undo 2 times: instead of removing 2 lines it adds back 2
It would be better if the two operations (undo/redo) would be distinct.