From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.help Subject: Re: interactive graph draw-er Date: Thu, 11 Nov 2010 14:19:17 +0100 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 1289481623 15946 80.91.229.12 (11 Nov 2010 13:20:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 11 Nov 2010 13:20:23 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Rustom Mody Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 11 14:20:19 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 1PGX4d-0001da-41 for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Nov 2010 14:20:19 +0100 Original-Received: from localhost ([127.0.0.1]:56230 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PGX4c-0005CV-HD for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Nov 2010 08:20:18 -0500 Original-Received: from [140.186.70.92] (port=39367 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PGX4F-0005CF-F6 for help-gnu-emacs@gnu.org; Thu, 11 Nov 2010 08:19:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PGX4E-0002p4-8f for help-gnu-emacs@gnu.org; Thu, 11 Nov 2010 08:19:55 -0500 Original-Received: from mail-yw0-f41.google.com ([209.85.213.41]:38014) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PGX4E-0002or-68 for help-gnu-emacs@gnu.org; Thu, 11 Nov 2010 08:19:54 -0500 Original-Received: by ywi6 with SMTP id 6so731356ywi.0 for ; Thu, 11 Nov 2010 05:19:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=QAk+KB0EIygop/EiyIvBRVaGRtdHMIzpGsAFKVZ1cYQ=; b=oumLTiuNnlUG7l0FRQcCl4/HZhUgnrhzbrAGf2bHrqOawIrVxGbnFLeloBvimBEbhk CgzwAc4dmK6WAx04HQfNzctG4n3aMoLU65LhCNFxdywROYiA8qQF5W3avqpVK9ywxPOe TBC98ejx/5CnsNc3EjWF3+u+LeIAMlhmPa/vk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=wDbUnnQOgSsRh39eTIAAVX2bU3YY6oaUxN4TCxUMpQwQElahb9ua3CmNg0r41s39Xf 2Xo9ZWGHctpmzQfMUZi916+47+FcyI1rZUMNTirV0n0vzrW4EoypxS5haZnMVYKX+6yO SEkWHMfs7zum/f/8QHxIgys63dOj3UuO7YB0k= Original-Received: by 10.42.224.10 with SMTP id im10mr656798icb.305.1289481587555; Thu, 11 Nov 2010 05:19:47 -0800 (PST) Original-Received: by 10.231.30.66 with HTTP; Thu, 11 Nov 2010 05:19:17 -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:75342 Archived-At: 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