Re: [R-SIG-Mac] [External] Re: [External] Re: Mac M1 emacs

2021-03-07 Thread Richard M. Heiberger
yes, I did. that also gave the same message. Also, the ~/Downloads and ~/Desktop directories are no longer available from the original intel Emacs (I changed its name to Emacs-21.7-intel.app). it says "access-files" are available. This is familiar. I had it before. the answer is here, and it w

Re: [R-SIG-Mac] [External] Re: [External] Re: Mac M1 emacs

2021-03-07 Thread Richard M. Heiberger
it claims to be damaged. I sent a copy of this screenshot a few minutes ago and it was >156KB and held for moderation, this copy is 32KB. From: Simon Urbanek Sent: Sunday, March 7, 2021 21:42 To: Richard M. Heiberger Cc: r-sig-mac@r-project.org Subject: [

Re: [R-SIG-Mac] [External] Re: [External] Re: Mac M1 emacs

2021-03-07 Thread Simon Urbanek
Did you try running it from the image? At which point does it complain? It works for me. Note that macOS may not be happy if you mangle the content due to code signing, so you may want to move aside the old version first if you are putting it in /Applications. Unfortunately I have only one M1 sy

Re: [R-SIG-Mac] [External] Re: Mac M1 emacs

2021-03-07 Thread Simon Urbanek
Richard, please note the binary supports mouse integration if you enable it (see Emacs documentation - ad-hoc: M-x xterm-mouse-mode). Like I said, it is trivial to build the GUI version of you care - I have very explicitly disabled the GUI since I hate it personally (I want emacs to run in the

Re: [R-SIG-Mac] [External] Re: Mac M1 emacs

2021-03-07 Thread Richard M. Heiberger
Simon's binary works. As he noted, it is missing mouse support. I copied the entirety of /Applications/Emacs.app/Contents/Resources/site-lisp into /opt/R/arm64/share/emacs/27.1/site-lisp I turned off the request for mouse support in site-lisp/site-start.el by changing the first mouse line (line

Re: [R-SIG-Mac] [External] Re: Mac M1 emacs

2021-03-07 Thread Richard M. Heiberger
My understanding had been that "universal" meant both intel and arm, and therefore that _10 and _14 was the indicator. Apparently not. I will look at the binary that Simon just told us about. I don't know how to check though, because the highly frequent crashes I see have nothing obvious in comm

Re: [R-SIG-Mac] Mac M1 emacs

2021-03-07 Thread Simon Urbanek
FWIW I have a command-line-only version of emacs in the libs-arm64 directory: https://mac.r-project.org/libs-arm64/emacs-27.1-darwin.20-arm64.tar.gz It is intentionally compiled without GUI so a replacement for the emacs as was shipped by Apple in older versions of macOS (see https://github.com

Re: [R-SIG-Mac] Mac M1 emacs

2021-03-07 Thread Bob Rudis
you should likely re-post to the list or double check the download as there are no x86_64 + amd64 universal binaries in there: $ find /Volumes/Emacs/Emacs.app/Contents/MacOS -type f -exec file {} \; /Volumes/Emacs/Emacs.app/Contents/MacOS/bin-x86_64-10_10/ctags: Mach-O 64-bit executable x

[R-SIG-Mac] Mac M1 emacs

2021-03-07 Thread Richard M. Heiberger
I originally asked this question on the ess-help list, I now think it belongs here. emacs 21.1, specifically Vincent Goulet's distribution, crashes regularly on my Mac M1. It looks to me like it is using the intel compilation through rosetta instead of the arm compilation. Vincent's distributio