From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: find-library-name fails if file (with no extension) exists. Date: Wed, 22 Nov 2006 13:07:09 +0100 Message-ID: <45643D6D.2080200@student.lu.se> References: <8764d8u085.fsf@pacem.orebokech.com> <85lkm4zbfa.fsf@lola.goethe.zz> <854pssz8u7.fsf@lola.goethe.zz> <45638B07.2090201@student.lu.se> <85wt5oxtly.fsf@lola.goethe.zz> <456396EA.9030207@student.lu.se> <857ixoxq6e.fsf@lola.goethe.zz> <85mz6jol1d.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1164197326 12371 80.91.229.2 (22 Nov 2006 12:08:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Nov 2006 12:08:46 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 22 13:08:43 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gmqu8-0001gI-Su for ged-emacs-devel@m.gmane.org; Wed, 22 Nov 2006 13:08:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gmqu8-0005R6-C6 for ged-emacs-devel@m.gmane.org; Wed, 22 Nov 2006 07:08:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gmqt2-00059n-Ja for emacs-devel@gnu.org; Wed, 22 Nov 2006 07:07:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gmqsy-00057a-Rl for emacs-devel@gnu.org; Wed, 22 Nov 2006 07:07:32 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gmqsy-00057H-Du for emacs-devel@gnu.org; Wed, 22 Nov 2006 07:07:28 -0500 Original-Received: from [80.76.149.213] (helo=ch-smtp02.sth.basefarm.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Gmqsn-0004Q3-HU; Wed, 22 Nov 2006 07:07:17 -0500 Original-Received: from c83-254-145-24.bredband.comhem.se ([83.254.145.24]:62829 helo=[192.168.123.121]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.63) (envelope-from ) id 1Gmqsg-0003xR-8w; Wed, 22 Nov 2006 13:07:16 +0100 User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) Original-To: David Kastrup In-Reply-To: <85mz6jol1d.fsf@lola.goethe.zz> X-Scan-Result: No virus found in message 1Gmqsg-0003xR-8w. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1Gmqsg-0003xR-8w c1a3d5ae0f5ddec99347d7aa8c191673 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:62656 Archived-At: David Kastrup wrote: >> Really? Then how come this has been satisfactorily solved several >> times already, both in Emacs and in ports of Bash? > > It has? > > So why do I get "No Match" when typing > > C-x C-f /c/my docu > > when there is a directory > > /c/My Documents/ > > and opening > > /c/my documents/test.tex > > works. And why doesn't Emacs realize that it already has this file > open when I now do > > C-x C-f /c/My Documents/test.tex RET > > and opens another buffer for it? > > I don't see this as a satisfactory solution. Looks like bugs to me. Are there any reason in those relatively simple cases that they can not be solved?