From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Sean O'Rourke" Newsgroups: gmane.emacs.devel Subject: Re: PC-do-completion weird behavior acronym expansion. Date: Wed, 22 Aug 2007 15:43:16 -0700 Message-ID: References: <87odgzxkpk.fsf@lrde.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1187822623 10446 80.91.229.12 (22 Aug 2007 22:43:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Aug 2007 22:43:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: michael@cadilhac.name (=?iso-8859-1?Q?Micha=EBl?= Cadilhac) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 23 00:43:42 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 1INyvN-0005Ja-E1 for ged-emacs-devel@m.gmane.org; Thu, 23 Aug 2007 00:43:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INyvM-0005VA-Sl for ged-emacs-devel@m.gmane.org; Wed, 22 Aug 2007 18:43:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1INyvK-0005Ux-Gd for emacs-devel@gnu.org; Wed, 22 Aug 2007 18:43:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1INyvE-0005T6-JD for emacs-devel@gnu.org; Wed, 22 Aug 2007 18:43:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INyvE-0005Sw-Fr for emacs-devel@gnu.org; Wed, 22 Aug 2007 18:43:32 -0400 Original-Received: from cheetah.cs.ucla.edu ([131.179.128.24]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1INyvD-0002ZP-UO for emacs-devel@gnu.org; Wed, 22 Aug 2007 18:43:32 -0400 Original-Received: from dyn128-54-220-221.ucsd.edu ([131.179.40.99]) by cheetah.cs.ucla.edu (8.13.8+Sun/8.13.8/UCLACS-6.0) with ESMTP id l7MMhOm8024865; Wed, 22 Aug 2007 15:43:24 -0700 (PDT) In-Reply-To: <87odgzxkpk.fsf@lrde.org> (=?iso-8859-1?Q?=22Micha=EBl?= Cadilhac"'s message of "Thu\, 23 Aug 2007 00\:34\:15 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (darwin) X-Detected-Kernel: Solaris 10 (beta) 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:76998 Archived-At: michael@cadilhac.name (Micha=EBl Cadilhac) writes: > seems to introduce a little (but annoying) bug=A0: > > Before that change=A0: > M-x fin-fi RET > Find file: ~/src/emacs/lisp/ > Now=A0: > M-x fin-fi RET=20 > M-x find-file > > PC-do-completion is a magic function to me, so I just can't debug this > thing. Sean, maybe you have an idea=A0? PC-do-completion scares me too, but thanks for the report. I'll look into it this week. /s