Stack Exchange for Emacs
github.com
Stack Exchange for Emacs
1–10 of 53 posts
Re: Stack Exchange for Emacs
#2(just kidding. I don't like SE but I'm sure this is a great tool for people who do like SE.)
Re: Stack Exchange for Emacs
#3Re: Stack Exchange for Emacs
#4This is Yet Another Example of the amazing utility of being able to easily and stably extend one's environment. emacs is just a text editor, but this project is changing it into a Stack Exchange client. That's useful!
Re: Stack Exchange for Emacs
#5This is Yet Another Example of the amazing utility of being able to easily and stably extend one's environment. emacs is just a text editor, but this project is changing it into a Stack Exchange client. That's useful!
"GNU Emacs is an extensible, customizable text editor—and more. At its core is an interpreter for Emacs Lisp, a dialect of the Lisp programming language with extensions to support text editing."
Text editing is a subset of Emacs and Emacs Lisp, not the other way around.
Re: Stack Exchange for Emacs
#6Today I feel it has missed its boat with good looking and user friendly stuff available like Sublime Text, Atom, Eclipse and even cloud IDEs.
I cant help but to laugh quietly to addons like this.
Re: Stack Exchange for Emacs
#7I never fully "got" emacs even though it was the popular editor during university times and I occasionally use it for quick server admin stuff. Today I feel it has missed its boat with good looking and user friendly stuff available like Sublime Text, Atom, Eclipse and even cloud IDEs. I cant help but to laugh quietly to addons like this.
I want to jump to any file at any time regardless of where I am in the project instantly, can Sublime do it? And even if a project has 30-40k files, it must be fast and make me jump instantly. See the demos in this guide for details: http://tuhdo.github.io/helm-projectile.html
Atom has a limit of 2MB text file which is worse than Vim in the 90s.
Re: Stack Exchange for Emacs
#8I never fully "got" emacs even though it was the popular editor during university times and I occasionally use it for quick server admin stuff. Today I feel it has missed its boat with good looking and user friendly stuff available like Sublime Text, Atom, Eclipse and even cloud IDEs. I cant help but to laugh quietly to addons like this.
Re: Stack Exchange for Emacs
#9I never fully "got" emacs even though it was the popular editor during university times and I occasionally use it for quick server admin stuff. Today I feel it has missed its boat with good looking and user friendly stuff available like Sublime Text, Atom, Eclipse and even cloud IDEs. I cant help but to laugh quietly to addons like this.
However, it's not particularly suited to quick server admin stuff. If you're using emacs as its intended, you'll have a lot of packages to load on startup, making it sluggish for ad-hoc editing with sudo (precluduing use of emacsclient). Emacs -q or mg would be faster. Personally, I'm fond of joe for this purpose - more functionality than mg while far smaller an install than emacs.
Re: Stack Exchange for Emacs
#10I never fully "got" emacs even though it was the popular editor during university times and I occasionally use it for quick server admin stuff. Today I feel it has missed its boat with good looking and user friendly stuff available like Sublime Text, Atom, Eclipse and even cloud IDEs. I cant help but to laugh quietly to addons like this.
Can Sublime Text/Atom do all of this here: https://news.ycombinator.com/item?id=8639804 ? I want to jump to any file at any time regardless of where I am in the project instantly, can Sublime do it? And even if a project has 30-40k files, it must be fast and make me jump instantly. See the demos in this guide for details: http://tuhdo.github.io/helm-projectile.html Atom has a limit of 2MB text file which is worse tha…
https://www.youtube.com/channel/UCsON_8vogp4nCQFTnfu43kA
(Other languages also have nice modes for context-aware completion (and more), like Haskell's ghc-mod and Rust's racer, which is incomplete but is already very nice)