Re: [Bug-apl] Support for help command in emacs-mode

2018-01-19 Thread Juergen Sauermann
Hi, thanks, included in SVN 1043. I had to make a small change in RunCommand.cc, so maybe Elias wants to sync once more. Best Regards, /// Jürgen On 01/19/2018 09:51 AM, Alexey Veretennikov wrote:

Re: [Bug-apl] Support for help command in emacs-mode

2018-01-19 Thread Alexey Veretennikov
Hi Jürgen, It looks like all necessary files have been merged into Eliases repositories and ready to be picked up by you. Br, /Alexey 2018-01-16 19:26 GMT+01:00 Alexey Veretennikov : > Hm, it looks like I made a pull request to the incorrect place. > Elias, Jürgen, please tell me where to put

Re: [Bug-apl] Support for help command in emacs-mode

2018-01-16 Thread Alexey Veretennikov
Hm, it looks like I made a pull request to the incorrect place. Elias, Jürgen, please tell me where to put my pull request? Alexey Veretennikov writes: > Hi Jürgen, Elias has merged his changes, could you please pick them up from > emacs_mode > directory? > > BR, > /Alexey > > 2018-01-15 22:11

Re: [Bug-apl] Support for help command in emacs-mode

2018-01-16 Thread Alexey Veretennikov
Hi Jürgen, Elias has merged his changes, could you please pick them up from emacs_mode directory? BR, /Alexey 2018-01-15 22:11 GMT+01:00 Alexey Veretennikov < alexey.veretenni...@gmail.com>: > Hi, > > I've created pull request to your repository with GNU APL files. > https://github.com/lokedhs/a

Re: [Bug-apl] Support for help command in emacs-mode

2018-01-15 Thread Alexey Veretennikov
Hi, I've created pull request to your repository with GNU APL files. https://github.com/lokedhs/apl-devel/pull/1 I've only updated the files I've modified, so if you haven't updated the rest please do so Jürgen could finally pick up these changes. Elias Mårtenson writes: > On 10 January 2018

Re: [Bug-apl] Support for help command in emacs-mode

2018-01-13 Thread Elias Mårtenson
On 10 January 2018 at 17:31, Alexey Veretennikov < alexey.veretenni...@gmail.com> wrote: > Hi Elias, > > Could you please do you do what Juergen has requested so we can get the > changes in? > I can do it tomorrow. Basically all that is needed is to update the relevant files in the github reposit

Re: [Bug-apl] Support for help command in emacs-mode

2018-01-10 Thread Alexey Veretennikov
Hi Elias, Could you please do you do what Juergen has requested so we can get the changes in? Br /Alexey 2018-01-07 17:51 GMT+01:00 Juergen Sauermann : > Hi, > > yes, but it is Elias who can OK the files. The proper order should be: > > 1. sync GNU APL sources to Elias' git > 2. apply changes

Re: [Bug-apl] Support for help command in emacs-mode

2018-01-07 Thread Juergen Sauermann
Hi, On 01/07/2018 05:52 PM, Elias Mårtenson wrote: To me, it's a lot better if the primary code stays in the main GNU APL repository. Agreed. The current problem is that your git repository is a little behind the main GNU APL repository. I made some code clean-ups already some time ago whic

Re: [Bug-apl] Support for help command in emacs-mode

2018-01-07 Thread Peter Teeson
> On Jan 7, 2018, at 11:52 AM, Elias Mårtenson wrote: > > We've discussed in the past the possibility of moving to a public development > repository > where all of us can create commit requests, but at the time you expressed > concerns with that model. Hi Elias: I'm absolutely sure that you

Re: [Bug-apl] Support for help command in emacs-mode

2018-01-07 Thread Elias Mårtenson
To me, it's a lot better if the primary code stays in the main GNU APL repository. Jürgen, We've discussed in the past the possibility of moving to a public development repository where all of us can create commit requests, but at the time you expressed concerns with that model. Perhaps we can r

Re: [Bug-apl] Support for help command in emacs-mode

2018-01-07 Thread Juergen Sauermann
Hi, yes, but it is Elias who can OK the files. The proper order should be: 1. sync GNU APL sources to Elias' git 2. apply changes and test Emacs 3. sync Elias' git to my local GNU APL repo 4. commit to public GNU APL repo If I would apply the changes directly to the GNU APL repo then the GNU AP

Re: [Bug-apl] Support for help command in emacs-mode

2018-01-07 Thread Alexey Veretennikov
Hi, The files I've attached are based on the sources from SVN, not git. Br /Alexey On Jan 7, 2018 4:52 PM, "Juergen Sauermann" wrote: > Hi, > > they are actually used (I sync my sources from your git repo). I suppose > that you applied > Alexey's patch to your sources and the result doesn't co

Re: [Bug-apl] Support for help command in emacs-mode

2018-01-07 Thread Juergen Sauermann
Hi, they are actually used (I sync my sources from your git repo). I suppose that you applied Alexey's patch to your sources and the result doesn't compile when I fetch the changes from your git repo. I would prefer if the two repos remain in

Re: [Bug-apl] Support for help command in emacs-mode

2018-01-07 Thread Elias Mårtenson
That's OK. The C++ sources in my repository isn't actually used. I should probably remove them from the gnu-apl-mode repository. The code in the main GNU APL repository is the official source. Regards, Elias On 7 January 2018 at 22:53, Juergen Sauermann wrote: > Hi, > > it seems like Elias' so

Re: [Bug-apl] Support for help command in emacs-mode

2018-01-07 Thread Juergen Sauermann
Hi, it seems like Elias' sources in git are slightly out of sync with the current GNU APL sources. For example (emacs.hh around line 55): -    return string((const char *)&utf[0], utf.size()); +    return string((const char *)(utf.g

Re: [Bug-apl] Support for help command in emacs-mode

2018-01-07 Thread Elias Mårtenson
Thank you for this work. This is something have planned to do for a while but never got around to. I merged your changes and tested, and it all seems to work fine. I'll merge this into gnu-apl-mode, but Jürgen needs to do the same on his side before this is complete. Regards, Elias On 7 January

[Bug-apl] Support for help command in emacs-mode

2018-01-07 Thread Alexey Veretennikov
Hi Juergen, Elias and all, Some time ago we have been discussing the idea to move help from gnu-apl-mode in Emacs into the GNU APL itself. Now since we have a help in GNU APL, I've implemented network command in emacs_mode part of GNU APL which will send requested help as a list of S-expressions