From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: GnuPG homedir and package.el? Date: Tue, 11 Apr 2017 12:30:28 +0300 Message-ID: <8337dfl2a3.fsf@gnu.org> References: <87zih1gfjh.fsf@informationelle-selbstbestimmung-im-internet.de> <87k27rejkw.fsf@lifelogs.com> <87lgs2esh6.fsf@informationelle-selbstbestimmung-im-internet.de> <87k27k9iil.fsf@lifelogs.com> <874lynsv2p.fsf@informationelle-selbstbestimmung-im-internet.de> <87bmso8oyt.fsf@informationelle-selbstbestimmung-im-internet.de> <87o9wggrbl.fsf@informationelle-selbstbestimmung-im-internet.de> <83tw68438k.fsf@gnu.org> <87y3vkcdqj.fsf@informationelle-selbstbestimmung-im-internet.de> <87d1cs2ozg.fsf@lifelogs.com> <87pogrqhnh.fsf@informationelle-selbstbestimmung-im-internet.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1491903087 28278 195.159.176.226 (11 Apr 2017 09:31:27 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 11 Apr 2017 09:31:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jens Lechtenboerger Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 11 11:31:23 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cxs8w-0007F4-Bl for ged-emacs-devel@m.gmane.org; Tue, 11 Apr 2017 11:31:22 +0200 Original-Received: from localhost ([::1]:38155 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cxs92-0007kE-6I for ged-emacs-devel@m.gmane.org; Tue, 11 Apr 2017 05:31:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51777) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cxs7s-0007Xw-UK for emacs-devel@gnu.org; Tue, 11 Apr 2017 05:30:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cxs7o-0003KL-Tg for emacs-devel@gnu.org; Tue, 11 Apr 2017 05:30:16 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:52651) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cxs7o-0003KD-Qh; Tue, 11 Apr 2017 05:30:12 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4913 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cxs7o-0000eU-3B; Tue, 11 Apr 2017 05:30:12 -0400 In-reply-to: <87pogrqhnh.fsf@informationelle-selbstbestimmung-im-internet.de> (message from Jens Lechtenboerger on Wed, 05 Apr 2017 12:21:22 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:213847 Archived-At: > From: Jens Lechtenboerger > Date: Wed, 05 Apr 2017 12:21:22 +0200 > > On 2017-04-04, at 11:04, Ted Zlatanov wrote: > > > I was wondering if you could provide explicit options to this variable > > with :tag descriptions, so users customizing this variable have a nice > > interface? Something like (the middle one is very untested): > > That's added now. I don't know whether there are conventions for > this, but I changed the order to have the default appear first. > I also changed the wording a bit to show my original motivation for > this patch, omit --homedir. > > What I personally don't like about this tag usage is that the > customize buffer does not show the variable's real value any longer. > Is that a bug or a feature? > > Besides, I changed NEWS to mention --homedir and extended the > explanation for the manual. Thanks, I pushed this to the master branch. Please note a few minor changes I made in the manual text (to avoid passive tense as much as possible) and also in the formatting of the log message.