DamienCassou / flycheck-hledger

hledger checker for flycheck
GNU General Public License v3.0
13 stars 6 forks source link

C-u next-error jumps to other file (and stays there) #16

Open simonmichael opened 1 year ago

simonmichael commented 1 year ago

I use C-u C-x` to start stepping through journal errors again. I expected it to restart from the top of the current file. But with two journal files open, it always jumps to one of the files, and I don't see why it picks that one. It should be reproducible with these files a.j and b.j:

2023-01-01
  (a)        1 = 0
2023-01-01
  (b)        1 = 0

It could be a flycheck bug or feature I don't understand. Can others reproduce ?

DamienCassou commented 1 year ago

I'm not using flycheck anymore but the builtin Flymake instead. Would you mind checking the new https://github.com/DamienCassou/flymake-hledger package as a replacement for flycheck-hledger?