help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building 24.3 Problem


From: Glenn Morris
Subject: Re: Building 24.3 Problem
Date: Fri, 21 Feb 2014 13:22:33 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Walter Esling wrote:

> The build completed without error and emacs runs, but it is unable to save
> modified buffers. The message comes up "Saving file ...", but the file is
> never saved and buffer is left modified.

Does this problem still happen if you start emacs as "emacs -Q"?

If not, crystal ball says that you are adding something to
write-file-functions, or some other hook, in your .emacs, which returns
nil:

C-h v write-file-functions

   List of functions to be called before writing out a buffer to a file.
   If one of them returns non-nil, the file is considered already written[...]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]