From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: emacsclient/server finished, documentation, raising frames Date: Tue, 7 Nov 2006 18:23:36 +0100 Message-ID: References: <45507AB5.5050601@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1162920333 15070 80.91.229.2 (7 Nov 2006 17:25:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Nov 2006 17:25:33 +0000 (UTC) Cc: Emacs Devel , Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 07 18:25:31 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GhUh3-0002db-JJ for ged-emacs-devel@m.gmane.org; Tue, 07 Nov 2006 18:25:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GhUh2-0007hQ-Ur for ged-emacs-devel@m.gmane.org; Tue, 07 Nov 2006 12:25:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GhUgh-0007bK-N6 for emacs-devel@gnu.org; Tue, 07 Nov 2006 12:24:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GhUgg-0007ak-N2 for emacs-devel@gnu.org; Tue, 07 Nov 2006 12:24:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GhUgg-0007af-JV for emacs-devel@gnu.org; Tue, 07 Nov 2006 12:24:38 -0500 Original-Received: from [199.232.41.67] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GhUgg-0002od-GW for emacs-devel@gnu.org; Tue, 07 Nov 2006 12:24:38 -0500 Original-Received: from [64.233.166.180] (helo=py-out-1112.google.com) by mx20.gnu.org with esmtp (Exim 4.52) id 1GhUgf-0005nX-Nh for emacs-devel@gnu.org; Tue, 07 Nov 2006 12:24:37 -0500 Original-Received: by py-out-1112.google.com with SMTP id y77so1157534pyg for ; Tue, 07 Nov 2006 09:23:37 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HMm5CR8jAWKKWbYz1alhtJ+yx6toc163bjhhdv7rm8N5Ch9LjpN1n5vwD9ALLbk2gTj2wNR30/tivzObZEh9bBeb6NLKDPOVACGjUzCYvrW0gQiApCWtSxUrzIQBdEioe8KYkA3CO03V38+6inNjmn8j6x/4s1nuYUw2pkQGSA4= Original-Received: by 10.35.9.15 with SMTP id m15mr3496374pyi.1162920216205; Tue, 07 Nov 2006 09:23:36 -0800 (PST) Original-Received: by 10.35.95.18 with HTTP; Tue, 7 Nov 2006 09:23:36 -0800 (PST) Original-To: "Stefan Monnier" In-Reply-To: Content-Disposition: inline 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:61923 Archived-At: On 11/7/06, Stefan Monnier wrote: > I understand that. But a change in server-switch-buffer will affect both > cases, so we have to take it into account. Yes. Still, Jason's right, I think, that it is the place to modify if we add a user option to raise the frame (raising the frame, I note, was the point of this thread :) > I take your objection to mean that you agree with my proposition, at the > condition that we improve pop-to-buffer's configurability. No. I can perfectly imagine using a function for `server-window'. And I don't want to mess with `same-window-regexps' and friends just to be able to edit a file with emacsclient. /L/e/k/t/u