From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: 23.0.60; no help xref for file-name-completion-ignore-case Date: Thu, 22 May 2008 20:25:56 -0700 Message-ID: <001c01c8bc84$b6ed7760$0200a8c0@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1211513263 8483 80.91.229.12 (23 May 2008 03:27:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 May 2008 03:27:43 +0000 (UTC) To: Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 23 05:28:20 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 1JzNx2-00056J-Ao for ged-emacs-devel@m.gmane.org; Fri, 23 May 2008 05:28:16 +0200 Original-Received: from localhost ([127.0.0.1]:42995 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JzNwH-0005LN-Rd for ged-emacs-devel@m.gmane.org; Thu, 22 May 2008 23:27:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JzNwC-0005Hw-G6 for emacs-devel@gnu.org; Thu, 22 May 2008 23:27:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JzNwB-0005F0-2B for emacs-devel@gnu.org; Thu, 22 May 2008 23:27:23 -0400 Original-Received: from [199.232.76.173] (port=36974 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JzNwA-0005Ep-PY for emacs-devel@gnu.org; Thu, 22 May 2008 23:27:22 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:45771) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JzNwA-0001Lp-Tn for emacs-devel@gnu.org; Thu, 22 May 2008 23:27:22 -0400 Original-Received: from mx10.gnu.org ([199.232.76.166]:49234) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JzNuo-0007Ns-AY for emacs-pretest-bug@gnu.org; Thu, 22 May 2008 23:25:58 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JzNw4-0001L6-Nh for emacs-pretest-bug@gnu.org; Thu, 22 May 2008 23:27:22 -0400 Original-Received: from agminet01.oracle.com ([141.146.126.228]:34967) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JzNw4-0001Kk-C2 for emacs-pretest-bug@gnu.org; Thu, 22 May 2008 23:27:16 -0400 Original-Received: from agmgw1.us.oracle.com (agmgw1.us.oracle.com [152.68.180.212]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id m4N3RDBS017236 for ; Thu, 22 May 2008 22:27:13 -0500 Original-Received: from acsmt350.oracle.com (acsmt350.oracle.com [141.146.40.150]) by agmgw1.us.oracle.com (Switch-3.2.0/Switch-3.2.0) with ESMTP id m4L2QR7A000440 for ; Thu, 22 May 2008 21:27:12 -0600 Original-Received: from inet-141-146-46-1.oracle.com by acsmt350.oracle.com with ESMTP id 3679732911211513156; Thu, 22 May 2008 20:25:56 -0700 Original-Received: from dradamslap1 (/24.5.171.3) by bhmail.oracle.com (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 22 May 2008 20:25:56 -0700 X-Mailer: Microsoft Office Outlook 11 Thread-Index: Aci8hLZ4DSCKLpixS2q1dplFZQJ/lQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:97552 gmane.emacs.pretest.bugs:22424 Archived-At: 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'. emacs -Q Eval this in *scratch*: (defun foo () (with-current-buffer (help-buffer) (help-mode-setup) (insert "xxxxxxxxx\n\n") (insert "`completion-ignore-case', `file-name-completion-ignore-case'\n")) (help-make-xrefs (help-buffer))) M-: (foo) `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. In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600) of 2008-05-04 on LENNART-69DE564 Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (3.4) --no-opt --cflags -Ic:/g/include -fno-crossjumping'