From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wei Weng Newsgroups: gmane.emacs.help Subject: How do I choose an auto-complete? Date: Sun, 26 Oct 2008 15:01:39 -0400 Organization: Acecape, Inc. Message-ID: <1225047700.131447@nntp.acecape.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1225050047 2779 80.91.229.12 (26 Oct 2008 19:40:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 Oct 2008 19:40:47 +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 Oct 26 20:41:48 2008 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KuBUX-0001Wb-7U for geh-help-gnu-emacs@m.gmane.org; Sun, 26 Oct 2008 20:41:37 +0100 Original-Received: from localhost ([127.0.0.1]:48445 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuBTQ-00019C-U4 for geh-help-gnu-emacs@m.gmane.org; Sun, 26 Oct 2008 15:40:28 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news2.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx01.iad.newshosting.com!newshosting.com!post02.iad!not-for-mail User-Agent: Thunderbird 2.0.0.17 (X11/20080925) Original-Newsgroups: gnu.emacs.help Cache-Post-Path: nntp.acecape.com!unknown@p67-47.acedsl.com X-Cache: nntpcache 3.0.1 (see http://www.nntpcache.org/) Original-Lines: 16 Original-X-Complaints-To: abuse@newshosting.com Original-Xref: news.stanford.edu gnu.emacs.help:163832 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:59173 Archived-At: Hi. How do I choose what option to use when using an auto-complete mode? (I am using company-mode ATM) Like the following: After I type curl_easy_, the setopt/init/cleanup come up as the options to choose for this function. curl_easy_[setopt ] |init | |cleanup| How do I choose, say, curl_easy_init? Thanks Wei