Tuesday, March 25, 2014

Re: OCaml mode : unable to use \t (type display)

On 22/03/14 16:37, Antoine wrote:
> Hello,
>
> I would like to use the OCaml <LocalLeader>t functionality (that displays the type of the selected term, and is defined in ocaml.vim), but the result disappears very quickly (or, most of the times, just doesn't show up). It is just enough to understand that the function that calculates the type does work, but there is clearly a problem in the way the result is displayed (just an echo command…). Error messages are displayed normally when there are some. Could it be a problem with my configuration ?
> Any help would be appreciated :)
>

I think it just means that either the message space, or the whole
screen, is cleared too fast for you to read it.

If you use :echomsg instead of plain :echo, Vim will remember the
message. It will still be cleared just as fast, but you will be able to
make it reappear with :messages


Best regards,
Tony.
--
A Texan, impressing the hell out of a Bostonian with tales about the heroes
of the Alamo, commented, "I'll bet you never had anyone that brave around
*Boston*."
"Ever hear of Paul Revere?", snarled the Bostonian.
"Paul Revere?", pondered the Texan. "Isn't he the guy who ran for
help?"

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: