From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jacob Gerlach Newsgroups: gmane.emacs.help Subject: Re: Semantic completion of C++ class members Date: Sat, 3 May 2014 17:54:35 -0700 (PDT) Message-ID: <9bcfa155-5ba6-4771-9113-1464d290da16@googlegroups.com> References: <86bef26e-2d5a-458d-8443-c8ce1fe174d5@googlegroups.com> <87wqe5ur0r.fsf@nl106-137-194.student.uu.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1399164925 14055 80.91.229.3 (4 May 2014 00:55:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 4 May 2014 00:55: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 Sun May 04 02:55:18 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 1Wgki5-0001Lw-JV for geh-help-gnu-emacs@m.gmane.org; Sun, 04 May 2014 02:55:17 +0200 Original-Received: from localhost ([::1]:51699 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wgki5-0007bQ-7b for geh-help-gnu-emacs@m.gmane.org; Sat, 03 May 2014 20:55:17 -0400 X-Received: by 10.43.139.66 with SMTP id iv2mr12553607icc.17.1399164875597; Sat, 03 May 2014 17:54:35 -0700 (PDT) X-Received: by 10.140.37.148 with SMTP id r20mr475030qgr.0.1399164875567; Sat, 03 May 2014 17:54:35 -0700 (PDT) Original-Path: usenet.stanford.edu!c1no1122767igq.0!news-out.google.com!dz10ni30394qab.1!nntp.google.com!hw13no168390qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=98.217.114.175; posting-account=Hx-_8AoAAACyMXgs4MCS3wNERNLct_lk Original-NNTP-Posting-Host: 98.217.114.175 User-Agent: G2/1.0 Injection-Date: Sun, 04 May 2014 00:54:35 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:205286 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:97553 Archived-At: > > "-|-"? 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. Com= pletion saves me the trouble of frequently referring back to the library so= urce and/or documentation to check exactly what a function is called.