From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yoni Rabkin Newsgroups: gmane.emacs.devel Subject: Directory name completion question for CVS Emacs Date: Tue, 12 Jul 2005 13:03:14 +0300 Message-ID: Reply-To: Yoni Rabkin NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1121165696 22298 80.91.229.2 (12 Jul 2005 10:54:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Jul 2005 10:54:56 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 12 12:54:48 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DsIGz-0004Yg-Fd for ged-emacs-devel@m.gmane.org; Tue, 12 Jul 2005 12:45:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DsIIb-0006d4-IU for ged-emacs-devel@m.gmane.org; Tue, 12 Jul 2005 06:47:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DsI8B-0002en-Tv for emacs-devel@gnu.org; Tue, 12 Jul 2005 06:36:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DsI8A-0002e4-1F for emacs-devel@gnu.org; Tue, 12 Jul 2005 06:36:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DsI2s-0001bs-8g for emacs-devel@gnu.org; Tue, 12 Jul 2005 06:31:22 -0400 Original-Received: from [64.233.162.196] (helo=zproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DsHjE-0006pV-Ed for emacs-devel@gnu.org; Tue, 12 Jul 2005 06:11:04 -0400 Original-Received: by zproxy.gmail.com with SMTP id l8so501533nzf for ; Tue, 12 Jul 2005 03:03:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=n87wsk3FrIOD4VbAgHOzNwR0DRXUDJxBPMpv9k/9zQDXo0bwy/y7ugTWsB4E6QoHu3nJYeXmc9utg/32Lzw7JWJ4wfcl33v7yWJVoN6DNN4hihGwBS0oKmwkJ3ciI5mOqDFkbCacyiKJEIYkZI018xNF7tdbAUwUmG7+gnIECgM= Original-Received: by 10.36.46.6 with SMTP id t6mr1525047nzt; Tue, 12 Jul 2005 03:03:14 -0700 (PDT) Original-Received: by 10.36.100.6 with HTTP; Tue, 12 Jul 2005 03:03:14 -0700 (PDT) Original-To: emacs-devel@gnu.org Content-Disposition: inline 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:40822 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40822 Hello, I'm running GNU Emacs 22.0.50.1 (i686-pc-linux-gnu) of 2005-07-12. I have the following directory structure: /home/trg/src/emacsen/emacsCVS/emacs/ /home/trg/src/emacsen/emacs21/emacs-21.4/ On the CVS Emacs (version listed above) I do the following: 1) C-x C-f ("~/" appears) 2) "sr" TAB (lone completion to "src/") 3) "em" TAB (lone completion to "emacsen/") 4) TAB (completes to "emacs21", and not "emacs") !!! On GNU Emacs 21.4.1 (i686-pc-linux-gnu) I do the following: 1) C-x C-f ("~/" appears) 2) "sr" TAB (lone completion to "src/") 3) "em" TAB (lone completion to "emacsen/") 4) TAB (completes to "emacs", as I would expect). Why does completion behave differently? --=20 "Cut your own wood and it will warm you twice" =09Regards, Yoni Rabkin Katzenell