From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas =?iso-8859-15?q?R=F6hler?= Newsgroups: gmane.emacs.devel Subject: Re: [ra5ul@comcast.net: case-insensitive partial-completion-mode issue] Date: Mon, 10 Dec 2007 07:37:47 +0100 Message-ID: <200712100737.48633.andreas.roehler@online.de> References: <200712081312.36389.andreas.roehler@online.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1197268714 32514 80.91.229.12 (10 Dec 2007 06:38:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Dec 2007 06:38:34 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 10 07:38:44 2007 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 1J1cHo-0002tT-27 for ged-emacs-devel@m.gmane.org; Mon, 10 Dec 2007 07:38:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J1cHW-0002Rp-IZ for ged-emacs-devel@m.gmane.org; Mon, 10 Dec 2007 01:38:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J1cHS-0002Qc-8Y for emacs-devel@gnu.org; Mon, 10 Dec 2007 01:38:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J1cHP-0002PR-MI for emacs-devel@gnu.org; Mon, 10 Dec 2007 01:38:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J1cHP-0002PA-G8 for emacs-devel@gnu.org; Mon, 10 Dec 2007 01:38:15 -0500 Original-Received: from moutng.kundenserver.de ([212.227.126.177]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J1cHL-0004TE-BP; Mon, 10 Dec 2007 01:38:11 -0500 Original-Received: from noname (p54BE88BE.dip0.t-ipconnect.de [84.190.136.190]) by mrelayeu.kundenserver.de (node=mrelayeu4) with ESMTP (Nemesis) id 0ML21M-1J1cHH3TdA-0001iB; Mon, 10 Dec 2007 07:38:08 +0100 User-Agent: KMail/1.9.5 In-Reply-To: Content-Disposition: inline X-Provags-ID: V01U2FsdGVkX18JZLhhkqvhoKpxQZoVx6BxR8SBbCwcFjsIQ4Q gREdXdiK0Sp0O8ktrKoM9eVcxWAK5kdCTyFJ+lUo+j3J2TXIt4 0SXSrLOhE4R+2T2k7Er1g== X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) 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:84946 Archived-At: Am Sonntag, 9. Dezember 2007 13:37 schrieb Richard Stallman: > Meanwhile I think I got the error: > > `wildcard-to-regexp' returns always case-sensitive. > > I disagree with that statement. > > For instance, (wildcard-to-regexp "foo*") returns "\\`foo[^ Yes, but never "\\`fOo[^ or "\\`FOo[^ or or "\\`Foo[^