From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Emanuel Berg Newsgroups: gmane.emacs.help Subject: Re: Semantic completion of C++ class members Date: Thu, 01 May 2014 23:29:24 +0200 Organization: Aioe.org NNTP Server Message-ID: <87wqe5ur0r.fsf@nl106-137-194.student.uu.se> References: <86bef26e-2d5a-458d-8443-c8ce1fe174d5@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1398979825 29008 80.91.229.3 (1 May 2014 21:30:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 May 2014 21:30:25 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 01 23:30:21 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 1WfyYe-0004j7-Gj for geh-help-gnu-emacs@m.gmane.org; Thu, 01 May 2014 23:30:20 +0200 Original-Received: from localhost ([::1]:41492 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WfyYe-0001C5-15 for geh-help-gnu-emacs@m.gmane.org; Thu, 01 May 2014 17:30:20 -0400 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!eu.feeder.erje.net!zen.net.uk!dedekind.zen.co.uk!aioe.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 36 Original-NNTP-Posting-Host: VVbyYd/iFZoeWNmD9i++cQ.user.speranza.aioe.org Original-X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-Notice: Filtered by postfilter v. 0.8.2 Cancel-Lock: sha1:56ZDWuXRLMbx9fRfIKM0KhohWy8= Mail-Copies-To: never Original-Xref: usenet.stanford.edu gnu.emacs.help:205261 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:97528 Archived-At: Jacob Gerlach writes: > My understanding of semantic mode is that it should > offer completions based on class definitions. What does "semantic" mean in this context? > For example, given > > MyClass A; > > A.-|- "-|-"? > Alternatively, I have not tried to use anything like > CEDET, so if a better solution is "just use CEDET" > (or whatever else), I'm open to anything. Really? :) In that case, let me offer the same piece of advice I always do in these matters. 1. If you cannot do it already, then learn to type - preferable as fast as you can think. (When you get close, those two activities will merge more or less.) 2. Always make an effort to use short names for everything, names that are descriptive and easy to spell (and type). Doing this over and over, it'll be second nature and you can even relax your memory a bit - just "name" the thing again, and the same thing will pop up (that won't work every time, but often enough). -- underground experts united: http://user.it.uu.se/~embe8573