I seem to be the only one here who likes how Aquamacs uses both Mac and Emacs key bindings. I find myself using both. There is probably some reason I sometimes use the Emacs kill/yank/etc. vs. when I use Mac cut/copy/paste, but I'm not sure what it is. I also use Emacs in Windows and Unix at work, but I imagine it is sitting in front of my Mac that triggers the cmd key bindings in my head. Maybe it's just that, with…
Ask HN: Emacs users on OS X, what's your setup?
51–60 of 66 posts
Re: Ask HN: Emacs users on OS X, what's your setup?
#52I long used emacs in X11, but recently switched to Aquamacs out of sheer laziness - not wanting to recompile emacs+gtk for my new intel mac. I've tried all the various ports, and Aquamacs is my favorite 'native' port, but I actually miss the X11+gtk build I used before. There's something to be said for an emacs that feels like emacs :) I agree that the option key is no good as Meta - Cmd is Meta in my setup. I absolu…
Re: Ask HN: Emacs users on OS X, what's your setup?
#53I like Aquamacs OK with option->meta and caps lock -> control like you have. With that setup, it's a bit of a twist to get my pinky finger onto meta, but it's tolerable on my Microsoft Natural keyboard.
The biggest nuisance is that I can't figure out how to bind function keys. I liked having F2 = goto-line (rather M-g g) and F3 = compile.
After 20 years of Emacs, I've actually started to like Cmd-c and Cmd-v rather than C-k and C-y.
Also, the scroll wheel on the Mighty Mouse works pretty well in Aquamacs. Though you do have to clean the scroll wheel (by rolling it around on your pants) every few days.
Re: Ask HN: Emacs users on OS X, what's your setup?
#54Re: Ask HN: Emacs users on OS X, what's your setup?
#55I seem to be the only one here who likes how Aquamacs uses both Mac and Emacs key bindings. I find myself using both. There is probably some reason I sometimes use the Emacs kill/yank/etc. vs. when I use Mac cut/copy/paste, but I'm not sure what it is. I also use Emacs in Windows and Unix at work, but I imagine it is sitting in front of my Mac that triggers the cmd key bindings in my head. Maybe it's just that, with…
How do you use Aquamacs on a MacBook without a right Control key?
Re: Ask HN: Emacs users on OS X, what's your setup?
#56Question for everyone who binds the Caps Lock key to CTRL: If you use the Caps Lock key as CTRL, then it feels pretty awkward for me to type some key combinations (like ctrl-x or ctrl-c) and still keep my fingers on the "home row". Do you just get used to this? Do you type ctrl-x with your pinky and ring finger? Or, do you shift your hand away from the home row and type ctrl-x with your pinky and middle finger?
Re: Ask HN: Emacs users on OS X, what's your setup?
#57I seem to be the only one here who likes how Aquamacs uses both Mac and Emacs key bindings. I find myself using both. There is probably some reason I sometimes use the Emacs kill/yank/etc. vs. when I use Mac cut/copy/paste, but I'm not sure what it is. I also use Emacs in Windows and Unix at work, but I imagine it is sitting in front of my Mac that triggers the cmd key bindings in my head. Maybe it's just that, with…
I would be the same as that (I am tending to use emacs more over time, relearning things from yesteryear). My only complaint is the startup time for me seems very slow - perhaps I should just have it running after startup ? (I then use spotlight/quicksliver to quickly open up a file in it).
Re: Ask HN: Emacs users on OS X, what's your setup?
#58Question for everyone who binds the Caps Lock key to CTRL: If you use the Caps Lock key as CTRL, then it feels pretty awkward for me to type some key combinations (like ctrl-x or ctrl-c) and still keep my fingers on the "home row". Do you just get used to this? Do you type ctrl-x with your pinky and ring finger? Or, do you shift your hand away from the home row and type ctrl-x with your pinky and middle finger?
Re: Ask HN: Emacs users on OS X, what's your setup?
#59Earlier quoted context omitted.
(defun remove-distractions () (set-frame-parameter nil 'fullscreen 'fullboth))
Unfortunately, this doesn't seem to work any more in cocoa emacs.
Re: Ask HN: Emacs users on OS X, what's your setup?
#60I pull every now and then from git://repo.or.cz/emacs.git, and build my own with --with-ns. I was using CarbonEmacs, but multi-tty support is amazing. I have my main Emacs frames running, and if I need to pop into a quick session in a terminal, or SSHd in from another machine, it Just Works. (Except the theme I'm using has very light colored comments, and I can't see them in 8 color terminal. Anyone have a suggestion…
We had this discussion just recently: http://news.ycombinator.com/item?id=443769
BTW, why do you pull from git://repo.or.cz/emacs.git