Re: [Chicken-users] Codepoint indices for matched regexps (UTF-8)?

2018-06-15 Thread John Cowan
On Fri, Jun 15, 2018 at 9:44 AM, Henry Hu wrote: I tried (use utf8), but it is documented that it doesn't affect irregex and > it sure enough doesn't. I tried using the 'utf8 option while compiling my > regex, but it doesn't change the index returned by > irregex-match-start-index. > Do "(use

Re: [Chicken-users] context sensitive auto-completion for symbols in SciTE

2018-06-15 Thread Martin Schneeweis
> My code for integrating completions into Parley is in my dotfiles [1]. > > Vasilij > > [1]: https://github.com/wasamasa/dotfiles/blob/master/home/wasa/.csirc Thanks a lot Vasilij! Martin ___ Chicken-users mailing list Chicken-users@nongnu.org

[Chicken-users] Codepoint indices for matched regexps (UTF-8)?

2018-06-15 Thread Henry Hu
Hello world! I am trying to use unit irregex to match regular expressions in UTF-8 text. Is anyone familiar with a way to ask for the codepoint indices rather than byte indices for the match? For example: (irregex-match-start-index (irregex-search (irregex "Č" 'utf8) "čččČččč")) returns 6

Re: [Chicken-users] context sensitive auto-completion for symbols in SciTE

2018-06-15 Thread Vasilij Schneidermann
Hello Martin, > ...now I am a little bit confused. > > I read the parlay egg docu again, remembered that there is no > autocompletion included - your repository looks like an egg > (https://github.com/wasamasa/readline) - but nowhere to be found in >

Re: [Chicken-users] context sensitive auto-completion for symbols in SciTE

2018-06-15 Thread Martin Schneeweis
Hi Vasilij, > > The problem with this imlementation is: the symbols of "used" > > modules are missing. > > I've written a replacement for the readline egg [1] for a few reasons, > one of them being its completion suffering from the same issue you > describe. Perhaps you'll find its completion

Re: [Chicken-users] context sensitive auto-completion for symbols in SciTE

2018-06-15 Thread Vasilij Schneidermann
Hello Martin, > The problem with this imlementation is: the symbols of "used" modules > are missing. I've written a replacement for the readline egg [1] for a few reasons, one of them being its completion suffering from the same issue you describe. Perhaps you'll find its completion code [2]

[Chicken-users] context sensitive auto-completion for symbols in SciTE

2018-06-15 Thread Martin Schneeweis
Hi everyone, example for what I want: editing a file that starts with ... (import scheme chicken) (use (prefix ports p:)) and then typing somewhere (pipe is my caret) (p:po| hitting - a list pops up - content: p:port-fold p:port-for-each p:port-map If someone knows of an

[Chicken-users] Call for draft papers for presentation at IFL 2018 (Implementation and Application of Functional Languages)

2018-06-15 Thread Jurriaan Hage
Hello, Please, find below the fourth call for papers for IFL 2018. Please forward these to anyone you think may be interested. Apologies for any duplicates you may receive. best regards, Jurriaan Hage Publicity Chair of IFL --- Call for Draft papers for presentations

Re: [Chicken-users] Registration on the chicken wiki

2018-06-15 Thread Mario Domenech Goulart
Hey Martin, On Fri, 15 Jun 2018 08:48:54 +0200 Martin Schneeweis wrote: > is there a way to register on the wiki page? > (https://wiki.call-cc.org/)? Yes, sure! Just send me a private message with: * the username you want to use for your account * the hash of your password. It can be

[Chicken-users] Registration on the chicken wiki

2018-06-15 Thread Martin Schneeweis
Hi, is there a way to register on the wiki page? (https://wiki.call-cc.org/)? Some pages need some love (especially for neewbies like me). Thanks, Martin ___ Chicken-users mailing list Chicken-users@nongnu.org