From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lowell Kirsh Newsgroups: gmane.emacs.help Subject: problem with completion in gdb buffer Date: Wed, 24 Nov 2004 16:24:55 -0800 Organization: Department of Computer Science, UBC Message-ID: NNTP-Posting-Host: deer.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 1101342352 29525 80.91.229.6 (25 Nov 2004 00:25:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 Nov 2004 00:25:52 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 25 01:25:48 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CX7SG-0006YT-00 for ; Thu, 25 Nov 2004 01:25:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CX7bQ-000509-Fl for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Nov 2004 19:35:16 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!nntp.cs.ubc.ca!cs.ubc.ca!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 5 Original-NNTP-Posting-Host: cascade.cs.ubc.ca Original-X-Trace: mughi.cs.ubc.ca 1101342295 12430 142.103.7.7 (25 Nov 2004 00:24:55 GMT) Original-X-Complaints-To: usenet@cs.ubc.ca Original-NNTP-Posting-Date: Thu, 25 Nov 2004 00:24:55 +0000 (UTC) User-Agent: Mozilla Thunderbird 0.9 (X11/20041103) X-Accept-Language: en-us, en Original-Xref: shelby.stanford.edu gnu.emacs.help:126890 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:22291 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:22291 In my gdb buffer completion doesn't seem to work. If I type 'abc' (for a file abcxyz in the current dir) and then tab, the minibuffer says 'No completions of abc'. Does anyone know how to get completion working? Lowell