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: Folding emacsclient into emacs Date: Thu, 13 Sep 2007 08:10:19 +0200 Message-ID: <46E8D44B.7000901@swipnet.se> References: <87sl5n5yem.fsf@stupidchicken.com> <87fy1nbe4f.fsf@jurta.org> <86myvu2zw1.fsf@lola.quinscape.zz> <87d4wodiof.fsf@stupidchicken.com> <87ir6gtx7w.fsf_-_@olgas.newt.com> <85ejh4igis.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1189663869 27362 80.91.229.12 (13 Sep 2007 06:11:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Sep 2007 06:11:09 +0000 (UTC) Cc: Bill Wohler , emacs-devel@gnu.org To: tromey@redhat.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 13 08:11:07 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 1IVhur-0003lJ-S8 for ged-emacs-devel@m.gmane.org; Thu, 13 Sep 2007 08:11:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVhur-0004nq-H5 for ged-emacs-devel@m.gmane.org; Thu, 13 Sep 2007 02:11:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IVhuo-0004lO-5l for emacs-devel@gnu.org; Thu, 13 Sep 2007 02:11:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IVhun-0004kU-8t for emacs-devel@gnu.org; Thu, 13 Sep 2007 02:11:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVhun-0004kA-29 for emacs-devel@gnu.org; Thu, 13 Sep 2007 02:11:01 -0400 Original-Received: from av8-1-sn3.vrr.skanova.net ([81.228.9.183]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IVhuj-0007iM-2m; Thu, 13 Sep 2007 02:10:57 -0400 Original-Received: by av8-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 6363E38576; Thu, 13 Sep 2007 08:10:55 +0200 (CEST) Original-Received: from smtp3-1-sn3.vrr.skanova.net (smtp3-1-sn3.vrr.skanova.net [81.228.9.101]) by av8-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 1B57D3824C; Thu, 13 Sep 2007 08:10:39 +0200 (CEST) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp3-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 55C4037E43; Thu, 13 Sep 2007 08:10:39 +0200 (CEST) User-Agent: Thunderbird 2.0.0.6 (X11/20070728) In-Reply-To: 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:78733 Archived-At: Tom Tromey skrev: > > There are still a few areas where the lack of threading is noticeable. > Getting new news in Gnus remains one of these. Also on this list are > some VC operations (until recently, annotate) and running pcvs or psvn > on a large project. > Working on multiple projects/branches. I like having separate TAGS, desktop save files, and so on for each branch. Having a lot of file.c, file.c<2>, file.c<3> and so on doesn't help when you what to select file.c for a specific branch. I also run each instance of Emacs in separate X11 workspace to separate them visually also. Jan D.