Skip to content
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

File saving (save-buffer) broken in Emacs 25.1.1 #250

Open
cassiel opened this issue Oct 5, 2016 · 11 comments
Open

File saving (save-buffer) broken in Emacs 25.1.1 #250

cassiel opened this issue Oct 5, 2016 · 11 comments

Comments

@cassiel
Copy link
Contributor

cassiel commented Oct 5, 2016

I'm getting this, and can't save files. I see the issue fix about money-patching save-buffer: I pulled the latest version and still have this problem.

screenshot 2016-10-05 09 57 40

@cassiel
Copy link
Contributor Author

cassiel commented Oct 5, 2016

All seems fine in Emacs 24.x.

@dupuchba
Copy link

same here for 25.x trying with the 24.x version (mac os X)

@samaaron
Copy link
Member

This has been fixed on master: 4a86f13

@piotr-yuxuan
Copy link

piotr-yuxuan commented Oct 11, 2016

Hello,

Thanks for emacs-live, it's been a pleasure to use it! However, I'm reporting the very same save error. I've cloned / pulled this repo and my local (untouched) ~/.emacs.d is on commit 4a86f13. I use Emacs 25.3.50 (9.0) on macOS Sierra.

I may have missed a part but it seems the bug is still here despite of the bug.

@cassiel
Copy link
Contributor Author

cassiel commented Oct 13, 2016

Problem not fixed in the stable packs, I guess. Switching to the dev packs, both Emacs 24 and 25 break (can't find swiper?).
screenshot 2016-10-13 21 21 47

@necsoft
Copy link

necsoft commented Oct 17, 2016

+1

@samaaron
Copy link
Member

Sorry - I have fixed this locally - and will push it up to master and make a release tomorrow :-)

@samaaron
Copy link
Member

I've just pushed out release B24 - could you update to see if it fixes your issue? :-)

@cassiel
Copy link
Contributor Author

cassiel commented Oct 20, 2016

Will do (when I'm on my Sierra Beta machine later today). Is this fix in the dev packs or the standard ones?

@cassiel
Copy link
Contributor Author

cassiel commented Oct 20, 2016

OK - seems happy now in Emacs 24.x and 25.x. I do get the following (although this seems benign):

WARNING: No org-loaddefs.el file could be found from where org.el is loaded.
You need to run "make" or "make autoloads" from Org lisp directory

@rothmichaels
Copy link
Contributor

OK - seems happy now in Emacs 24.x and 25.x. I do get the following (although this seems benign):
WARNING: No org-loaddefs.el file could be found from where org.el is loaded. You need to run "make" or "make autoloads" from Org lisp directory

This error has been logging for a long time, and is benign. org-loaddefs.el is loaded in org-pack/init.el so by the time (require 'org) is called and org-mode reports this area, (provide 'org-loaddefs) has already been done.

I have never investigated the difference between the included org-loaddefs.el and what would be generated if I ran make locally, but I have had no issues with org-mode since #243.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants