From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: yikang zhuo Newsgroups: gmane.emacs.help Subject: Re: FlyMake Question Date: Sat, 13 Dec 2014 02:30:18 +0800 Message-ID: References: <87y4qd6t71.fsf@zigzag.favinet> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1418409056 31971 80.91.229.3 (12 Dec 2014 18:30:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Dec 2014 18:30:56 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 12 19:30:48 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XzUzH-0003R9-Rl for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Dec 2014 19:30:47 +0100 Original-Received: from localhost ([::1]:58956 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzUzH-0001TT-D7 for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Dec 2014 13:30:47 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzUyv-0001ST-MD for help-gnu-emacs@gnu.org; Fri, 12 Dec 2014 13:30:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzUyu-0005xv-N7 for help-gnu-emacs@gnu.org; Fri, 12 Dec 2014 13:30:25 -0500 Original-Received: from mail-ig0-x22d.google.com ([2607:f8b0:4001:c05::22d]:52195) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzUyu-0005xp-HL for help-gnu-emacs@gnu.org; Fri, 12 Dec 2014 13:30:24 -0500 Original-Received: by mail-ig0-f173.google.com with SMTP id r2so1924114igi.0 for ; Fri, 12 Dec 2014 10:30:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=WMQPm8LTjKghTIkwPlmwd/FzdMX7BNnDRYzLmsnlv+o=; b=nQoceX0GIhsAWjqjkH0cH7H6nmpG2hGqllXsBVyVlcTNth0Cvi/MFFp2OkR6MQLD7T DfNAw9Q0mhVliU0i+fcq9P9jshyzLM9HtffOlzMCdzBOc9B5IihiNf7x50cVXq7nKvLA KhfkL2FDA+JigxHLUFiAZuShkjtK4BpPABva/HuX4Lcw5pMs/iNkwr5wVzK1p+NloC5T qb6CgvYxtlMfYYAG35hQlzIkvw09tmMqYpJfl1ODpt6eQMBiNX+yCQNeAInDU+e3BuWI 2vN/C3zILV45p7D5/pBRv09IerilGZ1ZNJPs35lO34ZZg6aWEsUbs9eeZUqFvbEeZ3zX 3T1w== X-Received: by 10.42.22.202 with SMTP id p10mr17034772icb.82.1418409018258; Fri, 12 Dec 2014 10:30:18 -0800 (PST) Original-Received: by 10.42.122.79 with HTTP; Fri, 12 Dec 2014 10:30:18 -0800 (PST) In-Reply-To: <87y4qd6t71.fsf@zigzag.favinet> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c05::22d X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:101549 Archived-At: 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 : > > () yikang zhuo > () Fri, 12 Dec 2014 17:08:27 +0800 > > 2014-12-11 21:55 GMT+08:00 yikang zhuo : > > > hello,everybody: > > > > [image: =E5=86=85=E5=B5=8C=E5=9B=BE=E7=89=87 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))) > =3D> nil >