all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: yikang zhuo <zhuoyikang@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: FlyMake Question
Date: Sat, 13 Dec 2014 02:30:18 +0800	[thread overview]
Message-ID: <CAPQGEaBAGdS=tC_NaThAhkziigRN9g91L0HXzrUnG8FRv_c_1Q@mail.gmail.com> (raw)
In-Reply-To: <87y4qd6t71.fsf@zigzag.favinet>

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	other threads:[~2014-12-12 18:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-11 13:55 FlyMake Question yikang zhuo
2014-12-12  9:08 ` yikang zhuo
2014-12-12 10:47   ` Thien-Thi Nguyen
2014-12-12 18:30     ` yikang zhuo [this message]

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='CAPQGEaBAGdS=tC_NaThAhkziigRN9g91L0HXzrUnG8FRv_c_1Q@mail.gmail.com' \
    --to=zhuoyikang@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.