emacs-pretest-bug
[Top][All Lists]
Advanced

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

[Fwd: GNU emacs from cvs, next-error, jde-compile-finish-kill-buffer]


From: Jason Rumney
Subject: [Fwd: GNU emacs from cvs, next-error, jde-compile-finish-kill-buffer]
Date: Mon, 21 Jun 2004 17:33:44 +0100
User-agent: Mozilla Thunderbird 0.7 (Windows/20040616)

Was `next-error' intentionally made incompatible with previous versions by making the first argument non-&optional?

It seems like a change that could cause a lot of problems with external packages.



From: David Hansen <address@hidden>
To:  address@hidden

Hi,

in CVS Emacs `next-error' requires an argument so
`jde-compile-finish-kill-buffer' errors.  Changing

     ;;there were errors, so jump to the first error
     (if jde-compile-jump-to-first-error (next-error)))))

to
     ;;there were errors, so jump to the first error
     (if jde-compile-jump-to-first-error (next-error 1)))))

in `jde-compile-finish-kill-buffer' fixes the problem.

jde-version "2.3.4beta4"
emacs-version "21.3.50.3"

-- David






reply via email to

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