From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Scratch buffer annoyance Date: Wed, 18 Jul 2007 12:56:31 +0200 Message-ID: <469DF1DF.6020600@swipnet.se> References: <877ipev1iv.fsf@stupidchicken.com> <87lkdhqp94.fsf@red-bean.com> <20070716203244.85A0A30116@Psilocybe.Update.UU.SE> <8ACF1129-2D04-4157-83F8-0F0F8928A5D2@gmail.com> <20070717184254.37CE2300A2@Psilocybe.Update.UU.SE> <871wf6pzrp.fsf@baldur.tsdh.de> <469DDBC9.9060405@swipnet.se> <87tzs2f1t7.fsf@baldur.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1184756238 11909 80.91.229.12 (18 Jul 2007 10:57:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 Jul 2007 10:57:18 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 18 12:57:17 2007 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 1IB7DV-00079z-Vw for ged-emacs-devel@m.gmane.org; Wed, 18 Jul 2007 12:57:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IB7DV-0005hO-L9 for ged-emacs-devel@m.gmane.org; Wed, 18 Jul 2007 06:57:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IB7DR-0005gl-7F for emacs-devel@gnu.org; Wed, 18 Jul 2007 06:57:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IB7DP-0005gL-Kc for emacs-devel@gnu.org; Wed, 18 Jul 2007 06:57:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IB7DP-0005gI-DH for emacs-devel@gnu.org; Wed, 18 Jul 2007 06:57:07 -0400 Original-Received: from av11-2-sn2.hy.skanova.net ([81.228.8.184]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IB7DO-0001Yl-UY for emacs-devel@gnu.org; Wed, 18 Jul 2007 06:57:07 -0400 Original-Received: by av11-2-sn2.hy.skanova.net (Postfix, from userid 502) id D840B37E9D; Wed, 18 Jul 2007 12:57:05 +0200 (CEST) Original-Received: from smtp4-2-sn2.hy.skanova.net (smtp4-2-sn2.hy.skanova.net [81.228.8.93]) by av11-2-sn2.hy.skanova.net (Postfix) with ESMTP id C269B37E44; Wed, 18 Jul 2007 12:57:05 +0200 (CEST) Original-Received: from husetbladh.homeip.net (81-235-205-78-no59.tbcn.telia.com [81.235.205.78]) by smtp4-2-sn2.hy.skanova.net (Postfix) with ESMTP id 7EA2037E48; Wed, 18 Jul 2007 12:57:05 +0200 (CEST) User-Agent: Thunderbird 1.5.0.12 (X11/20070604) In-Reply-To: <87tzs2f1t7.fsf@baldur.tsdh.de> X-detected-kernel: Linux 2.4-2.6 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:75056 Archived-At: Tassilo Horn skrev: > Jan Dj=E4rv writes: >=20 > Hi Jan, >=20 >> I run several Emacs instances all the time so I can keep different >> projects separate and they can save desktop to different files. >=20 > Maybe filesets are something useful for you. >=20 > ,----[ (info "(emacs)Filesets") ] > | If you regularly edit a certain group of files, you can define them a= s > | a "fileset". > `---- >=20 No, it is a different thing. Say you are editing several similar source trees, for example, Emacs HEAD, Emacs BASE_22, Emacs Unicode-2. I wan't different TAGS for them, different saved dekstop files, different compile commands. Things like speedbar are also faster in several instances inst= ead of moving around between trees. Plus if there are similar files, remembe= ring which was xterm.c, xterm.c<2> and xterm.c<3> takes some effort. In my day to day job (which isn't Emacs BTW :-) I usually work on 2-4 sim= ilar branches. Jan D.