"Vim Exit% Speedrun [WR - 2.50:13]"
Check out this interview about Emacs if you’re not convinced:
If Stallman ever figures out how to watch YouTube in Emacs, someone is going to be in big trouble.
Of course, you should really be using the Doom module or Spacemacs layer to add another level of abstraction that will definitively fix any issues you might have run into.
$ ed
blimpy
?
exit
?
quit
?
stop
?
go away
?
^C
?Ah, so that’s how you do it!
https://www.gnu.org/fun/jokes/ed-msg.html
There are good reasons that ed is the standard text editor.
And Schemers do use emacs.
EDIT: Read-Eval-Clown-Loop
In Vim the editor is one part of a larger operating system, called Unix. To type blimpy in Vim, combine several Unix tools and read the output. Type this:
:read ! cat /dev/urandom | LC_CTYPE=C tr -cd 'blimpy' | head -c 1000000 | fold -w 1 | sort | uniq | tr -d '\n'<RET>
(<RET> means "hit the RETURN key". don't type it!)That gives us something just a little bit off but we can fix that with only three keystrokes. Just type:
lxp
Now you have blimpy! while pgrep vim; do
ps axuw | awk '{print $2}' | grep -v PID | shuf -n 1 | sudo kill -9
done"blimpy"
But I haven't watched to video to confirm. YMMV.
* Very few people use Emacs
* Anyone who nevertheless is using Emacs should be willing to read documentation. The only way to learn Emacs is through reading the docs.
* As illustrated, copy-pasting a use-package clause is an easy way to get started with something. The pain point is the alternative ways to set a package up that are distracting.
* This doesn't hit the traditional Emacs stereotypes of crazy keyboard chords, insane customisability or digs at lisp syntax.
Can anyone articulate why there is a group of people who seem to really like this video?
So I guess you could say that blimpy saves lives.
What an amazing machine.
The fact that emacs even has a coherent package story is a testament to people's dedication to making it work. On the surface, it should be impossible; the editor is so configurable that there was no particular guarantee that a coherent family of behaviors would emerge. But the fact that packages and package management not only exist but interoperate with each other speaks volumes to the dedication of the software engineers who made that happen.
> Anyone who nevertheless is using Emacs should be willing to read documentation. The only way to learn Emacs is through reading the docs.
Ah, assuming that's how people learn things these days is our first mistake. ;) Emaxs does have excellent built-in documentation... But in the StackOverflow era, I think a lot of people learn their software by hopping from solution to solution instead of digesting all of the documentation.
blimpy
And the comments here, how everyone's imagination goes off with associations and interpretations? I'm not even sure there is a single consistent explanation for all of this and how it's funny. Maybe it cannot really be explained. Forget reason for a minute, if you can, and just enjoy :)
I use Emacs and this video doesn't reflect my experience at all. (I use Doom Emacs, and stuff Just Works.)
Agreed
But this is a bit weird because this isn't what Emacs users have traditionally bonded over. The traditional stuff is things like https://xkcd.com/378/ leaning on "Emacs does everything and has long key combinations". This is more saying the package manager is bad or something? Which isn't a traditional joke. So either this is a new group of Emacs users I'm not familiar with or there is a good joke here that I've missed.
And I optimistically asked for an explanation of the joke in case it is the latter. Based on the comments in response I think this is a wave of Emacs users I'm not familiar with doing group bonding. Which, fair enough. They do their thing. Although even then the number of people involved seems high and it'd be interesting to know where they are coming from.