Fork me on GitHub
#emacs
<
2016-11-14
>
thomas13:11:46

Hi all, what is a good starting place to install emacs on Mac OS X? I installed brew install emacs-mac but I can't install cider in that case. Any suggestions?

ghosss14:11:47

I've been using the Emacs from brew install emacs and have had no trouble there.

dpsutton15:11:43

there's a specific emacs version with a patch applied that brings extra features that have been removed or not added to gnu emacs

dpsutton15:11:51

i believe that most os x users prefer this version

benedek15:11:38

that is the one which have support for ligatures for example, is that right @dpsutton ?

dpsutton15:11:08

ligatures and sub-pixel scrolling are the two big features that i remember. I believe there are many more and its most osx-y

benedek15:11:26

yup that is the one. personally i don’t care much for the scrolling but firacode is just awesome. you don’t want to miss that

thomas15:11:56

I have done the brew install emacs but then I can't load Cider 😞

ghosss15:11:39

did you install cider?

dpsutton15:11:45

@thomas how did you attempt to load cider?

dpsutton15:11:07

and can you tell me the output of M-x version

thomas15:11:17

M-x package-install [RET] cider [RET] from the installation instructions.

thomas15:11:35

I also tried to do the M-x package-refresh-contents [RET]

thomas15:11:43

but that doesn't help

ghosss15:11:00

what happens when you M-x cider-jack-in?

dpsutton15:11:58

can you tell us what M-x version returns?

thomas15:11:54

GNU Emacs 25.1.1 (x86_64-apple-darwin16.1.0, Carbon Version 157 AppKit 1504.6) of 2016-11-14

dpsutton15:11:13

and M-x cider-jack-in from a file in a clojure project?

thomas15:11:21

and I have to do Escape in stead of Alt for M- as well

thomas15:11:27

ok let me try...

dpsutton16:11:45

what's the word thomas?

thomas16:11:11

[no match]

thomas16:11:38

(sorry got interrupted by pointy haired person)

dpsutton16:11:33

what does no match mean?

thomas16:11:14

I think it means that cider hasn't been installed...

thomas16:11:27

and that is where I get the first failure.

thomas16:11:07

so sorry... I should have said I can't install cider.

thomas16:11:27

that is a more accurate discription of my problem. 😇

dpsutton16:11:14

what does it exactly say?

dpsutton16:11:27

you are able to run M-x cider-jack-in ?

dpsutton16:11:35

like does that option appear?

thomas16:11:32

it doesn't appear... except got [no match] as Cider isn't installed.

thomas16:11:59

I have to go home now though... catch my train. I'll be online again later tonight and thank you for your help.

mping17:11:46

how can I bind the Meta key to Cmd, in emacs+iterm?

mping17:11:06

I have it working normally in emacs gui, but I’d like to keep it for terminal emacs -nw

verma18:11:51

@mping that’s something I would like to know as well, if there are any iterm+emacs users on osx, I’d like to know more about their setup.

leathekd19:11:09

Iterm has a "keys" preference panel that lets you swap modifier keys. I have left option and command swapped and have added 3 key mappings to allow Cmd+space, Cmd+`, and Cmd+Tab fall through to the OS.

bolivier21:11:05

@leathekd is that a configuration option in iterm or something else?

leathekd21:11:50

Yep, in the "Keys" tab of iTerm's preferences.

bolivier21:11:18

I configured some of it, but can’t manage to wrangle my desired behavior

bolivier21:11:37

I set both option-space and cmd-space to be ignored

bolivier21:11:50

but when I hit option space from within iterm, nothing happens.