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: Emacs on Windows keeps complaining: the directory ... is unsafe. Date: Mon, 25 May 2009 19:06:30 +0200 Message-ID: References: <87skitkvr4.fsf@telefonica.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1243271235 26609 80.91.229.12 (25 May 2009 17:07:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 May 2009 17:07:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?UTF-8?Q?=C3=93scar_Fuentes?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 25 19:07:09 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 1M8ddj-00026s-Gs for ged-emacs-devel@m.gmane.org; Mon, 25 May 2009 19:07:08 +0200 Original-Received: from localhost ([127.0.0.1]:51998 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M8ddj-0007A5-3M for ged-emacs-devel@m.gmane.org; Mon, 25 May 2009 13:07:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M8ddd-00079n-VI for emacs-devel@gnu.org; Mon, 25 May 2009 13:07:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M8ddY-00079U-Jv for emacs-devel@gnu.org; Mon, 25 May 2009 13:07:00 -0400 Original-Received: from [199.232.76.173] (port=42240 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M8ddY-00079R-EM for emacs-devel@gnu.org; Mon, 25 May 2009 13:06:56 -0400 Original-Received: from mail-qy0-f116.google.com ([209.85.221.116]:44261) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M8ddY-0004ZV-0x for emacs-devel@gnu.org; Mon, 25 May 2009 13:06:56 -0400 Original-Received: by qyk14 with SMTP id 14so5174335qyk.14 for ; Mon, 25 May 2009 10:06:53 -0700 (PDT) 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 :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=jGxzATbwB1gANkn6MijFa90/sEuBTdOf86iPy8Dl3sw=; b=PJ0AHhIP7piRboM6K0xINMQNbq3p25Fj2HwhZYpBoAQz5JgOjl/z3OnANDbk9PiJlp nhOwfnItzXC9AmPonCV9eYvPtmtkIxZczTmq+jVN+EcIVTEDABp6DcfIwsFfhpqDcQB3 yjZwPwQ2lOLADnASRmQyxYWrKJa8UhI+x20BI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=rd8LBpXTnDhUpsCxd58wihVFPxb+ds+uM8aLdOV6trnJua8C/5KN54yBpwVt4wKHwP 7IzyKq1N0mwQLwPwItg2qdOe8T55Lm0vQljy7NxYK3QVcq1O1l50YgY96XsNZRLJEOmR +PuHunmouIRkp0csUsO+qsB1MGMCo0RVvo1ME= Original-Received: by 10.220.44.204 with SMTP id b12mr5613351vcf.101.1243271213231; Mon, 25 May 2009 10:06:53 -0700 (PDT) In-Reply-To: <87skitkvr4.fsf@telefonica.net> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:111083 Archived-At: On Mon, May 25, 2009 at 18:11, =C3=93scar Fuentes wrote: > Is there a cure for this? What I did until now is remove the check on > server.el, but this is hardly acceptable for the common user. I don't see that problem. Please try to debug `server-ensure-safe-dir' to determine why is the server/ directory considered unsafe in your setup. Juanma