From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?RnJhbsOnb2lzIEbDqXZvdHRl?= Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Setting user-emacs-directory Date: Wed, 1 Apr 2015 17:24:03 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1427901851 3013 80.91.229.3 (1 Apr 2015 15:24:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 1 Apr 2015 15:24:11 +0000 (UTC) To: emacs-devel@gnu.org, 15539@debbugs.gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 01 17:24:11 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YdKV0-0007FC-Lu for ged-emacs-devel@m.gmane.org; Wed, 01 Apr 2015 17:24:10 +0200 Original-Received: from localhost ([::1]:53327 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdKUz-0007bq-Oc for ged-emacs-devel@m.gmane.org; Wed, 01 Apr 2015 11:24:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdKUx-0007bh-5d for emacs-devel@gnu.org; Wed, 01 Apr 2015 11:24:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YdKUu-00012M-Hm for emacs-devel@gnu.org; Wed, 01 Apr 2015 11:24:07 -0400 Original-Received: from mail-qg0-x231.google.com ([2607:f8b0:400d:c04::231]:34040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdKUu-000123-Dj for emacs-devel@gnu.org; Wed, 01 Apr 2015 11:24:04 -0400 Original-Received: by qgep97 with SMTP id p97so45409436qge.1 for ; Wed, 01 Apr 2015 08:24:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=1UyXB9nEXK3BuD3CAHWoW/lRSsXpmke2TL84y6yROsk=; b=u4StKmu6fPsenfYCYjbY+V1p20OeRVPwBFjeRHSgThvX9XkxAa0VyRkOxVP6RlRh6K rxP+HaE5XD9zJgKpT17hOMbimMhaHnCE258LEU9MKN0Ziyx93y3Tkf0EUpeXbvVvtvvL 9SAdXTJ2Mlaz+TJJt9b5+Ch9yG+00nO/rYAZY8SQNra9lk8BpfpIeMoVY8j9mhZWJFZQ 7Jrskvo6x3RLrO3iLMa7wUOaR7R5qSazijsXUE8NHNr2Lkrt8KGukM0GbcUmtEybHXWo kiibezralV0RScEPwg3Ob0IN+M7lbe4WUVqAqZoLFByL6InYAE5vlBgp6WEtBFz6bsnz 82WQ== X-Received: by 10.55.23.221 with SMTP id 90mr91944278qkx.89.1427901843627; Wed, 01 Apr 2015 08:24:03 -0700 (PDT) Original-Received: by 10.229.14.72 with HTTP; Wed, 1 Apr 2015 08:24:03 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: DvuJ19bJMevVTC7G8UrEwr2rx0g X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c04::231 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:184727 Archived-At: Hello, On Tue, Mar 24, 2015 at 12:25 AM, Fran=C3=A7ois F=C3=A9votte wrote: > below is a patch trying to address old bug #15539. after the lack of reaction to my last email, I would like to have one more chance of getting emacs-devel's feedback on this issue (namely: being able to tell Emacs where to find its init file). Is nobody interested in this feature? Or is the proposed patch not adequat= e? In the former case, please just say so, so that we can maybe mark the bug as "wontfix" and let it be clear. In the latter case, I'm still welcoming any comment on the proposed solution. And of course I'm willing to work on any improvement you might suggest. Thanks in advance, Fran=C3=A7ois