I've been going off like a broken record in the comment pages for these posts, since I'm such an Emacs fanatic. But I'll say it again, this release is great! Rectangular mark mode, better web browser -- Emacs hasn't stopped getting better
Rectangular mark mode is really awesome. It makes working with rectangles a lot easier. It is now so well integrated into my workflow that I'm really annoyed when I have to use an older Emacs version.
Emacs 24.4 released
131–140 of 177 posts
Re: Emacs 24.4 released
#132Can 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
#133Can 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...
And as far as I saw, none of them provides a working auto completion in the context of remote file system. Another thing is that I cannot push to a remote repo using http authentication.
Re: Emacs 24.4 released
#134Re: Emacs 24.4 released
#135Can 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?
As far as I understand this, this is a problem with git on Windows. Shells work just fine with Emacs on Windows, it just can't supply the git password for some reason.
Except they don't. File-name completion replaced all backslashes with forward slashes, thus breaking cmd.exe's built-in commands. I reported a bug; it started a short discussion; i was asked whether I had to use cmd.exe (YES, I have reasons for why I MUST use it); nobody really acknowledged it was a bug; the discussion died off in talk about some internal details. (The 24.4 binary package is not yet available for windows so I couldn't test it.)
See the thread here: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8132
Re: Emacs 24.4 released
#136Earlier quoted context omitted.
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...
That is me! That is why I said 'One cannot easily run ssh..'. There are work arounds, like using plink or cygwin emacs and more. But it seems that every one of them is broken in some aspect. For eg, If I use cygwin, the cygwin file paths send to other command line programs (non cygwin) wont work with them. When using plink, the display of escape sequences in the command prompt, like "^[]0;vagrant@ubuntu-14:", and dif…
Re: Emacs 24.4 released
#137I'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?
For what it's worth, I learned Emacs out of my desire to learn Clojure. It didn't take too long to develop the muscle memory (a few months of forcing myself to use it). Now, 6 or so years later, I use Emacs for essentially all ad-hoc text editing jobs, and of course Clojure dev. I love using it for my shell (M-x shell) - being able to move about the shell buffer w/out limit is very liberating. I also do a lot of iOS…
Re: Emacs 24.4 released
#138> A built-in web browser (M-x eww) What ! Anyone has screenshots of that? Is there a windows release somewhere?
I've been thinking about using a simpler browser for reading simple documents. The motivation is to have a sort of "minimalism", as in using simpler programs to do simple things, and not get easily distracted by all the bells and whistles in a more complex application (like for example Firefox). This, I think, would be aided by using a simpler browser that could for example be run in a virtual terminal for reading th…
Re: Emacs 24.4 released
#139Earlier quoted context omitted.
As far as I understand this, this is a problem with git on Windows. Shells work just fine with Emacs on Windows, it just can't supply the git password for some reason.
> Shells work just fine with Emacs on Windows Except they don't. File-name completion replaced all backslashes with forward slashes, thus breaking cmd.exe's built-in commands. I reported a bug; it started a short discussion; i was asked whether I had to use cmd.exe (YES, I have reasons for why I MUST use it); nobody really acknowledged it was a bug; the discussion died off in talk about some internal details. (The 24…
Re: Emacs 24.4 released
#140Can 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?