all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: <dean@deangiberson.com>
Subject: ebrowse-tags-complete-symbol
Date: Tue, 16 Jul 2002 12:46:42 -0700 (PDT)	[thread overview]
Message-ID: <35053.206.184.77.5.1026848802.squirrel@voidptr.com> (raw)


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: #<hash-table 'equal nil 3/65
0x85644a8>

The numbers change each time I run it (of course) but the format is the same.

The type of code I'm trying to work with is:

////////////////////////////////////////////////////

class A
  {
  int reallyLongSillyName( void) const;
  };

bool someReallyImportantFunction( A &a)
  {
  // check all imputs
     // ...
  // now do work
  a.really

  return true;
  }

////////////////////////////////////////////////////

My understanding of ebrowse-tags-complete-symbol is that if I have the
insertion point following 'a.really' and run it, then I should get a list of
possible results. No?

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)? Any help would
 be welcome.

Thanks
Dean Giberson

             reply	other threads:[~2002-07-16 19:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-16 19:46 dean [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-07-16  1:03 ebrowse-tags-complete-symbol dean

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=35053.206.184.77.5.1026848802.squirrel@voidptr.com \
    --to=dean@deangiberson.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.