Stories
Slash Boxes
Comments

SoylentNews is people

This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 4, Funny) by zocalo on Thursday August 06 2015, @12:47PM

    by zocalo (302) on Thursday August 06 2015, @12:47PM (#219057)
    But if anyone has any suggestions for a decent text editor for it...
    --
    UNIX? They're not even circumcised! Savages!
    Starting Score:    1  point
    Moderation   +2  
       Funny=2, Total=2
    Extra 'Funny' Modifier   0  
    Karma-Bonus Modifier   +1  

    Total Score:   4  
  • (Score: 4, Touché) by Thexalon on Thursday August 06 2015, @01:09PM

    by Thexalon (636) Subscriber Badge on Thursday August 06 2015, @01:09PM (#219064)

    There is a decent text editor in emacs: run "Meta-X term" and when it asks you what shell to use, enter in "/bin/vim". There is also a way to run emacs within vim, if you want to do that: ":! emacs".

    The fact that both of those are possible is a testament to the flexibility of standard Unix tools that the proprietary world has never matched!

    --
    The only thing that stops a bad guy with a compiler is a good guy with a compiler.
  • (Score: 0) by Anonymous Coward on Friday August 07 2015, @03:00PM

    by Anonymous Coward on Friday August 07 2015, @03:00PM (#219587)

    Evil? [bitbucket.org]

  • (Score: 2) by engblom on Monday August 17 2015, @01:01PM

    by engblom (556) on Monday August 17 2015, @01:01PM (#223913)

    While the Emacs OS joke is common and well known it is a joke slightly annoying me because Emacs is not a good OS as it is single threaded. Imagine you using Erc for IRCing from Emacs and the server goes down. All the time while Erc tries to reconnect, Emacs is completely frozen. In worst case you sit there a minute or two while it is timing out and you can do nothing.

    Emacs is a typical example of how the GNU philosophy is not Unix philosophy (GNU= Gnu Is Not Unix). The Unix way is to have one tool doing one thing well. Emacs does many things but in most of the cases quite poorly. Really many of the Emacs modules are buggy with big faults.

    In my opinion, the biggest strength of Emacs is how you can make your own IDE for developing stuff... that it is a programmable editor. Almost all of the rest (tetris, snake, erc, etc etc) could be thrown away from Emacs and Emacs would actually have a chance to see a faster progress than now. As it is now, you can not see a big progress as so many old modules still need to work.

    • (Score: 2) by hendrikboom on Tuesday August 18 2015, @12:48AM

      by hendrikboom (1125) on Tuesday August 18 2015, @12:48AM (#224176) Homepage Journal

      Emacs was a wonderful OS for an ancient computer with a text-only CRT as its primary I/O device. We don't usually have machines like that around any more, so it's easy to make jokes about it.