From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Newsgroups: gmane.emacs.help Subject: ebrowse-tags-complete-symbol Date: Mon, 15 Jul 2002 18:03:23 -0700 (PDT) Sender: help-gnu-emacs-admin@gnu.org Message-ID: <17668.206.184.77.5.1026781403.squirrel@voidptr.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1026781481 3262 127.0.0.1 (16 Jul 2002 01:04:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 16 Jul 2002 01:04:41 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17UGlb-0000qV-00 for ; Tue, 16 Jul 2002 03:04:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17UGlB-0000wO-00; Mon, 15 Jul 2002 21:04:13 -0400 Original-Received: from [206.184.77.214] (helo=didi.voidptr.com) by fencepost.gnu.org with smtp (Exim 3.35 #1 (Debian)) id 17UGkO-0000vM-00 for ; Mon, 15 Jul 2002 21:03:24 -0400 Original-Received: (qmail 32241 invoked by uid 48); 16 Jul 2002 01:03:23 -0000 Original-Received: from 206.184.77.5 (proxying for unknown, unknown) (SquirrelMail authenticated user dean@deangiberson.com) by voidptr.com with HTTP; Mon, 15 Jul 2002 18:03:23 -0700 (PDT) Original-To: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-Mailer: SquirrelMail (version 1.2.2) Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:657 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:657 I'm looking for some help with the ebrowse-tags-complete-symbol function. Everything within ebrowse works great except this one function (the main reason I wish to use ebrowse). This is a copy of typical error message I get when trying to run the function (normally done from C-c b TAB): all-completions: Invalid function: # The numbers change each time I run it (of course) but the format is the same. I'm running a stock RH 7.3 install on a laptop, in which everthing else seems to be working. Even the other portions of ebrowse work (ie. I can build a class tree & find symbols) it's just this one element missing. What I've done to fix this: 1) tried search for the error in google, but with no results (too much noise) 2) dl'd the newest ebrowse.el from CVS and installed it to my .emacs-include dir (were I put my personal emacs scripts) 3) installed the byte compiled ebrowse.elc into my lisp/progmodes dir Still no go. Am I missing something? Is this just a problem with my RH install (and RH has not released a fix for this yet AFAIK)? And help would be welcome. If I don't get a reply here then I will try listing it on the bug mlist, but I'm trying here first. Thanks Dean Giberson