From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: Semantic completion of C++ class members Date: Sun, 04 May 2014 09:11:53 +0200 Message-ID: <5365E839.3000502@easy-emacs.de> References: <86bef26e-2d5a-458d-8443-c8ce1fe174d5@googlegroups.com> <87wqe5ur0r.fsf@nl106-137-194.student.uu.se> <9bcfa155-5ba6-4771-9113-1464d290da16@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1399187552 11298 80.91.229.3 (4 May 2014 07:12:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 4 May 2014 07:12:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun May 04 09:12:27 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 1Wgqb3-0004Z3-NE for geh-help-gnu-emacs@m.gmane.org; Sun, 04 May 2014 09:12:25 +0200 Original-Received: from localhost ([::1]:52395 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wgqb3-0005X4-6f for geh-help-gnu-emacs@m.gmane.org; Sun, 04 May 2014 03:12:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wgqan-0005Ww-RI for help-gnu-emacs@gnu.org; Sun, 04 May 2014 03:12:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wgqai-0006GG-Lm for help-gnu-emacs@gnu.org; Sun, 04 May 2014 03:12:09 -0400 Original-Received: from mout.kundenserver.de ([212.227.126.187]:56677) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wgqai-0006Fk-Cg for help-gnu-emacs@gnu.org; Sun, 04 May 2014 03:12:04 -0400 Original-Received: from [192.168.178.32] (brln-4d0c4f0b.pool.mediaWays.net [77.12.79.11]) by mrelayeu.kundenserver.de (node=mreue006) with ESMTP (Nemesis) id 0LsJno-1Wrb7h2Hyi-011yuS; Sun, 04 May 2014 09:12:01 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Icedove/24.4.0 In-Reply-To: <9bcfa155-5ba6-4771-9113-1464d290da16@googlegroups.com> X-Provags-ID: V02:K0:AjTIpxQhPmhdbfM14qvt7TUqOOEkYSSZ7murJ6cs4+P b7TlgCOMLOvLWgR7srWU3kCTqQoLHpLAAX/X19JX8iIU4fhdy5 kbXfXSes+4Q7cdiyjkM9D1QappJG3r1EwqBDOPCj0qJtoHl/0K aSWUkQ4N7htUwqEx/GJN9bhV6Rs/RJWbkMZRKSB5JKEEUN1XX2 otQX4MZ1bhNV3dp98ae+V6IY8xkRWzkHIBVSkCYpmk9QHVdMEH d8sgKzyezhgntkYKnS0prXdaYswpxDQaIAgQztkZwXH4jKvW8A Q/iHSZD4+dlVElE2kUMDGfkd9NNDUKZz8KXA28cdmEoDpmS0F9 xLCDLbGguRx9RFaHx7pKXdHNKzexbEXQ0vM7gKfUi X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.126.187 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:97556 Archived-At: On 04.05.2014 02:54, Jacob Gerlach wrote: >>> "-|-"? > Maybe this was supposed to be -!-. I think it's something I've seen in the emacs documentation to show where point is. > >>> 2. Always make an effort to use short names... > I am not a full time programmer and don't write a substantial amount of my own code. I do use many libraries written by others in the coding I do. Completion saves me the trouble of frequently referring back to the library source and/or documentation to check exactly what a function is called. > You may have a look here: http://truongtx.me/2013/03/10/emacs-setting-up-perfect-environment-for-cc-programming/ BTW there was a discussion recently at emacs-devel WRT usage of clang-backed tools, which is referenced at several locations, see for example: http://www.lunaryorn.com/2014/02/27/talking-straight-about-GNUs-goals.html