22 Sep 2009 04:26
bug#4515: 23.1.50; Reverting changes on versioned file does not revert vc modeline status
=C3=93scar?= Fuentes <ofv <at> wanadoo.es.=?UTF-8?Q?>
2009-09-22 02:26:57 GMT
2009-09-22 02:26:57 GMT
Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.
Your bug report will be posted to the emacs-pretest-bug <at> gnu.org mailing list.
Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:
When a modified versioned file is edited in such a way that the
modifications undoes previous changes to the file, after saving it the
VC-dired buffer for the working copy is automatically updated showing
that the status of the file is "up to date", but the VC modeline for the
buffer that visits the file does not change and keeps indicating that
the file state is "locally modified".
If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
`bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/usr/local/share/emacs/23.1.50/etc/DEBUG for instructions.
In GNU Emacs 23.1.50.1 (x86_64-unknown-linux-gnu, X toolkit, Xaw3d scroll bars)
of 2009-09-06 on qcore
Windowing system distributor `The X.Org Foundation', version 11.0.10600000
configured using `configure '--with-x-toolkit=lucid''
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
(Continue reading)
> (state (vc-call-backend vc-dir-backend 'state fname))
> (extra (vc-call-backend vc-dir-backend
> 'status-fileinfo-extra fname)))
This function should instead be using `vc-dir-refresh-files' to work
asynchronously.
RSS Feed