From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Paul Wallington Newsgroups: gmane.emacs.devel Subject: Re: 23.0.60; no help xref for file-name-completion-ignore-case Date: Mon, 26 May 2008 16:16:02 +0100 Message-ID: References: <001c01c8bc84$b6ed7760$0200a8c0@us.oracle.com> <001401c8bd0f$b2110c80$0200a8c0@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1211815050 24491 80.91.229.12 (26 May 2008 15:17:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 May 2008 15:17:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 26 17:18:01 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K0eSK-0007WZ-2q for ged-emacs-devel@m.gmane.org; Mon, 26 May 2008 17:17:48 +0200 Original-Received: from localhost ([127.0.0.1]:56359 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K0eRZ-0001Wz-2y for ged-emacs-devel@m.gmane.org; Mon, 26 May 2008 11:17:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K0eRV-0001Wu-8F for emacs-devel@gnu.org; Mon, 26 May 2008 11:16:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K0eRT-0001Wi-PH for emacs-devel@gnu.org; Mon, 26 May 2008 11:16:55 -0400 Original-Received: from [199.232.76.173] (port=58011 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K0eRT-0001Wf-Ii for emacs-devel@gnu.org; Mon, 26 May 2008 11:16:55 -0400 Original-Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:52543 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K0eRT-0005CX-9g for emacs-devel@gnu.org; Mon, 26 May 2008 11:16:55 -0400 Original-Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id B04FF4B23; Mon, 26 May 2008 11:16:11 -0400 (EDT) Original-Received: from mini.home (host81-158-23-41.range81-158.btcentralplus.com [81.158.23.41]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id 33BB94B21; Mon, 26 May 2008 11:16:10 -0400 (EDT) In-Reply-To: <001401c8bd0f$b2110c80$0200a8c0@us.oracle.com> X-Mailer: Apple Mail (2.919.2) X-Pobox-Relay-ID: ACBA2D30-2B36-11DD-AE02-80001473D85F-02562057!a-sasl-fastnet.pobox.com X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:97726 Archived-At: On 23 May 2008, at 21:00, Drew Adams wrote: >>> help-make-xrefs does not create a link on the text >>> `file-name-completion-ignore-case'. It does so for other such >>> variables, including `completion-ignore-case'. >>> >>> `completion-ignore-case' has a link; >>> `file-name-completion-ignore-case' does not. >>> >>> This is because the call in help-make-xrefs to intern-soft with arg >>> "file-name-completion-ignore-case" returns nil. >> >> Is that simply because `file-name-completion-ignore-case' >> doesn't exist? > > Sorry, I meant `read-file-name-completion-ignore-case'. > Same bug description, with that name correction. Thx. I can't reproduce the bug here with that name correction using Emacs "GNU Emacs 23.0.60.1 (i386-apple-darwin9.2.2, X toolkit) of 2008-05-26 on mini.local". Could you try the latest sources?