Emacs 25.1 Released With Tons Of New Features (fossbytes.com)
After four years of development there's a major new release of Emacs, the 40-year-old libre text editor with over 2,000 built-in commands. An anonymous Slashdot reader writes:
Emacs 25.1 now lets you embed GTK+ user interface widgets, including WebKitGTK+, "a full-featured WebKit port that can allow you to browse the internet and watch YouTube inside Emacs." And it can also load shared/dynamic modules, meaning it can import the extra functionality seen in Emacs Lisp programs. This version also includes enhanced the network security, experimental support for Cairo drawing, and a new "switch-to-buffer-in-dedicated-window" mode.
Emacs 25.1 is available at the GNU FTP server, and since it's the 40th anniversary of Emacs, maybe it's a good time for a discussion about text editors in general. So leave your best tips in the comments -- along with your favorite stories about Emacs, Vim, or the text editor of your choice. What comes to your mind on the 40th anniversary of Emacs?
Emacs 25.1 is available at the GNU FTP server, and since it's the 40th anniversary of Emacs, maybe it's a good time for a discussion about text editors in general. So leave your best tips in the comments -- along with your favorite stories about Emacs, Vim, or the text editor of your choice. What comes to your mind on the 40th anniversary of Emacs?
Does it depend on systemd yet?
.
allow you to browse the internet and watch YouTube inside Emacs
Emacs would be a hell of an operating system if someone would just write a decent text editor for it.
https://news.slashdot.org/comm...
If I wanted an operating system to watch YT videos, I'd use Hurd!!!
"I don't know, therefore Aliens" Wafflebox1
... "a full-featured WebKit port that can allow you to browse the internet and watch YouTube inside Emacs."
As a long time, fairly hard-core, Emacs user (since the '80s) have have to ask: Seriously, why?
It must have been something you assimilated. . . .
Working mostly in a Windows environment for the past 25 years I never got into emacs.
Emacs and XEmacs are available for Windows and have been for a while (though not 25 years).
It must have been something you assimilated. . . .
It's totally better than vi
First job, at Airbus, Toulouse, France. Fresh from university (I'd graduated in maths). I was shown my desk and computer. The OS was some flavour of Unix I've forgotten about. My first assignment was "to have a look at this programming language, ADA, and learn about the customized preprocessor #pragma entries Airbus uses". I asked "but how the hell do I edit this?"
"Oh, most of us here use emacs". I was baffeld. Learned it, painfully so. Never looked back to another editor.
Religous speak to God. Insane are spoken to by God. When all shut up, one can finally hear Shostakovich in peace
I started an Emacs vs vim comparison test last year.
When Emacs finishes loading I'll post the results.
I probably need to add more RAM in order to really test Emacs, I only have 8 GB.
Even iOS supports Emacs key combos on the iPhone or iPad for editing if you use a BlueTooth keyboard. This is some legacy...
Emacs comes with a vi emulator since ages.
Because otherwise real programmers will have to use butterflies.
I've done some minor Linux administration, generally in the realm of getting some Turnkey Linux appliance or other to run. When I've done so, I've always used nano - it tends to do what I need it to do, it has command cues on the bottom so I don't need to memorize the man file to use it, and it seems to be available basically-everywhere. I used vi a bit in college, and the concept of a modal text editor with next-to-no window dressing doesn't seem, at first blush, to have any real advantages to using something more like nano.
I am *not* looking to enter into some sort of flame war, but I do hope that someone would be generous enough to help me understand the draw to either vi or emacs.
Found the original release and FAQ and documentation. I actually wrote an extension that will convert that document into a LaTeX document, with actual post script Tamil font support. You could print in Tamil from the Madurai encoded Tamil document. Fun times, 26 years ago!
sed -e 's/Chuck Norris/Rajnikant/g' joke > fact
Not sure which side Slashdot is taking in the Emacs vs VIM war. On the one side they posted the Emacs article before the VIM article so they got to it first. On the other side it's below the VIM article on the front page.
I'm so confused. Slashdot which should I use?
There was a time when the command line was the best thing you had. It meant you couldn't just sit down and start doing stuff. You had to learn commands. This applied to applications like text editors also. I'm not here to evangelize for command line stuff, but now, when I have the choice of the command line, or something graphical, I very often choose the command line because it's quicker and easier now that I've paid my dues on the learning curve.
When I entered the Unix world, the most popular editor was vi. (I had a little experience with ed, and I'd come from other operating systems with editors whose names I don't even remember. My brother even wrote his own homebrew text editor for a homebrew computer in one weekend, but it was all command line oriented.)
When I tried emacs at work on some kind of Vax computer, it noticeably slowed the computer down, so I stayed with vi, like everybody else. Eventually though, I got an Atari ST as my home computer, and after trying various things out, to my amazement, the best text editor for the Atari was a 'micro-emacs' that had just the most useful emacs commands and nothing else. Those commands got ingrained enough that my fingers would type them out automatically without my even having to think about them. So, when computers got fast enough that emacs was responsive, I'd sometimes use it when I wanted to do something that I thought was easier with it than with vi. I was a computer programmer and none of the other programmers ever bothered to learn emacs. It was only because of that Atari experience that I had even bothered, and I was grateful for that.
I looked at the emacs manuals and tried out various features. There were some things I liked that micro-emacs didn't have or anything else, like delete-rectangle, so I incorporated that into my repertoire, since I used it often enough for it to become 'automatic' and stay 'automatic', but I didn't see the point of learning things that would be so rare for me that I'd have to keep going back to consult the manual.
So, when I see that there are even more features, I scratch my head. For those that want to learn all that, more power to them. Maybe they're on to something. Maybe one gets to the point where they're just in emacs and do everything with fingers hovering over the keyboard and it's really fast and automatic and one never has to reach for the mouse and that's really cool. But personally, I don't think I'll be having a go at it anytime soon.
In theory, theory and practice are the same; in practice they're different. (Yogi Berra & A. Einstein)
OS X even looks for a configuration file where you can customize all that. It's easy to add shift+movement combos for selecting text. Like shift-control-b for moving the cursor backwards and selecting. I never use the cursor keys on my MacBook.
Pretty much. By multiple columns, do you mean C-x 3? Or something else? Filing a bug report would be the best way to get this addressed - the GNU Emacs maintainers do still very much care about terminal support.