From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#15539: [PATCH] Setting user-emacs-directory Date: Mon, 15 Feb 2016 16:15:38 +0200 Message-ID: <83bn7ixdo5.fsf@gnu.org> References: <87wqlqiayq.fsf@carifio.org> <87twlas1s4.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1455545866 23970 80.91.229.3 (15 Feb 2016 14:17:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Feb 2016 14:17:46 +0000 (UTC) Cc: 15539@debbugs.gnu.org To: Alexis Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Feb 15 15:17:32 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1aVJxz-0005eE-H3 for geb-bug-gnu-emacs@m.gmane.org; Mon, 15 Feb 2016 15:17:31 +0100 Original-Received: from localhost ([::1]:60843 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVJxy-0008HF-GW for geb-bug-gnu-emacs@m.gmane.org; Mon, 15 Feb 2016 09:17:30 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVJwc-0006pZ-Sd for bug-gnu-emacs@gnu.org; Mon, 15 Feb 2016 09:16:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVJwY-0002Xp-Rs for bug-gnu-emacs@gnu.org; Mon, 15 Feb 2016 09:16:05 -0500 Original-Received: from debbugs.gnu.org ([208.118.235.43]:48751) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVJwY-0002XV-He for bug-gnu-emacs@gnu.org; Mon, 15 Feb 2016 09:16:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aVJwY-0006pk-DE for bug-gnu-emacs@gnu.org; Mon, 15 Feb 2016 09:16:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 15 Feb 2016 14:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15539 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 15539-submit@debbugs.gnu.org id=B15539.145554574726248 (code B ref 15539); Mon, 15 Feb 2016 14:16:02 +0000 Original-Received: (at 15539) by debbugs.gnu.org; 15 Feb 2016 14:15:47 +0000 Original-Received: from localhost ([127.0.0.1]:39526 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aVJwE-0006pD-6n for submit@debbugs.gnu.org; Mon, 15 Feb 2016 09:15:47 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:39015) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aVJwC-0006p0-QQ for 15539@debbugs.gnu.org; Mon, 15 Feb 2016 09:15:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVJw4-0002KU-E5 for 15539@debbugs.gnu.org; Mon, 15 Feb 2016 09:15:35 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51804) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVJw4-0002KQ-BS; Mon, 15 Feb 2016 09:15:32 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1220 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aVJw3-0001Fd-MN; Mon, 15 Feb 2016 09:15:32 -0500 In-reply-to: <87twlas1s4.fsf@gmail.com> (message from Alexis on Mon, 15 Feb 2016 21:31:23 +1100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:113079 Archived-At: > From: Alexis > Date: Mon, 15 Feb 2016 21:31:23 +1100 > > > Ping! > > Someone on reddit recently enquired about the status of this > issue: > > https://www.reddit.com/r/emacs/comments/44ojpk/interpreting_the_emacs_bug_list_what_was/ > > Are there any particular things blocking this patch from being > applied? Frankly, I don't think there are important enough use cases behind this request to add yet another option that allows to change a well-established constant. But that's me. (Didn't see any enthusiastic reactions from others, either. Not sure what that means.)