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:15:51 +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 1289481433 14949 80.91.229.12 (11 Nov 2010 13:17:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 11 Nov 2010 13:17:13 +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:17:09 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 1PGX1X-0008Ub-2p for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Nov 2010 14:17:07 +0100 Original-Received: from localhost ([127.0.0.1]:53380 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PGX1W-0002xh-BH for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Nov 2010 08:17:06 -0500 Original-Received: from [140.186.70.92] (port=41485 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PGX0r-0002w7-Jl for help-gnu-emacs@gnu.org; Thu, 11 Nov 2010 08:16:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PGX0q-0001z9-Ky for help-gnu-emacs@gnu.org; Thu, 11 Nov 2010 08:16:25 -0500 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:38098) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PGX0q-0001ys-Hq for help-gnu-emacs@gnu.org; Thu, 11 Nov 2010 08:16:24 -0500 Original-Received: by iwn9 with SMTP id 9so2389602iwn.0 for ; Thu, 11 Nov 2010 05:16:23 -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=j8rv6PzGNjc8rwnjxw8cHCjTSkDVzVGXVZrj75mp8dg=; b=ddSLeEkqZ7sqyTd1AAQjDaKCebBKyzlM9uth0ehd7hsXHtU9XbzyzpINsbSOFXnBYx SlKzGP5AYYhu/NEZHdiQ/jFk14fNRPwCuj/pzp1855OVUNHbZf1A5Zfd9Hb4s2KDkJLH NK2vwMYUqnbTQpzjU+X4jgxdHAqRM8SUVHIj0= 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=OjbOyP0u863u5SQ1I6Gz7vZ9kiuInQN4ICu+zZDSwvRjeVR27tyb847N7jjJnpB4e/ Ry3vToeylMr7RoN6WR/luWXUseSn6RGVm+G7Hm3VXi4bRSrKlYkneh9jdYBBOTwjGWrW n+6h2BjLFIxPoquvD/lv/4RFNRdD+ZBT8KBv0= Original-Received: by 10.231.12.136 with SMTP id x8mr595298ibx.52.1289481382604; Thu, 11 Nov 2010 05:16:22 -0800 (PST) Original-Received: by 10.231.30.66 with HTTP; Thu, 11 Nov 2010 05:15:51 -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:75341 Archived-At: 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. -- Deniz Dogan