From juri@jurta.org Wed Sep 9 18:57:27 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 10 Sep 2009 01:57:27 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-1.2 required=4.0 tests=AWL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n8A1vQfD029310 for ; Wed, 9 Sep 2009 18:57:27 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MlYub-0006BQ-HU for bug-gnu-emacs@gnu.org; Wed, 09 Sep 2009 21:57:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MlYuX-00068N-M0 for bug-gnu-emacs@gnu.org; Wed, 09 Sep 2009 21:57:25 -0400 Received: from [199.232.76.173] (port=54510 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MlYuX-00068I-Fl for bug-gnu-emacs@gnu.org; Wed, 09 Sep 2009 21:57:21 -0400 Received: from smtp-out1.starman.ee ([85.253.0.3]:40846 helo=mx1.starman.ee) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MlYuX-0000kX-1O for bug-gnu-emacs@gnu.org; Wed, 09 Sep 2009 21:57:21 -0400 X-Virus-Scanned: by Amavisd-New at mx1.starman.ee Received: from mail.starman.ee (82.131.30.70.cable.starman.ee [82.131.30.70]) by mx1.starman.ee (Postfix) with ESMTP id 426113F4363 for ; Thu, 10 Sep 2009 04:57:14 +0300 (EEST) From: Juri Linkov To: bug-gnu-emacs@gnu.org Subject: read-file-name-completion-ignore-case has no effect in find-name-arg Organization: JURTA Date: Thu, 10 Sep 2009 04:12:28 +0300 Message-ID: <8763brvbjf.fsf@mail.jurta.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) The docstring of `find-name-arg' says that `read-file-name-completion-ignore-case' defines its default value: ;;;###autoload (defcustom find-name-arg (if read-file-name-completion-ignore-case "-iname" "-name") "Argument used to specify file name pattern. If `read-file-name-completion-ignore-case' is non-nil, -iname is used so that find also ignores case. Otherwise, -name is used." :type 'string :group 'find-dired :version "22.2") But there is no way to use "-iname" when `read-file-name-completion-ignore-case' is customized to t because `find-name-arg' is autoloaded with the value "-name" before (custom-set-variables '(read-file-name-completion-ignore-case t)) from .emacs sets the value of `read-file-name-completion-ignore-case'. This also precludes from using -iname in `rgrep' that relies on `find-name-arg'. -- Juri Linkov http://www.jurta.org/emacs/ From juri@jurta.org Thu Sep 17 08:20:19 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 17 Sep 2009 15:20:19 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.6 required=4.0 tests=AWL,HAS_BUG_NUMBER autolearn=unavailable version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n8HFKHQF006435 for ; Thu, 17 Sep 2009 08:20:19 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MoImP-0005TN-F2 for bug-gnu-emacs@gnu.org; Thu, 17 Sep 2009 11:20:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MoImK-0005RY-J4 for bug-gnu-emacs@gnu.org; Thu, 17 Sep 2009 11:20:16 -0400 Received: from [199.232.76.173] (port=50722 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MoImK-0005RT-8y for bug-gnu-emacs@gnu.org; Thu, 17 Sep 2009 11:20:12 -0400 Received: from smtp-out1.starman.ee ([85.253.0.3]:32993 helo=mx1.starman.ee) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MoImJ-0005TE-PP for bug-gnu-emacs@gnu.org; Thu, 17 Sep 2009 11:20:12 -0400 X-Virus-Scanned: by Amavisd-New at mx1.starman.ee Received: from mail.starman.ee (82.131.31.47.cable.starman.ee [82.131.31.47]) by mx1.starman.ee (Postfix) with ESMTP id 0E4DB3F4134; Thu, 17 Sep 2009 18:19:59 +0300 (EEST) From: Juri Linkov To: 4387@debbugs.gnu.org Cc: bug-gnu-emacs@gnu.org Subject: Re: bug#4387: read-file-name-completion-ignore-case has no effect in find-name-arg Organization: JURTA References: <8763brvbjf.fsf@mail.jurta.org> Date: Thu, 17 Sep 2009 18:17:43 +0300 In-Reply-To: <8763brvbjf.fsf@mail.jurta.org> (Juri Linkov's message of "Thu, 10 Sep 2009 04:12:28 +0300") Message-ID: <87eiq5d550.fsf@mail.jurta.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) > The docstring of `find-name-arg' says that `read-file-name-completion-ignore-case' > defines its default value: > > ;;;###autoload > (defcustom find-name-arg > (if read-file-name-completion-ignore-case > "-iname" > "-name") > "Argument used to specify file name pattern. > If `read-file-name-completion-ignore-case' is non-nil, -iname is used so that > find also ignores case. Otherwise, -name is used." > :type 'string > :group 'find-dired > :version "22.2") > > But there is no way to use "-iname" when `read-file-name-completion-ignore-case' > is customized to t because `find-name-arg' is autoloaded with the value "-name" > before > > (custom-set-variables > '(read-file-name-completion-ignore-case t)) > > from .emacs sets the value of `read-file-name-completion-ignore-case'. I tried to use the new `custom-initialize-delay' but it has no effect in this case. -- Juri Linkov http://www.jurta.org/emacs/ From monnier@IRO.UMontreal.CA Thu Sep 17 09:37:37 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 17 Sep 2009 16:37:37 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-4.2 required=4.0 tests=AWL,HAS_BUG_NUMBER autolearn=unavailable version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n8HGbZFK019229 for ; Thu, 17 Sep 2009 09:37:37 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MoJzD-00037E-99 for bug-gnu-emacs@gnu.org; Thu, 17 Sep 2009 12:37:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MoJz8-00031O-LK for bug-gnu-emacs@gnu.org; Thu, 17 Sep 2009 12:37:34 -0400 Received: from [199.232.76.173] (port=39506 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MoJz8-00030w-1M for bug-gnu-emacs@gnu.org; Thu, 17 Sep 2009 12:37:30 -0400 Received: from pruche.dit.umontreal.ca ([132.204.246.22]:53971) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MoJz5-0004K3-NL for bug-gnu-emacs@gnu.org; Thu, 17 Sep 2009 12:37:29 -0400 Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id n8HGbNOA013142; Thu, 17 Sep 2009 12:37:23 -0400 Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 68B753A104; Thu, 17 Sep 2009 12:37:23 -0400 (EDT) From: Stefan Monnier To: Juri Linkov Cc: 4387@debbugs.gnu.org, bug-gnu-emacs@gnu.org Subject: Re: bug#4387: read-file-name-completion-ignore-case has no effect in find-name-arg Message-ID: References: <8763brvbjf.fsf@mail.jurta.org> <87eiq5d550.fsf@mail.jurta.org> Date: Thu, 17 Sep 2009 12:37:23 -0400 In-Reply-To: <87eiq5d550.fsf@mail.jurta.org> (Juri Linkov's message of "Thu, 17 Sep 2009 18:17:43 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3364=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) >> But there is no way to use "-iname" when >> `read-file-name-completion-ignore-case' is customized to t because >> `find-name-arg' is autoloaded with the value "-name" before Don't autoload it. Stefan "Who hates autoloading variables" From juri@jurta.org Thu Nov 19 09:48:58 2009 Received: (at 4387-done) by emacsbugs.donarmstrong.com; 19 Nov 2009 17:48:58 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.6 required=4.0 tests=AWL,HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mx1.starman.ee (smtp-out3.starman.ee [85.253.0.5]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nAJHmuB6023690 for <4387-done@emacsbugs.donarmstrong.com>; Thu, 19 Nov 2009 09:48:58 -0800 X-Virus-Scanned: by Amavisd-New at mx1.starman.ee Received: from mail.starman.ee (82.131.33.165.cable.starman.ee [82.131.33.165]) by mx1.starman.ee (Postfix) with ESMTP id 6D2E73F4138; Thu, 19 Nov 2009 19:48:51 +0200 (EET) From: Juri Linkov To: Stefan Monnier Cc: 4387-done@debbugs.gnu.org Subject: Re: bug#4387: read-file-name-completion-ignore-case has no effect in find-name-arg Organization: JURTA References: <8763brvbjf.fsf@mail.jurta.org> <87eiq5d550.fsf@mail.jurta.org> Date: Thu, 19 Nov 2009 19:45:14 +0200 In-Reply-To: (Stefan Monnier's message of "Thu, 17 Sep 2009 12:37:23 -0400") Message-ID: <87skca9zuu.fsf@mail.jurta.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii >>> But there is no way to use "-iname" when >>> `read-file-name-completion-ignore-case' is customized to t because >>> `find-name-arg' is autoloaded with the value "-name" before > > Don't autoload it. Done according to http://lists.gnu.org/archive/html/emacs-devel/2009-11/msg00633.html -- Juri Linkov http://www.jurta.org/emacs/ From unknown Tue Sep 09 12:43:19 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 18 Dec 2009 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A long time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator