From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alin Soare Newsgroups: gmane.emacs.devel Subject: Re: Tabs for console. Date: Sat, 4 Dec 2010 23:55:39 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=000e0ce071fc2f5aa404969cb7b0 X-Trace: dough.gmane.org 1291499755 4426 80.91.229.12 (4 Dec 2010 21:55:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 4 Dec 2010 21:55:55 +0000 (UTC) Cc: Andreas Schwab , Emacs Dev To: Dimitri Fontaine Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 04 22:55:50 2010 Return-path: Envelope-to: ged-emacs-devel@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 1PP055-0005BR-Hg for ged-emacs-devel@m.gmane.org; Sat, 04 Dec 2010 22:55:47 +0100 Original-Received: from localhost ([127.0.0.1]:50764 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PP055-0004Lh-17 for ged-emacs-devel@m.gmane.org; Sat, 04 Dec 2010 16:55:47 -0500 Original-Received: from [140.186.70.92] (port=56283 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PP050-0004Lc-MY for emacs-devel@gnu.org; Sat, 04 Dec 2010 16:55:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PP04z-0007cs-GF for emacs-devel@gnu.org; Sat, 04 Dec 2010 16:55:42 -0500 Original-Received: from mail-gy0-f169.google.com ([209.85.160.169]:41599) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PP04z-0007cl-9P for emacs-devel@gnu.org; Sat, 04 Dec 2010 16:55:41 -0500 Original-Received: by gyg10 with SMTP id 10so20141382gyg.0 for ; Sat, 04 Dec 2010 13:55:40 -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=BjR2cpG6Ldk/mZ6MCp6OHnexHlLzNYJEp0saaQGhlOo=; b=AeknLxDgtX8JTdTv83pjeaeri37PxjO15WpXjIC4SZ5cr3zjcy6s0GiloXi7C7/zjv QmwwF8dnttqTp2J6l7p3fmi78pI49slUqzL8aHW+DeAMmpd549Pq7N4ShQJDaO4Ra6Pe G3iAEZ5RZjPJr+aRPE/xRnSo+5JizZc6vgM40= 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=HCwtaFGvDcJMUAFQeR8cnmmRzHulW5ULSozICmz0FWs+PqxGi+VN0El1rs/G+uyYYv jlB8PeLy+kGixjYPuAaT/51q7pJEV3hltHF1k+2MvIeRBhmkJFOFQ3OyiRlkwbL29ead 92Rgvt7q58hlBLaUvS0sChDd0lFUuyjqCG/2Y= Original-Received: by 10.150.143.2 with SMTP id q2mr6739847ybd.46.1291499739240; Sat, 04 Dec 2010 13:55:39 -0800 (PST) Original-Received: by 10.150.218.9 with HTTP; Sat, 4 Dec 2010 13:55:39 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:133425 Archived-At: --000e0ce071fc2f5aa404969cb7b0 Content-Type: text/plain; charset=UTF-8 > > Alin Soare writes: > > Please come with ideas about extending the frames, such that to be able > to > > write scripts to create tabs that play with frames... > > What do you think about solutions such as escreen, elscreen or > workgroups? > > http://www.splode.com/~friedman/software/emacs-lisp/src/escreen.el > http://www.morishima.net/~naoto/software/elscreen/index.php.en > https://github.com/tlh/workgroups.el > > Hi, I did look a little on the web , and googled images to see what these are about, but I do not understand too much about them. My purpose was to make graphical tabs, and to attach to every such tab a general action, whatever could be possible.. For now I attached only minimal window configuration to every tab, and in the same time keeping it as simple as possible. Alin --000e0ce071fc2f5aa404969cb7b0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Alin Soare <as1789@gmail.com> writes:
> Please come with ideas about extending the frames, such that to be abl= e to
> write scripts to create tabs that play with frames...

What do you think about solutions such as escreen, elscreen or
workgroups?

=C2=A0http://www.splode.com/~friedman/software/ema= cs-lisp/src/escreen.el
=C2=A0http://www.morishima.net/~naoto/software/elscree= n/index.php.en
=C2=A0h= ttps://github.com/tlh/workgroups.el


Hi,

I did look a little on the web , and goog= led images to see what these are about, but I do not understand too much ab= out them.

My purpose was to make graphical tabs, and to attach to ev= ery such tab a general action, whatever could be possible..

For now I attached only minimal window configuration to every tab, and = in the same time keeping it as simple as possible.

Alin


--000e0ce071fc2f5aa404969cb7b0--