[Chicken-users] Vim plugin for chicken-docs

2015-03-12 Thread Sergi Mansilla
Hi there, I have no idea of how many of you use vim to code in chicken (we are quite a minority, I think) but I made a very simple plugin that integrates chicken-doc with vim: https://github.com/sergi/vim-chicken-doc. I am just getting started with Chicken and I found that integrating the docs

Re: [Chicken-users] Vim plugin for chicken-docs

2015-03-12 Thread Hugo Arregui
Very nice! Glad there some more vimers out there :-D! Regards, Hugo signature.asc Description: OpenPGP digital signature ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] Vim plugin for chicken-docs

2015-03-12 Thread Scott McCoid
No worries! Thanks again, looking forward to using this a lot more. On Thu, Mar 12, 2015 at 2:33 PM, Sergi Mansilla sergi.mansi...@gmail.com wrote: Hi Scott, I'm glad you like it! The functionality you ask for is not implemented, but it is one of the main features I want to implement. I

Re: [Chicken-users] Vim plugin for chicken-docs

2015-03-12 Thread Sergi Mansilla
Hi Scott, I'm glad you like it! The functionality you ask for is not implemented, but it is one of the main features I want to implement. I first have to learn how to do quickfix-style lists in vim :P. After that, it's all a matter of parsing chicken-doc output. Cheers, Sergi On 12 March 2015

Re: [Chicken-users] Chicken on Solaris

2015-03-12 Thread Michele La Monaca
Hi Sascha, you might want to use: make PLATFORM=solaris INSTALL_PROGRAM=/usr/ucb/install install I've already complained about that: https://lists.gnu.org/archive/html/chicken-hackers/2013-01/msg00037.html and I even went so far as to propose a general solution:

[Chicken-users] Chicken on Solaris

2015-03-12 Thread Sascha Ziemann
I tried to install Chicken on Solaris. Compilation works fine but installation fails: $ gmake PLATFORM=solaris PREFIX=$HOME/chicken install gmake -f ./Makefile.solaris CONFIG= install gmake[1]: Entering directory `/export/home/x/chicken-4.9.0.1' install -d -m 755 /export/home/x/chicken/lib

Re: [Chicken-users] Vim plugin for chicken-docs

2015-03-12 Thread Christopher Collins
This is great. Thanks, Sergi! On Thu, Mar 12, 2015 at 4:12 AM, Sergi Mansilla sergi.mansi...@gmail.com wrote: Hi there, I have no idea of how many of you use vim to code in chicken (we are quite a minority, I think) but I made a very simple plugin that integrates chicken-doc with vim:

Re: [Chicken-users] Vim plugin for chicken-docs

2015-03-12 Thread Scott McCoid
Hi Sergi, I just tried this out and I'm definitely going to keep using this! When the search finds more than one match, is there a way to then choose from one of the matches? Best, Scott On Thu, Mar 12, 2015 at 12:12 PM, Sergi Mansilla sergi.mansi...@gmail.com wrote: Hi there, I have no