From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "paul r" Newsgroups: gmane.emacs.devel Subject: Re: Neat features in Eclipse editor Date: Tue, 25 Mar 2008 12:35:27 +0100 Message-ID: References: <873aqia0eh.fsf@stupidchicken.com> <335635E2-D23C-4ADD-BE40-9725A67D1836@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1206444955 3168 80.91.229.12 (25 Mar 2008 11:35:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Mar 2008 11:35:55 +0000 (UTC) Cc: pmr@pajato.com, cyd@stupidchicken.com, rms@gnu.org, emacs-devel@gnu.org To: "David Reitter" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 25 12:36:23 2008 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.50) id 1Je7Rw-0001RO-5C for ged-emacs-devel@m.gmane.org; Tue, 25 Mar 2008 12:36:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Je7RK-0000kv-TJ for ged-emacs-devel@m.gmane.org; Tue, 25 Mar 2008 07:35:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Je7RE-0000jN-1s for emacs-devel@gnu.org; Tue, 25 Mar 2008 07:35:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Je7RB-0000gY-M5 for emacs-devel@gnu.org; Tue, 25 Mar 2008 07:35:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Je7RB-0000gJ-EY for emacs-devel@gnu.org; Tue, 25 Mar 2008 07:35:29 -0400 Original-Received: from fk-out-0910.google.com ([209.85.128.191]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Je7RB-000584-87 for emacs-devel@gnu.org; Tue, 25 Mar 2008 07:35:29 -0400 Original-Received: by fk-out-0910.google.com with SMTP id 26so3886341fkx.10 for ; Tue, 25 Mar 2008 04:35:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=3AKnrn2hHM7Cqp72qYRRNRz0Z7Z7diKd6r8aqW7swZk=; b=E6PhNs+QuC0hcSCvXeVimDWIXg2Avl/UZJdeWgN3NQOXqn2TPYEbykTWi4Eq9saM167K/4enCyN9AV5TCgRtCfT2aKwRcHTC2EdUsqN1nLKISh7DG7J064h/iwtpfG/1wHFQsa4ZsZpo1uKAbeq1A4apLZ9GzNNYUVmeEuK7FM4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iduJrAFkb+4sxbQTbzMI5QAlGNiSHSH1h/UkCGDIq+ovj3CVUekqKqXZgkOt/rNvznqOom22igXThbo5VxOICPc4zc0JPlNhXQ7kQD0DNecBuSSRaunjzCBaJLOtAoJA2V9aZl9+vRx9zUMX8hj+hjDmwp4bM3pSBPLk+bdumfc= Original-Received: by 10.82.167.9 with SMTP id p9mr20762271bue.7.1206444927396; Tue, 25 Mar 2008 04:35:27 -0700 (PDT) Original-Received: by 10.82.175.3 with HTTP; Tue, 25 Mar 2008 04:35:27 -0700 (PDT) In-Reply-To: <335635E2-D23C-4ADD-BE40-9725A67D1836@gmail.com> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: 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:93407 Archived-At: 2008/3/25, David Reitter : > That's pretty much what tabs are if implemented nicely. They are > window-specific and show a subset of buffers that the user can switch > to in the particular window with a single click. Ok, thanks. So, could we define what we are talking about when we say "tabs" ? Are we talking about a buffers list subset, specific to current "perspective' ? Therefore, we could just rebind 'C-x b' to switch-to-buffer-local-subframe ? Tabs would be an optionnal graphical representation of this list on top of the subframe. I propose to call it subframe-buffers-list.