emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs 24 semantic C++ completion problem


From: Vyacheslav Gonakhchyan
Subject: Re: Emacs 24 semantic C++ completion problem
Date: Fri, 30 Dec 2011 21:14:23 +0000

It seems that requiring 'semantic/bovine/c too early fills semantic-lex-c-preprocessor-
symbol-map with initial values. So it's not working that way.


On Fri, Dec 30, 2011 at 8:06 PM, David Engster <address@hidden> wrote:
Vyacheslav Gonakhchyan writes:
> Yes. You're right. That solved all my problems with code completion.
> To be precise I added these lines(with defvar with initial value):
> (defvar semantic-lex-c-preprocessor-symbol-file '())

Better do

(require 'semantic/bovine/c)

-David


reply via email to

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