From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rustom Mody Newsgroups: gmane.emacs.help Subject: Re: interactive graph draw-er Date: Thu, 11 Nov 2010 18:52:52 +0530 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1289481806 16820 80.91.229.12 (11 Nov 2010 13:23:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 11 Nov 2010 13:23:26 +0000 (UTC) Cc: pieter.pareit@scarlet.be, help-gnu-emacs@gnu.org To: Deniz Dogan Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 11 14:23:22 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 1PGX7X-0003Dr-VA for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Nov 2010 14:23:20 +0100 Original-Received: from localhost ([127.0.0.1]:57641 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PGX7X-0006hX-Al for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Nov 2010 08:23:19 -0500 Original-Received: from [140.186.70.92] (port=41429 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PGX7B-0006hJ-0E for help-gnu-emacs@gnu.org; Thu, 11 Nov 2010 08:22:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PGX79-0003Zj-TZ for help-gnu-emacs@gnu.org; Thu, 11 Nov 2010 08:22:56 -0500 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:56871) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PGX79-0003ZZ-PY for help-gnu-emacs@gnu.org; Thu, 11 Nov 2010 08:22:55 -0500 Original-Received: by iwn9 with SMTP id 9so2395105iwn.0 for ; Thu, 11 Nov 2010 05:22:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=nk026GM2Sq1hRhGp0xy04yoJKFglWxSnX2H8KqQPNaM=; b=wcoIccRs9OOjUG0rCnbFpbU8+7kqjXCY8cR4EDRWh6ETla+RkCmWGtdzCqBsBzWLKa sk9iKhEd2NmonZBClMfTeQaMxgcqHAoHl+Rpmw9W3Ej2qVJJnEsinOpaHhv0BljgXTNA FiLwqEl+nFilVLD2fJIhfvOzFEQmXOKZYb8uc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=tzyPQ+DDD5Hoz2PFfb5zxxYRh1rdyTeX6tCUSqnWHUbhMf38OD47I6R/U2bC5agUBy dV19ld6pLuOPWp1PeFwuAX7MXniO0pAC1nxT/OU05D+3Vv3ndGaO89J1cBSqPbFfE25+ aD3wGM97GEADibgCb+dPdYeCW8LvKWirmYJ8o= Original-Received: by 10.231.34.139 with SMTP id l11mr566602ibd.141.1289481772136; Thu, 11 Nov 2010 05:22:52 -0800 (PST) Original-Received: by 10.231.37.200 with HTTP; Thu, 11 Nov 2010 05:22:52 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:75343 Archived-At: Just found it -- but it does not work (yet) I wonder does it work on emacs 23? On Thu, Nov 11, 2010 at 6:49 PM, Deniz Dogan wrote: > 2010/11/11 Deniz Dogan : >> 2010/11/11 Rustom Mody : >>> I was wondering if something like this is available for linux/windows: >>> >>> http://www.youtube.com/watch?v=nyfZVGlErTo&feature=youtu.be >>> >>> Why asking on the emacs list? Because I believe it should not be a big >>> deal to have a simple mode -- something like the latex modes >>> interacting with gv do -- to do this. >>> >>> Is something like this there? If not how difficult does it look? >>> >>> >> >> I don't know if there is any such mode available today, but a >> prototype should be fairly simple to make. Just try to compile on >> every keystroke and if it succeeds, refresh the other window. >> > > There is such a mode: > http://users.skynet.be/ppareit/projects/graphviz-dot-mode/graphviz-dot-mode.html > > -- > Deniz Dogan >