DISQUS

Cubicle Muses: Cubicle Muses - Emacs 23 for OS X

  • Randy Fischer · 5 months ago
    The instructions for the terminal version brought in X windows
    code for me, and the prefix defaulted to /usr/local.

    I did:

    ./configure --with-x=no --prefix=/usr
    sudo make install

    and there was much rejoicing in the land.
  • blake · 5 months ago
    Thanks for your guide. I have one slight adjustment. I think it's best to have emacsclient.sh as follows:

    #!/bin/bash
    /Applications/Emacs.app/Contents/MacOS/bin/emacsclient -c -n

    so that Emacs Client.app exits.
  • Karl · 5 months ago
    Hi, another note, unless you edit the make scripts you need an older copy of Emacs.app installed to /Applications/ before building. Otherwise - great instructions and help!
  • n179911 · 5 months ago
    Hi,

    I have followed the above steps. But the track pad on MacBook pro does not work when i do 'emacs client'.
    I have '(setq mouse-wheel-mode t)' in my ~/.emacs.

    Please help.
    Thank you
  • n179911 · 5 months ago
    Hi,

    I have followed the above steps. But the track pad on MacBook pro does not work when i do 'emacs client'.
    I have '(setq mouse-wheel-mode t)' in my ~/.emacs.

    Please help.
    Thank you
  • juzooi · 3 months ago
    Followed the exact steps for updated version in command line, but did not work for me.

    Any ideas?