You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File: tests/MetabolizerTest.C
171:5: switch (how)
186:5: switch (how)
201:5: switch (how)
220:5: switch (how)
236:5: switch (how)
252:5: switch (how)
276:5: switch (how)
File: UrDrome.C
703:3:{ switch (fdwCtrlType)
VideoSource.h
349:45: * In any case, it's a mode -- on or off. Switching modes may
350:25: * fail. For example, switching to live mode on a pool without an
Moving between locations in tests/MetabolizerTest.C and UrDrome.C using M-g p and M-g n (previous-error and next-error) works fine. But when I move to the location in UrDrome.C and then hit M-g n to jump to 349:45 in VideoSource.h, it instead jumps to that location in UrDrome.C.
If it helps, the equivalent lines of output from running ag (taken from the ag command at the top of the buffer) are:
tests/MetabolizerTest.C
171:5: switch (how)
186:5: switch (how)
201:5: switch (how)
220:5: switch (how)
236:5: switch (how)
252:5: switch (how)
276:5: switch (how)
UrDrome.C
703:3:{ switch (fdwCtrlType)
VideoSource.h
349:45: * In any case, it's a mode -- on or off. Switching modes may
350:25: * fail. For example, switching to live mode on a pool without an
On my machine, the output of ag --version is: ag version 0.31.0
My Emacs version is: GNU Emacs 25.0.92.1
I'm using: Mac OS X 10.11.4
The text was updated successfully, but these errors were encountered:
Here's an example:
Moving between locations in
tests/MetabolizerTest.C
andUrDrome.C
usingM-g p
andM-g n
(previous-error
andnext-error
) works fine. But when I move to the location in UrDrome.C and then hitM-g n
to jump to 349:45 in VideoSource.h, it instead jumps to that location in UrDrome.C.If it helps, the equivalent lines of output from running
ag
(taken from theag
command at the top of the buffer) are:On my machine, the output of
ag --version
is: ag version 0.31.0My Emacs version is: GNU Emacs 25.0.92.1
I'm using: Mac OS X 10.11.4
The text was updated successfully, but these errors were encountered: