help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How does M-x completion works


From: Andreas Röhler
Subject: Re: How does M-x completion works
Date: Tue, 23 Feb 2010 20:32:08 +0100
User-agent: Thunderbird 2.0.0.19 (X11/20081227)

Hibou57 (Yannick Duchêne) wrote:
> Le Tue, 23 Feb 2010 16:18:05 +0100, Andreas Röhler
> <andreas.roehler@easy-emacs.de> a écrit:
>> Than it's pretty probable it consults the tags-table. You have delete
>> it from there.
> Yes, I have no tags file (you've mint I've deleted it), then so, which
> list does Emacs use in such circumstance ? An internal list shipped
> inside of Emacs, isn't it ? (I suppose)
> 

Rather not.

Hhm, you said you've done search already. If not, I'd recommend a
M-y grep-find
find . -type f -name "*.el" -print0 | xargs -0 -e grep -nH -e "allout"

But you said, it's done.

Did you restart Emacs after deletions?

Start emacs -Q

Then it should be gone.
Afterwards load your .emacs step by step and see, if its loaded again.

HTH

Andreas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]