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

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

bug#18444: 24.3.93; Error running timer 'compilation-auto-jump' from gre


From: Martin Apel
Subject: bug#18444: 24.3.93; Error running timer 'compilation-auto-jump' from grep-mode
Date: Thu, 11 Sep 2014 09:06:26 +0200
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.0

Hi Glenn,

thanks for the feedback. I think it used to work in older versions somehow, but anyway I found a workaround
by adding the following to my .init.el file:
(add-hook 'grep-mode-hook
          (lambda()
            (kill-local-variable 'compilation-auto-jump-to-next))
          )

Martin

On 10/09/14 21:09, Glenn Morris wrote:
Martin Apel wrote:

To reproduce the bug, perform the following steps:
emacs -Q
Customize compilation-auto-jump-to-first-error to enabled
M-x rgrep for an arbitrary string in an arbitrary directory
This results in the following error message:

Error running timer `compilation-auto-jump': (error "No grep hit here")
I think it has never worked, the only thing that is new is that the
error message from the timer is no longer silently discarded.
(Should that be mentioned in NEWS?)





reply via email to

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