From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.help Subject: RE: C Headers completion candidates Date: Mon, 18 Jul 2016 07:17:05 -0700 (PDT) Message-ID: References: <87k2gozusa.fsf@ram.bvr.dp.lan> <87twfohd2e.fsf@ram.bvr.dp.lan> <9d12723a-07a8-47e4-9f8a-451da7bccb63@default> <871t2rzlsl.fsf@ram.bvr.dp.lan> <6cd1402c-d034-4d6f-a7e7-ef09677a680e@default> <87vb03i435.fsf@ram.bvr.dp.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1468851526 13778 80.91.229.3 (18 Jul 2016 14:18:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Jul 2016 14:18:46 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: bvraghav@iitk.ac.in Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 18 16:18:35 2016 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 1bP9NK-0006XZ-S6 for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Jul 2016 16:18:27 +0200 Original-Received: from localhost ([::1]:47730 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bP9NK-0004D7-4P for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Jul 2016 10:18:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48456) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bP9MM-00040Z-6Z for help-gnu-emacs@gnu.org; Mon, 18 Jul 2016 10:17:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bP9MG-0003gW-1a for help-gnu-emacs@gnu.org; Mon, 18 Jul 2016 10:17:25 -0400 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:29918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bP9MF-0003gM-P3 for help-gnu-emacs@gnu.org; Mon, 18 Jul 2016 10:17:19 -0400 Original-Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u6IEHHOf010342 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 18 Jul 2016 14:17:18 GMT Original-Received: from userv0121.oracle.com (userv0121.oracle.com [156.151.31.72]) by userv0021.oracle.com (8.13.8/8.13.8) with ESMTP id u6IEHHZj002940 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 18 Jul 2016 14:17:17 GMT Original-Received: from abhmp0002.oracle.com (abhmp0002.oracle.com [141.146.116.8]) by userv0121.oracle.com (8.13.8/8.13.8) with ESMTP id u6IEH6CV008660; Mon, 18 Jul 2016 14:17:16 GMT In-Reply-To: <87vb03i435.fsf@ram.bvr.dp.lan> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6744.5000 (x86)] X-Source-IP: userv0021.oracle.com [156.151.31.71] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:110884 Archived-At: > All I require is a TAB (or S-TAB) with Icicles and I am good to go! You can also have the completions displayed without hitting TAB or S-TAB, if you want. To do that, just customize or bind option `icicle-show-Completions-initially-flag' to `t'. Or to have completions shown not initially (i.e., even from empty input) but only as soon as you start typing, just set `icicle-incremental-completion' to non-`nil' and non-`t'. You might also want to define different sort orders on the candidates. See also: * Option `icicle-top-level-when-sole-completion-flag' * https://www.emacswiki.org/emacs/Icicles_-_Icompletion#IncrementalCompleti= on (options `icicle-incremental-completion', `icicle-incremental-completion-delay', `icicle-incremental-completion-threshold', and `icicle-show-Completions-initially-flag') * https://www.emacswiki.org/emacs/Icicles_-_Sorting_Candidates