From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Phil Sainty Newsgroups: gmane.emacs.devel Subject: Re: New behavior Date: Fri, 14 Sep 2018 22:37:21 +1200 Message-ID: <866396c6-9568-3698-447e-2c651e04cd8e@orcon.net.nz> References: <83zhwljmzf.fsf@gnu.org> <8F4ACB78-C9A4-4F85-8E69-CF4A1FE3D597@scratch.space> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1536921341 23587 195.159.176.226 (14 Sep 2018 10:35:41 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 14 Sep 2018 10:35:41 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 To: Van L , Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 14 12:35:37 2018 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 1g0lRn-00062I-V7 for ged-emacs-devel@m.gmane.org; Fri, 14 Sep 2018 12:35:36 +0200 Original-Received: from localhost ([::1]:50973 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g0lTu-0007gy-I7 for ged-emacs-devel@m.gmane.org; Fri, 14 Sep 2018 06:37:46 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36164) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g0lTi-0007gp-BH for emacs-devel@gnu.org; Fri, 14 Sep 2018 06:37:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g0lTe-00021s-Q0 for emacs-devel@gnu.org; Fri, 14 Sep 2018 06:37:33 -0400 Original-Received: from smtp-1.orcon.net.nz ([60.234.4.34]:52189) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g0lTd-0001xN-Pt for emacs-devel@gnu.org; Fri, 14 Sep 2018 06:37:30 -0400 Original-Received: from [150.107.172.72] (port=43255 helo=[192.168.20.103]) by smtp-1.orcon.net.nz with esmtpa (Exim 4.86_2) (envelope-from ) id 1g0lTW-0002k4-3i; Fri, 14 Sep 2018 22:37:22 +1200 In-Reply-To: <8F4ACB78-C9A4-4F85-8E69-CF4A1FE3D597@scratch.space> Content-Language: en-GB X-GeoIP: NZ X-Spam_score: -2.9 X-Spam_score_int: -28 X-Spam_bar: -- X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 60.234.4.34 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:229773 Archived-At: On 14/09/18 21:49, Van L wrote: >> Customize xref-prompt-for-identifier to the value t. > > It is not obvious how value t is set for > *Customize Group: Xref* > Xref Prompt For Identifier: (or 'always 'auto 'command-specific) That's a somewhat common problem with the customize interface, when a label is not obviously connected with its underlying value. In this particular instance I do think one can infer from: "When t, always prompt for the identifier name." That the "always" option in the customize menu is what you're after. (which it is).