From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.bugs Subject: Re: Crash on empty HOME var in Windows registry Date: Tue, 19 Jun 2007 14:00:36 +0200 Message-ID: References: <46764C61.1050804@free.fr> <4677C326.1050106@free.fr> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1182254448 25928 80.91.229.12 (19 Jun 2007 12:00:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Jun 2007 12:00:48 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, rms@gnu.org To: "Vincent Liard" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jun 19 14:00:45 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I0cO5-0005N0-4a for geb-bug-gnu-emacs@m.gmane.org; Tue, 19 Jun 2007 14:00:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0cO4-0005Wm-RK for geb-bug-gnu-emacs@m.gmane.org; Tue, 19 Jun 2007 08:00:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I0cO1-0005W5-JH for bug-gnu-emacs@gnu.org; Tue, 19 Jun 2007 08:00:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I0cNz-0005Uz-3j for bug-gnu-emacs@gnu.org; Tue, 19 Jun 2007 08:00:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0cNy-0005Uu-UH for bug-gnu-emacs@gnu.org; Tue, 19 Jun 2007 08:00:38 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.236]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I0cNy-00030w-8b for bug-gnu-emacs@gnu.org; Tue, 19 Jun 2007 08:00:38 -0400 Original-Received: by wx-out-0506.google.com with SMTP id h26so1959216wxd for ; Tue, 19 Jun 2007 05:00:37 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mXcHdiTSlpP/fz02vF8yKkOwMSLVprCsw3vk9mD0GgqjgpKAkJ2Sv+BXHU94gcIYOXVO1EGga9Q+HF7koYKYBUZayCoYVgM1NEKg5UUvoDOrrYvAyxdlGYrAJtiO7OVCAV2zA01uGhiEjpb2xLo3s06tGcti51hYJMM12WrBZCQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YslgzHl+I/L1kVvR88QpI/7KHPfqRrscLHVS3dL3Y5RdKQL/cQTFayXfI1uA23ssi3zn3+f/c/jzhEUHEUouXeXZx7sLH19vGYXn7yMXqhzoim11Ev6UvwSFYq1n9J47aNXEgJ1BXHFwnrJTi5F0w4/6yVg1OHiO/S5unpOHLWo= Original-Received: by 10.90.52.18 with SMTP id z18mr4641616agz.1182254436981; Tue, 19 Jun 2007 05:00:36 -0700 (PDT) Original-Received: by 10.90.87.8 with HTTP; Tue, 19 Jun 2007 05:00:36 -0700 (PDT) In-Reply-To: <4677C326.1050106@free.fr> Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15956 Archived-At: On 6/19/07, Vincent Liard wrote: > Wouldn't it be desirable to just tell the user that they have > misconfigured their HOME or to proceed without complaining ? We'll proceed without complaining; it's simpler, and the user is going to notice he's not getting the .emacs he was expecting anyway. But please be patient; I cannot commit the fix to CVS right now. Juanma