bug-zile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-zile] Google Summer of Code 2014


From: Garnaik Sumeet
Subject: Re: [Bug-zile] Google Summer of Code 2014
Date: Sat, 8 Mar 2014 02:33:45 +0530

Hello Sir,
          I installed all the required modules and libraries.
Ran the bootstrap program but it was unable to clone the specl files using git protocol,so I had to manually clone in the same directory using https.
configure script ran fine,but on running make I got the absence of std.io files....so I had them installed using luarocks(i guess bootstrap should have reminded me to install stdlib for lua).
After installing stdlib and again running make,this is the following error what I got.


  ZLC      lib/zmacs/commands.lua
/usr/bin/lua: ./lib/zmacs/zlc:57: bad argument #2 to 'format' (string expected, got nil)
stack traceback:
    [C]: in function 'format'
    ./lib/zmacs/zlc:57: in function 'writef'
    ./lib/zmacs/zlc:85: in function <./lib/zmacs/zlc:84>
    (tail call): ?
    ...umefsp/COMPUTING/OPEN-SOURCE/zile/lib/zile/zlisp.lua:287: in function 'eval_command'
    ...umefsp/COMPUTING/OPEN-SOURCE/zile/lib/zile/zlisp.lua:300: in function 'eval_string'
    ...umefsp/COMPUTING/OPEN-SOURCE/zile/lib/zile/zlisp.lua:314: in function 'eval_file'
    ./lib/zmacs/zlc:270: in main chunk
    [C]: ?
test -f 'lib/zmacs/commands.lua'
make: *** [lib/zmacs/commands.lua] Error 1


Thank you,

Sumeet Garnaik


On Fri, Mar 7, 2014 at 1:55 AM, Reuben Thomas <address@hidden> wrote:
On 6 March 2014 20:21, Garnaik Sumeet <address@hidden> wrote:
Hello Sir,
             I am delighted to hear back from you.
Since my knowledge regarding text editors is limited to designing and implementing the basic buffer management,basic screen management using ncurses library and the ability to support only ascii,I would love to work on the following few things:

1)adding unicode support,since this would help me gain knowledge regarding managing unicode in editors.

This is certainly something we'd like for Zile, and might well be the right amount of work for a GSoC project.
 
2)I am keen to learn the basics behind the concepts of syntax highlighting,so recreating a parser would be a great start.

Gary Vaughan is better placed to comment on this one.
 
3)I would love to implement a few new buffer implementations and allow myself to go out my comfort zone by implementing a few I am not acquainted with.

That's an interesting idea; I'm not sure whether it fits into any of the projects we have in mind. Gary?

4)Would love to add new editors to the framework.

Reintegration of the experimental editor Zee is the obvious candidate here.
 
All the things above will help me gain what I am seeking.Sir to be honest I am not familiar with zile code base and I am not familiar with lua,but know a few scripting languages,I have moderate knowledge regarding bash and have written a few small programs in it.

I think Zile should not be too difficult to get to grips with, it's fairly small and well-structured.

As well as learning some Lua, you should also familiarise yourself with the process of building Zile, starting with LuaRocks (www.luarocks.org) to install the dependencies. Following the instructions provided would be a good test of those instructions, too!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]