From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Sam Steingold Newsgroups: gmane.emacs.devel Subject: Re: Emacs server without emacsserver. Date: 21 Oct 2002 10:11:27 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200209172010.g8HKAG312061@rum.cs.yale.edu> <200210201957.g9KJvTd12809@rum.cs.yale.edu> <200210211255.g9LCt3P15521@rum.cs.yale.edu> Reply-To: sds@gnu.org NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035209586 19472 80.91.224.249 (21 Oct 2002 14:13:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 14:13:06 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 183dIl-00053c-00 for ; Mon, 21 Oct 2002 16:13:03 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 183eCf-00025r-00 for ; Mon, 21 Oct 2002 17:10:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 183dGx-0006v0-00; Mon, 21 Oct 2002 10:11:11 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 183dGB-00067n-00 for emacs-devel@gnu.org; Mon, 21 Oct 2002 10:10:23 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 183dG8-0005zG-00 for emacs-devel@gnu.org; Mon, 21 Oct 2002 10:10:22 -0400 Original-Received: from pop015pub.verizon.net ([206.46.170.172] helo=pop015.verizon.net) by monty-python.gnu.org with esmtp (Exim 4.10) id 183dG8-0005xP-00 for emacs-devel@gnu.org; Mon, 21 Oct 2002 10:10:20 -0400 Original-Received: from loiso.podval.org ([151.203.41.208]) by pop015.verizon.net (InterMail vM.5.01.05.09 201-253-122-126-109-20020611) with ESMTP id <20021021141019.EZZR28019.pop015.verizon.net@loiso.podval.org>; Mon, 21 Oct 2002 09:10:19 -0500 Original-Received: from loiso.podval.org (loiso [127.0.0.1]) by loiso.podval.org (8.12.5/8.12.5) with ESMTP id g9LEBRVm006220; Mon, 21 Oct 2002 10:11:28 -0400 Original-Received: (from sds@localhost) by loiso.podval.org (8.12.5/8.12.5/Submit) id g9LEBRKA006216; Mon, 21 Oct 2002 10:11:27 -0400 X-Authentication-Warning: loiso.podval.org: sds set sender to sds@gnu.org using -f Original-To: "Stefan Monnier" X-Attribution: Sam X-Disclaimer: You should not expect anyone to agree with me. Mail-Copies-To: never In-Reply-To: <200210211255.g9LCt3P15521@rum.cs.yale.edu> Original-Lines: 26 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-Authentication-Info: Submitted using SMTP AUTH PLAIN at pop015.verizon.net from [151.203.41.208] at Mon, 21 Oct 2002 09:10:19 -0500 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8616 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8616 > * In message <200210211255.g9LCt3P15521@rum.cs.yale.edu> > * On the subject of "Re: Emacs server without emacsserver. " > * Sent on Mon, 21 Oct 2002 08:55:03 -0400 > * Honorable "Stefan Monnier" writes: > > > the "offending code" (after ";; Ok, ...") should be abstracted to the > > function `server-switch-buffer-default' of one argument (the buffer to > > be displayed), and `server-switch-buffer' should call the function > > which is the value of the variable `server-display-function', which is > > by default set to `server-switch-buffer-default'. > > > > You and I will set `server-display-function' to `pop-to-buffer' and > > people who like the default will keep the default. > > I was thinking instead of allowing server-window to be set to such > a function, so you can just (setq server-window 'pop-to-buffer). the name `server-window' becomes somewhat misleading, but otherwise this is perfect! please put it in! -- Sam Steingold (http://www.podval.org/~sds) running RedHat8 GNU/Linux When C++ is your hammer, everything looks like a thumb.