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 23:10:26 +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 1206483055 26929 80.91.229.12 (25 Mar 2008 22:10:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Mar 2008 22:10:55 +0000 (UTC) Cc: david.reitter@gmail.com, cyd@stupidchicken.com, emacs-devel@gnu.org, pmr@pajato.com To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 25 23:11:25 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 1JeHMR-0006sp-Aw for ged-emacs-devel@m.gmane.org; Tue, 25 Mar 2008 23:11:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JeHLq-0000Pz-0w for ged-emacs-devel@m.gmane.org; Tue, 25 Mar 2008 18:10:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JeHLj-0000OI-EO for emacs-devel@gnu.org; Tue, 25 Mar 2008 18:10:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JeHLg-0000NB-Of for emacs-devel@gnu.org; Tue, 25 Mar 2008 18:10:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JeHLg-0000N3-ET for emacs-devel@gnu.org; Tue, 25 Mar 2008 18:10:28 -0400 Original-Received: from fk-out-0910.google.com ([209.85.128.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JeHLg-0000CW-3E for emacs-devel@gnu.org; Tue, 25 Mar 2008 18:10:28 -0400 Original-Received: by fk-out-0910.google.com with SMTP id 26so4173680fkx.10 for ; Tue, 25 Mar 2008 15:10:26 -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=xg+fIadIZrSGn08NLvFBhCQQJEaI7cY+T6N/HkPTG9Q=; b=mZd33/Ek1ujKOjwSiLcxbx1L4hXltxRVdM8LhHM+HnLLMgAwsvTegF773jkz0lecwCgxnp4ITIzLIwpZ7dGuzK3940n3DPuIkaFKmoKMMZK2gsdELsRD4Qnsrq2g73oQaNU3lBv7o8qlyV/4YG2DYgtFqKYnUntVeQL/v3FuZTk= 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=chBn+P4jzoUJC99xrdMJLqn3yIvQSpp4+swbgbC/A8F6uVPUlWNRQ/dnHKxZJYVR+jE5KQx3D0ncRqywibsqYHAC9m82BLbSYf9Vs7JwhMSwUd/saol1KnL5cWnegZIPi+VS6pIcDdVfTa7Z0BXZt5HDp++Hcp60wIy5sDGNGIQ= Original-Received: by 10.82.148.7 with SMTP id v7mr22335014bud.37.1206483026194; Tue, 25 Mar 2008 15:10:26 -0700 (PDT) Original-Received: by 10.82.175.3 with HTTP; Tue, 25 Mar 2008 15:10:26 -0700 (PDT) In-Reply-To: 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:93454 Archived-At: 2008/3/25, Richard Stallman : > Having a tabs feature for switching buffers should not mean altering > C-x b. Those are two different interfaces, and adding one does NOT > imply changing the other! Sorry, that's not what I meant. What I meant is that tabs are only a graphical representation of the list of privileged buffers for a specific window, right ? So the first part would be to maintain a window-local (or view-local, or perspective local, or subframe-local) list of privileged buffers. Then could come a command to switch buffer that would prompt for a buffer in this local list. Then could come a graphical representation of this list, under the form of tabs. Is that right or do I misunderstand what we are talking about ?