Live data from Hacker News

Emacs 24.4 released

lists.gnu.org

121–130 of 177 posts

Re: Emacs 24.4 released

#121
post #73
post #65

I'm a comparative youngin to most of the people here, and I've never tried emacs. I'd like to learn my way around it someday, but I don't know how high of a priority I should place on it. I've managed to pick up enough vim to make my life easier, would learning my way around emacs also get me a productivity boost? How good is evil mode?

"would learning my way around emacs also get me a productivity boost?" No. Although I first used emacs roughly 22 years ago so my memory might be rusty, the learning curve was extremely steep. Its not a GUI app with low maximum performance but very short learning curve, its more like something you'll have to mess with for a month to year to wrap your brain around. Its like learning dwarf fortress vs angry birds. In t…

"the learning curve was extremely steep"

I beg to disagree. I learned me an emacs around the same time period (mid 90's). I don't remember the learning curve to be that steep. I started by doing the tutorial. If you download a GUI emacs (e.g. from http://emacsformacosx.com/ ), and open the program, you'll see a mouse clickable invitation to take a tutorial. Do this. Don't take shortcuts. Just spend the one or two hours and go through the entire tutorial complete with practice exercises.

Or if that's intimidating, start by reading this gist:

https://gist.github.com/ChetanAhuja/42ee8321c906466b601c

Re: Emacs 24.4 released

#122
post #98

Earlier quoted context omitted.

Have you tried ido mode? Ido-switch-buffer works nicely and it can be customized.

Apparently, Helm is the latest hotness in that department. http://tuhdo.github.io/helm-intro.html It should be just an M-x package-install away at this point

Helm is incredible. Helm and org mode too!

Re: Emacs 24.4 released

#124
I am not an Emacs user. A long time Vim user who is always on the fence; evil mode got me interested in Emacs again.

Can anyone please shed some light on the browser? Is it implemented in pure Lisp? Is it graphical? Does it support javascript?

Re: Emacs 24.4 released

#126
For distraction free writing, M-x toggle-frame-fullscreen and (set-fringe-mode '(120 . 120)).

There used to be a bug in earlier emacs Versions requiring a Patch for proper fullscreen. Have not tried this for a while, but now it seems to work nice and smooth.

Re: Emacs 24.4 released

#127
Can some one tell me why windows Emacs still does not have a working shell?

One cannot easily run ssh from a shell in windows emacs. I have found that I cannot push to a bitbucket repo that uses http authentication too from the shell. But if I run them from a cmd window, these works fine.

What is the technical issue that is preventing emacs from fixing this?

Re: Emacs 24.4 released

#128

Can some one tell me why windows Emacs still does not have a working shell? One cannot easily run ssh from a shell in windows emacs. I have found that I cannot push to a bitbucket repo that uses http authentication too from the shell. But if I run them from a cmd window, these works fine. What is the technical issue that is preventing emacs from fixing this?

I don't use windows, but recently read over this thread on /r/emacs with casual interest. Maybe it will help?

http://www.reddit.com/r/emacs/comments/2jjf2f/i_just_got_ssh...

Re: Emacs 24.4 released

#129

For distraction free writing, M-x toggle-frame-fullscreen and (set-fringe-mode '(120 . 120)). There used to be a bug in earlier emacs Versions requiring a Patch for proper fullscreen. Have not tried this for a while, but now it seems to work nice and smooth.

I like writeroom-mode[1] for distraction free writing. I only use emacs in a terminal that's always fullscreen, but I imagine it works just fine in any case.

https://github.com/joostkremers/writeroom-mode

Re: Emacs 24.4 released

#130

Can some one tell me why windows Emacs still does not have a working shell? One cannot easily run ssh from a shell in windows emacs. I have found that I cannot push to a bitbucket repo that uses http authentication too from the shell. But if I run them from a cmd window, these works fine. What is the technical issue that is preventing emacs from fixing this?

> What is the technical issue that is preventing emacs from fixing this?

1) Windows employs a very different model for console IO and shells in general. It's a job to do it right. 2) You haven't contributed a solution yet.

Post reply on HN