From: Joachim S. <jsc...@co...> - 2017-06-25 22:42:56
|
Hi Alexis, I have identified the problem with the More-prompt in Eclipse 7. It is caused by a change that was done for ISO-Prolog compliance, I'll fix this tonight or tomorrow. Cheers, Joachim On 25/06/2017 20:01, Alexis H. Rivera-Rios wrote: > Hi Joachim > > I've tried to use eclipse-mode with eclipse 7. It has the same issue. It has additional issues > with regard to code compilation. It looks like it tries to send the code to eclipse prompt > instead of calling the compile command with a filename. From the comments in the code, it seems the > author didn't use the eclipse-mode for compilation so it's not well tested. :( > > I downgraded to version 6.1 of eclipse and the eclipse-mode does wait for input in order to show > more answers. Although, it has the same issue with compilation. > > With your previous help, I got prolog-mode to compile the code. I just noticed this behavior > recently as I started to use eclipse within emacs. It's weird because tracing works just fine. > > Anyways thanks for your quick reply! > Alexis > > > El amor a la patria tiene que transformarse en acción y ésta tiene que ser acción para el bien > común. (Adalexis Rios- mi madre) > > > --------------------------------------------------------------------------------------------------- > *From:* Joachim Schimpf <jsc...@co...> > *To:* Alexis H. Rivera-Rios <ahr...@ya...>; "ecl...@li..." > <ecl...@li...> > *Sent:* Saturday, June 24, 2017 5:16 PM > *Subject:* Re: [Eclipse-clp-bugs] prolog mode emacs doesn't wait for prompt > > Hi Alexis, > > I'm not an emacs user myself, but there is a special emacs mode > for ECLiPSe, see http://eclipseclp.org/software/index.html > under Editors/Emacs. > > Hope that helps, > Joachim > > > > On 24/06/17 18:56, Alexis H. Rivera-Rios via Eclipse-clp-bugs wrote: >> Hi, >> >> I'm using prolog.el 1.25 with emacs 25.2.1 and eclipse 7.0 development #17 on >> windows 10. >> >> When I enter the following command on the prompt: >> [eclipse 1]: member(X,[1,2,3]). >> >> I get >> >> X = 1 >> Yes (0.00s cpu, solution 1, maybe more) ? >> [eclipse 2]: >> >> Notice that emacs doesn't wait for an answer for more solutions and replies with >> [eclipse 2] prompt. >> >> I don't know if this is a eclipse bug or a prolog.el mode (most probably). But >> if you have any ideas on how to >> solve this I would appreciate it. >> >> Thanks, >> Alexis >> >> >> >> El amor a la patria tiene que transformarse en acción y ésta tiene que ser >> acción para el bien común. (Adalexis Rios- mi madre) > >> >> >> ------------------------------------------------------------------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> >> >> >> _______________________________________________ >> Eclipse-clp-bugs mailing list >> Ecl...@li... <mailto:Ecl...@li...> >> https://lists.sourceforge.net/lists/listinfo/eclipse-clp-bugs > >> > > > |