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

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

Re: FlyMake Question


From: yikang zhuo
Subject: Re: FlyMake Question
Date: Sat, 13 Dec 2014 02:30:18 +0800

finally i figure it out , it's semantic.


(defun my-semantic-hook ()
  (semantic-add-system-include "/usr/local/include/python3.4m" 'c-mode)
  (semantic-add-system-include "/usr/local/include/python3.4m" 'c++-mode))

(add-hook 'semantic-init-hooks 'my-semantic-hook)


sorry to bother..

2014-12-12 18:47 GMT+08:00 Thien-Thi Nguyen <ttn@gnu.org>:
>
> () yikang zhuo <zhuoyikang@gmail.com>
> () Fri, 12 Dec 2014 17:08:27 +0800
>
>    2014-12-11 21:55 GMT+08:00 yikang zhuo <zhuoyikang@gmail.com>:
>
>    > hello,everybody:
>    >
>    > [image: 内嵌图片 2]
>
>    hello ?
>
> Unfortunately, that image (if meant to describe the situation)
> did not survive the mail system.  Probably it is better to use
> words, specifically along these lines:
>
>  I understand ASSUMPTIONS.
>  I did ACTION.
>  I expected to see IDEAL-RESULT.
>  I actually saw COLD-HARD-REALITY.
>
> Then, people who know something about the situation can help.
>
> --
> Thien-Thi Nguyen
>    GPG key: 4C807502
>    (if you're human and you know it)
>       read my lisp: (responsep (questions 'technical)
>                                (not (via 'mailing-list)))
>                      => nil
>


reply via email to

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