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: no emacs server variable `server-name' Date: Fri, 23 Jan 2009 09:24:58 +0100 Message-ID: References: <877i4mly97.fsf@newsguy.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1232699133 18642 80.91.229.12 (23 Jan 2009 08:25:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 Jan 2009 08:25:33 +0000 (UTC) Cc: Harry Putnam , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 23 09:26:45 2009 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 1LQHNE-0005Z1-Ml for ged-emacs-devel@m.gmane.org; Fri, 23 Jan 2009 09:26:45 +0100 Original-Received: from localhost ([127.0.0.1]:57136 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQHLx-0008Tw-4O for ged-emacs-devel@m.gmane.org; Fri, 23 Jan 2009 03:25:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LQHLe-0008Cl-E5 for emacs-devel@gnu.org; Fri, 23 Jan 2009 03:25:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LQHLa-00089K-V8 for emacs-devel@gnu.org; Fri, 23 Jan 2009 03:25:04 -0500 Original-Received: from [199.232.76.173] (port=54503 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQHLa-000898-Ql for emacs-devel@gnu.org; Fri, 23 Jan 2009 03:25:02 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]:3027) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LQHLa-0007ih-5V for emacs-devel@gnu.org; Fri, 23 Jan 2009 03:25:02 -0500 Original-Received: from mail-ew0-f20.google.com ([209.85.219.20]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LQHLZ-0007vf-L7 for emacs-devel@gnu.org; Fri, 23 Jan 2009 03:25:01 -0500 Original-Received: by ewy13 with SMTP id 13so3625579ewy.18 for ; Fri, 23 Jan 2009 00:24:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=SFepxmEDt8JrfCG1i9U6BNcGRpInPJ48tdtzIkDkcKo=; b=RYFeqNaLKnHV4N2xuIgCowOYBy7pe55TKmvy1oiprOO9ZmfWJofmfDtmq1WCViUtqf O/aOt73EolVpAMSUqNjQbJQqp0HFE6pKAe5GejNND3A93x3Ntl85RFHozuk9xIIQa2p+ tz5cD8eYgCdPMLb9XdKNMHOL6XgtG8TnjT6G4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=CZEyHYYm5O0C9Vf5hDxmCx0r3BzdvDWUQ2Fy36iIThWUGDS6f6PP3zKLjkWsK3c8Qf VK54pETiu6719j5YhHRe7ddjj4GtGQC2pK6w1jih6xSBVdho1lAZCTuwzWjDY5DKQ2UF ds9vhBvD6BqstBv4pmvRCIbYT8xUuSzfRMzwU= Original-Received: by 10.210.51.18 with SMTP id y18mr782119eby.103.1232699098983; Fri, 23 Jan 2009 00:24:58 -0800 (PST) In-Reply-To: X-detected-kernel: by mx20.gnu.org: Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:108138 Archived-At: On Fri, Jan 23, 2009 at 08:56, Stefan Monnier wrote: >> (put 'server-name 'variable-interactive "M") > > No idea what this does. >From `set-variable': If variable has a `variable-interactive' property, that is used as if it were the arg to `interactive' (which see) to interactively read value. so it would've been better "MIntroduce the server name: " or some such. > That's another option. Even better, of course. Juanma