From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: workgroups and local buffer lists Date: Fri, 20 Jan 2012 18:54:27 -0800 Message-ID: <4305422581074C5A95C6A2572C01CDA1@us.oracle.com> References: <871uqtvko2.fsf@ericabrahamsen.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1327114488 10976 80.91.229.12 (21 Jan 2012 02:54:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 21 Jan 2012 02:54:48 +0000 (UTC) To: "'Eric Abrahamsen'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 21 03:54:44 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RoR6I-0003Bw-Bi for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Jan 2012 03:54:42 +0100 Original-Received: from localhost ([::1]:33233 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RoR6I-0005QN-0o for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Jan 2012 21:54:42 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:49687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RoR6D-0005Pt-39 for help-gnu-emacs@gnu.org; Fri, 20 Jan 2012 21:54:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RoR6B-0003ba-NH for help-gnu-emacs@gnu.org; Fri, 20 Jan 2012 21:54:37 -0500 Original-Received: from rcsinet15.oracle.com ([148.87.113.117]:58969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RoR6B-0003an-GC for help-gnu-emacs@gnu.org; Fri, 20 Jan 2012 21:54:35 -0500 Original-Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by rcsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id q0L2sX2G014512 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 21 Jan 2012 02:54:33 GMT Original-Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q0L2sWrJ005819 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 21 Jan 2012 02:54:32 GMT Original-Received: from abhmt103.oracle.com (abhmt103.oracle.com [141.146.116.55]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q0L2sWBB022262; Fri, 20 Jan 2012 20:54:32 -0600 Original-Received: from dradamslap1 (/10.159.46.117) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 20 Jan 2012 18:54:32 -0800 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <871uqtvko2.fsf@ericabrahamsen.net> Thread-Index: AczX5qbuNlXcFbmBTf6Fi+Oy56nY+wAAQqGg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090202.4F1A28EA.0005,ss=1,re=0.000,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 148.87.113.117 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:83535 Archived-At: > The one thing I would like is for each workgroup to maintain its own > buffer list, so that recently viewed buffers in one workgroup won't > "infect" the buffer lists of other workgroups. > > I've read the buffer list section of the Elisp manual, but I'm not > seeing an easy way of doing this. > > A "workgroup" is just an alist of various parameters, so I guess a new > parameter, "buffer-list", could be added to that. But what > would it take to short-circuit all the commands that use > (buffer-list), and make them use this local version instead? > Is this even possible? Maybe have a look at buffer configurations, which are "named sets of buffers, sort functions, and other parameters that control completion of buffer names". http://www.emacswiki.org/emacs/Icicles_-_Support_for_Projects#toc6