OpenSource working as intended, no?
Bad NEWS, Emacs
21–30 of 250 posts
Re: Bad NEWS, Emacs
#22Assuming any particular commit in git represents the eventual state of a release seems foolhardy.
That's not the author's point. They did try to improve the behavior in a future commit and were shot down. Hard it seems. So were any requests from others to change this before release.
Re: Bad NEWS, Emacs
#23It's a good rant, but it probably doesn't help its case that it doesn't stop to explain what the feature it's talking about actually is. Emacs registers are a really, really old abstraction. Registers are like separate clipboards, you can put stuff there and pull it out. And there are 62 of them (each associated with a core ASCII symbol: [a-zA-Z0-9]), giving you a lot of flexibilty and a very quick keyboard interface…
Re: Bad NEWS, Emacs
#24Re: Bad NEWS, Emacs
#25I don’t fully understand the nature/impact of the change but this conflict seems so minor to me. Like, people on both sides display the same level of entitlement but for different reasons, and they all think they have their are “right”. Hum, no, for outsiders you all appear stubborn and lacking ability to compromise. “Oh my gosh, I’ll have to press 1 extra key now, this project is doomed!”, “no no no, this little cha…
Re: Bad NEWS, Emacs
#26Earlier quoted context omitted.
It's explained in the article.
I’m not an Emacs user and also failed to understand what went wrong. So they changed a default shortcut or something?
The downside is that you must push enter after you enter the register you want.
Re: Bad NEWS, Emacs
#27I don’t fully understand the nature/impact of the change but this conflict seems so minor to me. Like, people on both sides display the same level of entitlement but for different reasons, and they all think they have their are “right”. Hum, no, for outsiders you all appear stubborn and lacking ability to compromise. “Oh my gosh, I’ll have to press 1 extra key now, this project is doomed!”, “no no no, this little cha…
Re: Bad NEWS, Emacs
#28Assuming any particular commit in git represents the eventual state of a release seems foolhardy.
That's not the author's point. They did try to improve the behavior in a future commit and were shot down. Hard it seems. So were any requests from others to change this before release.
Re: Bad NEWS, Emacs
#29> Since then, another bug report came in from a Emacs master branch user that suffered from one of the consequences of this change (a specific regression that I spelled out days before, but was ignored, for some reason), and several users reached out to the Emacs development in request to restore the previous behavior in an ongoing thread titled “Please, Restore Previous Behavior for jump-to-register”. Astonishingly,…
While I understand your point, emacs is changing very specific behavior, that was intended, to do something new now. So I would say you're xkcd comment is slightly off.
No? It changes how an existing command behaves.
> This commit crippled all user interaction with Emacs registers, turning commands such as C-x r s, once smooth and frictionless, into a cumbersome and painful mess. Concretely, instead of just typing the key for the register you want to operate on, you now get a fully blown minibuffer for inserting a single key.
Re: Bad NEWS, Emacs
#30I am a Vim guy. Can someone explain what exactly is broken?
It's not clear to me from the messages I read why this can't be worked around without a hard fork, although I do agree it's an obvious bad decision to begin with, and obvious to me even as someone who barely uses this feature.