[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#12437: 24.2; Edits to buffer does not get written to the file (Issue
From: |
Glenn Morris |
Subject: |
bug#12437: 24.2; Edits to buffer does not get written to the file (Issue Does not happen in 23.x version) |
Date: |
Thu, 13 Sep 2012 20:57:37 -0400 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
> Why is this happening in 24.2?
Because of something in your .emacs, or other local settings.
It works fine here.
Repeat your tests using
emacs -Q
which ignores .emacs, and see that it works fine for you too.
Then investigate your .emacs to see where the problem is. A standard
procedure is to comment out half the file, restart, see if the problem
still happens, if yes you know the problem is somewhere in that half,
comment out half the remainder, repeat until you narrow down the piece
causing the problem.