From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Federico Beffa Newsgroups: gmane.emacs.help Subject: interaction with gnuplot Date: Tue, 17 Aug 2010 14:09:50 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e0cb4e887d1f946ce3048e03d31f X-Trace: dough.gmane.org 1282057337 24797 80.91.229.12 (17 Aug 2010 15:02:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 17 Aug 2010 15:02:17 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 17 17:02:16 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OlNg6-0003ri-OT for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Aug 2010 17:02:15 +0200 Original-Received: from localhost ([127.0.0.1]:54316 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OlNg3-0000jM-9o for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Aug 2010 11:02:11 -0400 Original-Received: from [140.186.70.92] (port=42193 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OlKzL-0004J3-M0 for help-gnu-emacs@gnu.org; Tue, 17 Aug 2010 08:09:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OlKzJ-0000UR-U2 for help-gnu-emacs@gnu.org; Tue, 17 Aug 2010 08:09:55 -0400 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:44495) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OlKzJ-0000U0-Rp for help-gnu-emacs@gnu.org; Tue, 17 Aug 2010 08:09:53 -0400 Original-Received: by vws16 with SMTP id 16so4966714vws.0 for ; Tue, 17 Aug 2010 05:09:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=WSi8RJJMUVlMRpT0IojNhgaoVYc36zSvbIeuPc5SJbs=; b=aDMPBrz/CkGTDw5x47kYbl7vqTc/CtdmniBEiTB+xAvtqB5qDdpAUCJ+pCb6JatK4o igcqOH4tAR5QxNQgrM5I5cF0gSl/wqNqRkx5XBH/sxctBCiiICuvj0HoAThmxMTZAzSe KFL08w4bO+R1uVF+MrfwiVDSZQ56HAlnhdtGs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=uQXAoxVf9EdcjfuFTELaros1+zQXWiMgpuc69qIwJpWBTIlBLk1N26Y/Ux73/Bo93V kT7XVK7wa1Y/pMUongmcP1OPWYDn333LAep2FEwqFOZ36qtcVxt8AKkWTc6PkaI54aJT hL9Z/LtcaRuazbOpke48Bb6GGVZYkZGfhAx3Q= Original-Received: by 10.220.61.7 with SMTP id r7mr3948081vch.7.1282046992606; Tue, 17 Aug 2010 05:09:52 -0700 (PDT) Original-Received: by 10.220.177.77 with HTTP; Tue, 17 Aug 2010 05:09:50 -0700 (PDT) X-Google-Sender-Auth: 3VAYIoKdyQnfk8wLhmfCdZKUC6o X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Tue, 17 Aug 2010 11:01:46 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:74697 Archived-At: --e0cb4e887d1f946ce3048e03d31f Content-Type: text/plain; charset=ISO-8859-1 Hi All, I'm on WinXP SP3 with emacs 23.1.1 and gnuplot 4.4.0 and gnuplot-mode 0.6.0. I would like to use gnuplot from inside of emacs. To do that I'm trying to use gnuplot-mode and have set (setq gnuplot-command "c:/Program Files/gnuplot/binary/pgnuplot.exe") in my .emacs. In a file in gnuplot-mode I press C-c C-l to send a line with "plot [0:3] sin(x)" to gnuplot. Gnuplot starts and plots the function. However, emacs remains blocked waiting for something. If I press C-g emacs returns alive and I can continue. The same happens with every command I send to gnuplot. To understand if the problem is with gnuplot-mode or with emacs itself, I tried to run pgnuplot from inside an emacs shell (M-x shell RET). Inside the shell I can execute (several) commands without having to press C-g after every command, but I do not see the gnuplot prompt. Could this be the reason for the abnormal behavior in gnuplot-mode? Any suggestion on how to fix gnuplot-mode under WinXP? Thanks, Fede P.S. I tried emacs 23.2 and gnuplot 4.2 as well with the same results. --e0cb4e887d1f946ce3048e03d31f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi All,

I'm on WinXP SP3 with emacs 23.1.1 and gnuplot 4.4.0 and= gnuplot-mode 0.6.0. I would like to use gnuplot from inside of emacs. To d= o that I'm trying to use gnuplot-mode and have set (setq gnuplot-comman= d "c:/Program Files/gnuplot/binary/pgnuplot.exe") in my .emacs.
In a file in gnuplot-mode I press C-c C-l to send a line with "plo= t [0:3] sin(x)" to gnuplot. Gnuplot starts and plots the function. How= ever, emacs remains blocked waiting for something. If I press C-g emacs ret= urns alive and I can continue. The same happens with every command I send t= o gnuplot.

To understand if the problem is with gnuplot-mode or with emacs itself,= I tried to run pgnuplot from inside an emacs shell (M-x shell RET). Inside= the shell I can execute (several) commands without having to press C-g aft= er every command, but I do not see the gnuplot prompt. Could this be the re= ason for the abnormal behavior in gnuplot-mode? Any suggestion on how to fi= x gnuplot-mode under WinXP?

Thanks,
Fede

P.S. I tried emacs 23.2 and gnuplot 4.2 as well = with the same results.


--e0cb4e887d1f946ce3048e03d31f--