From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Back to emacsclient/server Date: Fri, 27 Oct 2006 10:20:26 -0400 Message-ID: References: <4541F9DF.40902@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1161958978 19466 80.91.229.2 (27 Oct 2006 14:22:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 27 Oct 2006 14:22:58 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 27 16:22:55 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 1GdSZx-0004cV-UF for ged-emacs-devel@m.gmane.org; Fri, 27 Oct 2006 16:21:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GdSZx-0006lQ-35 for ged-emacs-devel@m.gmane.org; Fri, 27 Oct 2006 10:21:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GdSZU-0006SX-LN for emacs-devel@gnu.org; Fri, 27 Oct 2006 10:20:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GdSZP-0006KB-Vt for emacs-devel@gnu.org; Fri, 27 Oct 2006 10:20:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GdSZP-0006JY-JG for emacs-devel@gnu.org; Fri, 27 Oct 2006 10:20:27 -0400 Original-Received: from [209.226.175.188] (helo=tomts25-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GdSZP-0005qq-EF for emacs-devel@gnu.org; Fri, 27 Oct 2006 10:20:27 -0400 Original-Received: from pastel.home ([74.12.204.221]) by tomts25-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20061027142026.KUXG1747.tomts25-srv.bellnexxia.net@pastel.home> for ; Fri, 27 Oct 2006 10:20:26 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 473FA81F0; Fri, 27 Oct 2006 10:20:26 -0400 (EDT) Original-To: "Juanma Barranquero" In-Reply-To: (Juanma Barranquero's message of "Fri\, 27 Oct 2006 15\:29\:19 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:61242 Archived-At: > ...which is exactly what I was proposing with (random-seed SEED) and > `with-tmp-seed' (or perhaps `with-current-seed') :) > But all this has no bearing on the emacsclient/server issue. All I > need to know is whether people thinks is better to call (random t) in > server.el, or note the need to do so in the documentation. Just call (random t) and forget about it. Don't lose your sleep over it, it's really not worth it. Stefan