I picked up emacs for first time in decades last night on ubuntu. It was sweet: opened up in a GUI and I was able to set up CUA mode - but still able to access the CTL-C and CTL-X actions via META-X. Nice.
Now I am trying to achieve the same on mac. But here we end up back with the terminal based version. This is a serious downgrade: e.g. Clipboard c/p does not work properly.
So is there a simple setting I am missing to launch the emacs in its own window and with full gui support?
I did do the brew install thing:
brew install emacs --HEAD --cocoa --srgb
But this is still the same terminal based version.
So @Mark pointed out the order of the parameters above is incorrect. I had copied from another site. The info he gave DOES now install the Emacs.app.
14:20:36/shared $ls -lrta /Applications/Emacs.app/Contents
total 40
-rw-r--r-- 1 steve wheel 8 Apr 7 2012 PkgInfo
drwxr-xr-x 6 steve wheel 204 Mar 10 14:07 Resources
-rw-r--r-- 1 steve wheel 14786 Mar 10 14:07 Info.plist
drwxr-xr-x 3 steve wheel 102 Mar 10 14:08 MacOS
drwxr-xr-x 3 steve wheel 102 Mar 10 14:08 ..
drwxr-xr-x 6 steve wheel 204 Mar 10 14:08 .
However I am unable to launch it : probably something v simple.
4:29:21/Contents $open -a Emacs.app /shared/SparkBuild.scala
Unable to find application named 'Emacs.app'
brew install --cocoa --srgb emacscommand gives me the outputError: invalid option: --cocoa. – mareoraft Sep 13 '22 at 12:12