Hello!

I use tup in vim, no problem.  Vim is just scraping the output for error
strings that are output by your ~compiler, not your build system.  The only
annoyance I've had is that I usually have to hit enter an extra time for
some reason I don't understand.

To set it up you just do something like:

:set mp=tup\ .

Of course vim's pwd needs to be in a suitable place for that to work, but I
think it's probably obvious.

If someone knows more than me, I get "Press ENTER or type a command to
continue", which is generated by vim... so this is probably a bug in how I
set mp (makeprg)...

Cheers,
Andrew


On Fri, Aug 8, 2014 at 3:51 PM, Freddie Chopin <[email protected]>
wrote:

> W dniu 2014-08-07 13:59, stevek pisze:
>
>  Does tup have any editor integration where it allows the editor to jump
>> to the line with the compile error?
>> (e.g. type :make from within vim)
>>
>> Of course, for this to work, tup would have to lose all its pretty
>> progress bars and colours etc.
>> But in a perfect world, tup could run with colours etc in another
>> (persistent) tty while still allowing
>> the plain console output that editors want.
>>
>
> In Eclipse you can define your own "error parser" that will catch tup
> error messages and link them to file/line mentioned in the error. I've done
> such "error parser" but only partially - it just catches all the tup output
> and ignores that. The next step is to actually parse the messages that are
> useful (if that's possible).
>
> https://groups.google.com/forum/#!topic/tup-users/7qNxtgh9Z-s
>
> Regards,
> FCh
>
>
> --
> --
> tup-users mailing list
> email: [email protected]
> unsubscribe: [email protected]
> options: http://groups.google.com/group/tup-users?hl=en
> --- You received this message because you are subscribed to the Google
> Groups "tup-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
tup-users mailing list
email: [email protected]
unsubscribe: [email protected]
options: http://groups.google.com/group/tup-users?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"tup-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to