From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH 5/5] [mingw]: Use $LOCALAPPDATA as a possible root for cachedir. Date: Fri, 17 Jun 2011 00:02:19 +0200 Message-ID: <87aadhfn9w.fsf@pobox.com> References: <1297784103-18322-1-git-send-email-janneke-list@xs4all.nl> <1297784103-18322-6-git-send-email-janneke-list@xs4all.nl> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1308261830 31282 80.91.229.12 (16 Jun 2011 22:03:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 16 Jun 2011 22:03:50 +0000 (UTC) Cc: guile-devel@gnu.org To: Jan Nieuwenhuizen Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Jun 17 00:03:45 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QXKf9-00031L-71 for guile-devel@m.gmane.org; Fri, 17 Jun 2011 00:03:43 +0200 Original-Received: from localhost ([::1]:34392 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXKf4-0003Cx-Kv for guile-devel@m.gmane.org; Thu, 16 Jun 2011 18:03:38 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:43756) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXKdv-00034H-0l for guile-devel@gnu.org; Thu, 16 Jun 2011 18:02:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QXKds-0007NN-TC for guile-devel@gnu.org; Thu, 16 Jun 2011 18:02:26 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:58372 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXKds-0007NG-IW; Thu, 16 Jun 2011 18:02:24 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 9F77957D8; Thu, 16 Jun 2011 18:04:33 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=Ah3e/EqBN/g6aTINBVkeUF/TMnM=; b=keR4Ax Cwk41qzve9G9lEi0xX0P/A9vTgXevL5jbAAh90r/vjiflAabgeYMTlDYEiLxDb0Y +Wabv3IRRvJe5+qPEHMAGascqe50OgYx9Cq4ejGvryGKUwn6/TfFx95sQmml8uau Mog0BuvSLYeMb6efOrhi9BbAT+rVllfn5Huhw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=rzjMfgCqtTSHxUNpIzr7lWabGOPBGSUG yHVFKbKZEDKoeUB7kdl5mfvw1vb0UXQ4WczA3LxyvD4TNkUhniVClfREJ54dswcH nE/FvswjYpkUiKd7PUDYROzZllQWNA3N+0g0GimD9Ft9q9mVauq4sAeX/ydWUbDI eU76uXXiW/0= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 98A9E57D7; Thu, 16 Jun 2011 18:04:33 -0400 (EDT) Original-Received: from badger (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id E411C57D5; Thu, 16 Jun 2011 18:04:32 -0400 (EDT) In-Reply-To: (Jan Nieuwenhuizen's message of "Fri, 20 May 2011 16:03:22 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-Pobox-Relay-ID: 9DAF32BA-9864-11E0-AEB0-5875C023C68D-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:12575 Archived-At: On Fri 20 May 2011 16:03, Jan Nieuwenhuizen writes: > Andy Wingo writes: > >>> * libguile/load.c (scm_init_load_path) [MINGW32]: Use $LOCALAPPDATA >>> to avoid having a NULL cachedir, while still allowing override by >>> using $XDG_CACHE_HOME. >> >> What sets LOCALAPPDATA? If it is the right thing on Windows then I am >> OK with applying this patch. > > Asking google, it seems that this is a newer Windows versions thing. > Quite probably using plain $APPDATA is better. Whether either one is > the right thing on windows -- if there's even such a thing -- I really > don't have a clue, you would need to ask a windows guru for that. OK. Applied your patch with some tweaks. Thanks! Andy -- http://wingolog.org/