[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: conflicting uses of next-error-function
From: |
Ted Zlatanov |
Subject: |
Re: conflicting uses of next-error-function |
Date: |
Mon, 04 May 2015 18:21:00 -0400 |
User-agent: |
Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) |
On Sun, 3 May 2015 17:12:42 +0300 Dmitry Gutov <address@hidden> wrote:
DG> Here's the problem: with global-flycheck-mode on, all emacs-lisp-mode
DG> buffers have next-error-function set locally (to
DG> flycheck-next-error-function). And that function navigates between
DG> byte-compilation errors and warnings within the current buffer, which
DG> is very much in line with the next-error-function docstring (which
DG> says "find the next error in the current buffer").
DG> Thus quite often next-error-find-buffer will return any
DG> emacs-lisp-mode buffer (for instance, when it's the only one visible
DG> in the current frame). If we remember all such buffers,
If we agree to implement a `next-error-priority', then perhaps
`next-error-find-buffer' should penalize buried buffers by subtracting
from their priority. Thus buffers most recently buried will have the
lowest priority.
Ted
- Re: conflicting uses of next-error-function, Dmitry Gutov, 2015/05/02
- Re: conflicting uses of next-error-function, Helmut Eller, 2015/05/03
- Re: conflicting uses of next-error-function, Dmitry Gutov, 2015/05/03
- Re: conflicting uses of next-error-function, Helmut Eller, 2015/05/03
- Re: conflicting uses of next-error-function, Dmitry Gutov, 2015/05/03
- Re: conflicting uses of next-error-function,
Ted Zlatanov <=
- Re: conflicting uses of next-error-function, Dmitry Gutov, 2015/05/04
- Re: conflicting uses of next-error-function, Ted Zlatanov, 2015/05/05
- Re: conflicting uses of next-error-function, Dmitry Gutov, 2015/05/05
- Re: conflicting uses of next-error-function, Ted Zlatanov, 2015/05/05