emacs-devel
[Top][All Lists]
Advanced

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

Re: bug in save-some-buffers or diff.el?


From: Juri Linkov
Subject: Re: bug in save-some-buffers or diff.el?
Date: 22 Oct 2003 11:38:33 +0300
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

David Abrahams <address@hidden> writes:
> Here's my backtrace:
> Debugger entered--Lisp error: (wrong-type-argument stringp nil)
>   expand-file-name(nil)
>   find-file-noselect(nil)
>   diff-parse-differences(732 nil)

This bug is already fixed and yesterday checked in to CVS (files
compile.el and diff.el).  This bug was caused by setting the variable
`compile-auto-highlight' to t.  Now it is nil by default.
However, even if you set it back to t, it will not cause the same bug,
because function `diff-parse-differences' now is changed not to
call the `find-file-noselect' at all.

-- 
http://www.jurta.org/emacs/





reply via email to

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