all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* FlyMake Question
@ 2014-12-11 13:55 yikang zhuo
  2014-12-12  9:08 ` yikang zhuo
  0 siblings, 1 reply; 4+ messages in thread
From: yikang zhuo @ 2014-12-11 13:55 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 294 bytes --]

hello,everybody:

[image: 内嵌图片 2]

 i set the python head direction to clang-include-path

(setq flycheck-clang-include-path (list "/usr/local/include/python3.4m"))

but flymake keep hightight the  #include<Python.h> by red color

how can i clear it ?   can u guys help me ?

[-- Attachment #2: image.png --]
[-- Type: image/png, Size: 6378 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: FlyMake Question
  2014-12-11 13:55 FlyMake Question yikang zhuo
@ 2014-12-12  9:08 ` yikang zhuo
  2014-12-12 10:47   ` Thien-Thi Nguyen
  0 siblings, 1 reply; 4+ messages in thread
From: yikang zhuo @ 2014-12-12  9:08 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 391 bytes --]

hello ?

2014-12-11 21:55 GMT+08:00 yikang zhuo <zhuoyikang@gmail.com>:

> hello,everybody:
>
> [image: 内嵌图片 2]
>
>  i set the python head direction to clang-include-path
>
> (setq flycheck-clang-include-path (list "/usr/local/include/python3.4m"))
>
> but flymake keep hightight the  #include<Python.h> by red color
>
> how can i clear it ?   can u guys help me ?
>

[-- Attachment #2: image.png --]
[-- Type: image/png, Size: 6378 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: FlyMake Question
  2014-12-12  9:08 ` yikang zhuo
@ 2014-12-12 10:47   ` Thien-Thi Nguyen
  2014-12-12 18:30     ` yikang zhuo
  0 siblings, 1 reply; 4+ messages in thread
From: Thien-Thi Nguyen @ 2014-12-12 10:47 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 798 bytes --]

() 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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: FlyMake Question
  2014-12-12 10:47   ` Thien-Thi Nguyen
@ 2014-12-12 18:30     ` yikang zhuo
  0 siblings, 0 replies; 4+ messages in thread
From: yikang zhuo @ 2014-12-12 18:30 UTC (permalink / raw)
  To: help-gnu-emacs

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
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-12-12 18:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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

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.