From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: completion problems Date: Sat, 16 Jul 2005 16:45:38 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1121547489 21255 80.91.229.2 (16 Jul 2005 20:58:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 16 Jul 2005 20:58:09 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 16 22:58:04 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DttjW-0005q8-3G for ged-emacs-devel@m.gmane.org; Sat, 16 Jul 2005 22:58:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DttlM-000371-Qi for ged-emacs-devel@m.gmane.org; Sat, 16 Jul 2005 16:59:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DttkO-0002kA-3D for emacs-devel@gnu.org; Sat, 16 Jul 2005 16:58:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DttkJ-0002ig-2f for emacs-devel@gnu.org; Sat, 16 Jul 2005 16:58:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DttkI-0002cl-DD for emacs-devel@gnu.org; Sat, 16 Jul 2005 16:58:50 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DttjT-0002IZ-HM for emacs-devel@gnu.org; Sat, 16 Jul 2005 16:57:59 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DttXW-0001r5-5U; Sat, 16 Jul 2005 16:45:38 -0400 Original-To: emacs-devel@gnu.org In-reply-to: (message from Sam Steingold on Fri, 15 Jul 2005 17:23:03 -0400) 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:41017 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41017 There is no specific maintainer for complete.el, and I have never studied that code myself. Who would like to debug this? > * Stefan Monnier [2005-07-15 16:49:56 -0400]: > >> I have 3 files: >> config.h.in >> config.h.in~ >> configure.in > >> C-x C-f c o n TAB > >> ==> completed to "config", cursor right after "g" (correct) > >> then >> . TAB > >> *Completions* buffer pops up with the 3 files above, >> and cursor is now between "g" and "." >