-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C-c a not working in emacx 28.0.50 on Mac OS 10.15.6 #23
Comments
Hey, what does it say if you hit |
|
As I edit an org document, I am getting in the messages buffer the following message, which may or may not be related.
I am not seeing a splash.svg on start up but that does not bother me. |
It seems like it's related to the Emacs version. Your config works fine under macOS 10.14.16 + Emacs 26.3. I try to support the latest stable release (currently 26.3). 27 should work fine, but with 28 there might be more problems. I might need some time to investigate the compatibility with newer versions. But I'm afraid the easiest way to resolve this is to switch to a stable 26.3. Is there a reason you've decided to use v28? |
I thought that some issues with Catalina might have been resolved in v28. I will switch back to v26.3 and test it with the castlemacs config. I have bounced off emacs several times in the past and then dug into vim. |
Ugh, I'm afraid to upgrade to Catalina still :( Let me know how it goes. |
I am getting the same message, so the problem must be with a hidden configuration file outside of .init.el. |
Try putting |
I get back |
Now try to invoke that key combination (or hit |
Now I have the help page for org-agenda. |
Just to be clear, it says something like:
? |
Correct! |
Alright, so it seems like |
Oops, I ignored this as I was focused on the second window with the org file in it. Warning (initialization): An error occurred while loading ‘/Users/blaine/.emacs.d/init.el’: error: Expected printf output from shell, but got: "�[5 qINFO: deactivate-gfortran_osx-64.sh made the following environmental changes: To ensure normal operation, you should investigate and remove the |
Weird, the '--debug-init' flag is not working with v26.3 whereas it was earlier this week. |
Let's try something. Open
Replace it with this:
and restart Emacs. See if the error disappears. |
I get the same error message. |
If I switch to bash shell, I get the same warning in emacs. |
I think the problem originates with conda or some other Python package on your machine. This is probably related. The package If you don't use |
This may be a Mac OS 10.15.6 issue.
I compiled emacs from source. I am using version 28.0.50.
I added to private.el
This is the only command in private.el.
This is happening with an otherwise clean and new install of castlemacs.
I tried opening an org file again.
The command C-c a still does not work.
*By the way, your README.org file is filled with useful information. It is very nicely done. Thank you very much for taking the trouble to put it together!!
The text was updated successfully, but these errors were encountered: