Live data from Hacker News

Ask HN: Emacs users on OS X, what's your setup?

news.ycombinator.com

51–60 of 66 posts

Re: Ask HN: Emacs users on OS X, what's your setup?

#51

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…

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?

#52
post #15

I 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…

If you liked running Emacs under X11 then you'll probably like Carbon/Cocoa Emacs. There are binaries available:

http://atomized.org/wp-content/cocoa-emacs-nightly/

http://aquamacs.org/nightlies.shtml

Re: Ask HN: Emacs users on OS X, what's your setup?

#53
I've been using Emacs for 20 years, and fully converted my desktops to Mac last year.

I 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?

#55

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…

How do you use Aquamacs on a MacBook without a right Control key?

With DoubleCommand, you can bind the right "Enter" key to be Control. (On my MBP at least... I assume macbooks are the same)

Re: Ask HN: Emacs users on OS X, what's your setup?

#56
post #45

Question 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?

I use the Caps Lock key as a Control key, and indeed I type Ctrl-X with my left pinky and middle finger. (I realize that I touch-type "X" with my middle finger anyway. Is this unusual?)

Re: Ask HN: Emacs users on OS X, what's your setup?

#57

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…

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).

Yep - keep it running all the time. Also look into emacsclient and emacs --daemon (with (server-start))

Re: Ask HN: Emacs users on OS X, what's your setup?

#58
post #45

Question 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?

I hadn't noticed till now, but I actually shift my whole hand, using pinky and index finger. Hmm, maybe I should get out of that habit.

Re: Ask HN: Emacs users on OS X, what's your setup?

#59
post #37
post #18

Earlier quoted context omitted.

(defun remove-distractions () (set-frame-parameter nil 'fullscreen 'fullboth))

Unfortunately, this doesn't seem to work any more in cocoa emacs.

I don't believe it ever worked in Cocoa Emacs. It was a patch applied to the independently distributed Carbon Emacs.

Re: Ask HN: Emacs users on OS X, what's your setup?

#60
post #28

I 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…

> (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 for a 256 color terminal app?)

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

Post reply on HN