Emacs Is My New Window Manager
21–30 of 166 posts
Re: Emacs Is My New Window Manager
#22My impression has been that emacs is a poor window manager. Granted, I am not incredibly skilled with emacs but even after some weeks I was still confused by the way emacs opened up new windows or changed existing windows when you've clicked on something (for instance, in dired or org-mode's agenda) I ended up to open everything in a new frame and left the management of these frames to awesomewm.
Re: Emacs Is My New Window Manager
#23StumpWM is strongly inspired by emacs. It uses a similar window handling style. https://stumpwm.github.io/
Re: Emacs Is My New Window Manager
#24cat /proc/cmdline initrd=/install/initrd.gz quiet init=/usr/bin/emacs
Re: Emacs Is My New Window Manager
#25Earlier quoted context omitted.
I'm the same as you. I am Windows/Mac user and I spent a bit of time trying to configure emacs across all my machines. I think it's fair to say that it wasn't designed to be configured cross platform, which is a shame. When I can be bothered I will have to create .emacs files for each platform that I use
I disagree. I have been using the same init.el across Windows and Mac for several years. Hardly anything needs to be tailored but you can inspect the system-type variable if it is really necessary.
What flavour of Emacs are you using on Windows?
Re: Emacs Is My New Window Manager
#26Re: Emacs Is My New Window Manager
#27What is the best way to actually learn emacs? I'm a vim guy who is curious enough to switch but I'd rather just hack the introductory process and get to the fun bits.
Used the GUI version (the menus are usueful for reference when I started) but learned the new copy / paste keys instead of using Windows standard and generally try to pick up every shortcut.
I've tried a few "distros" and found one I liked. I also spent a little (too much?) time on implementing org-mode, mostly according to http://doc.norang.ca/org-mode.html
Wouldn't use it for window manager though for roughly the same reasons I wouldn't use the tractor to go shopping with the family.
(Background: I've used vim for configuration for the last few years and ST2/3 + Netbeans for developement, never touched emacs before last fall except by accident.)
Re: Emacs Is My New Window Manager
#28Earlier quoted context omitted.
I'm the same as you. I am Windows/Mac user and I spent a bit of time trying to configure emacs across all my machines. I think it's fair to say that it wasn't designed to be configured cross platform, which is a shame. When I can be bothered I will have to create .emacs files for each platform that I use
I disagree. I have been using the same init.el across Windows and Mac for several years. Hardly anything needs to be tailored but you can inspect the system-type variable if it is really necessary.
Re: Emacs Is My New Window Manager
#29[deleted]
Re: Emacs Is My New Window Manager
#30What is the best way to actually learn emacs? I'm a vim guy who is curious enough to switch but I'd rather just hack the introductory process and get to the fun bits.