From: Alexis <ahr...@ya...> - 2017-06-25 02:06:40
|
Hi Joachim I've tried to use that one too. 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. :( 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 -----Original Message----- From: "Joachim Schimpf" <jsc...@co...> Sent: 6/24/2017 5:16 PM To: "Alexis H. Rivera-Rios" <ahr...@ya...>; "ecl...@li..." <ecl...@li...> 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... > https://lists.sourceforge.net/lists/listinfo/eclipse-clp-bugs > |