From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vibhav Pant Newsgroups: gmane.emacs.devel Subject: Re: completion.el users? Date: Sat, 11 May 2013 20:45:44 +0530 Message-ID: References: <5BCF7D0762154C4ABE6AB9DBB450CC71@us.oracle.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b6dcab2ebeaf604dc72c117 X-Trace: ger.gmane.org 1368285357 24172 80.91.229.3 (11 May 2013 15:15:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 11 May 2013 15:15:57 +0000 (UTC) Cc: emacs-devel@gnu.org, rms@gnu.org, Stefan Monnier To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 11 17:15:56 2013 Return-path: Envelope-to: ged-emacs-devel@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 1UbBWd-0001X6-BO for ged-emacs-devel@m.gmane.org; Sat, 11 May 2013 17:15:55 +0200 Original-Received: from localhost ([::1]:48790 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbBWc-00070N-Qy for ged-emacs-devel@m.gmane.org; Sat, 11 May 2013 11:15:54 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:32899) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbBWX-00070I-8Y for emacs-devel@gnu.org; Sat, 11 May 2013 11:15:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UbBWV-00011I-Sd for emacs-devel@gnu.org; Sat, 11 May 2013 11:15:49 -0400 Original-Received: from mail-da0-x230.google.com ([2607:f8b0:400e:c00::230]:33884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbBWT-00010f-Rw; Sat, 11 May 2013 11:15:46 -0400 Original-Received: by mail-da0-f48.google.com with SMTP id h32so1506510dak.35 for ; Sat, 11 May 2013 08:15:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=W3WRI63Io0PZ64qqs71wizmmmKknyeEVTrShbD2cDGc=; b=VeFtS7A4t3BIjkL3qpkS9bujVFZ3O5jNLmo6gT5ez3Ow9wTHReaON2Wh4l+M6Ze7IE h69ra9m10KJdmJXiutQh6lq5zjLR2QTUaokV50R9TfVwUgHbF9QoBZ6NaN1WrS5mb1kQ 7cC9vPtEY5Uc1m7H5YNfe/zatkI6z8uJmv3hqKi/0Y4Kl0pa6uw8VGojvJN7xEPMVUCv p9jrb78TPs8vueJP4PHQnTuNK6GQ9z1g9qCqIfS8p8ZPj9Cw9Ud/y+CYclj9PMDreeEv 5A65u9EgbS1/HcaTePTAOI0wpKxMzzLokGo1JVryPRd9iKzFjm1uxuQgqGqpFyHoSgZr cvDA== X-Received: by 10.66.146.74 with SMTP id ta10mr22232157pab.60.1368285344686; Sat, 11 May 2013 08:15:44 -0700 (PDT) Original-Received: by 10.68.130.74 with HTTP; Sat, 11 May 2013 08:15:44 -0700 (PDT) In-Reply-To: <5BCF7D0762154C4ABE6AB9DBB450CC71@us.oracle.com> X-Google-Sender-Auth: lNc9p2EfDqA-q-ftX6zgJ1hn3ps X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c00::230 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:159506 Archived-At: --047d7b6dcab2ebeaf604dc72c117 Content-Type: text/plain; charset=ISO-8859-1 Ah. I was confused. Sorry for that. On Sat, May 11, 2013 at 7:53 PM, Drew Adams wrote: > > Wasn't completion.el forked to helm, which > > obsoleted it? > > No. No relation. (Helm replaced Anything.) > > From the Commentary of completion.el: > > -----------8<---------- > > After you type a few characters, pressing the "complete" key > inserts the rest of the word you are likely to type. > > This watches all the words that you type and remembers them. > When typing a new word, pressing "complete" (meta-return) > "completes" the word by inserting the most recently used > word that begins with the same characters. If you press > meta-return repeatedly, it cycles through all the words it > knows about. > > If you like the completion then just continue typing, it is > as if you entered the text by hand. If you want the > inserted extra characters to go away, type control-w or > delete. More options are described below. > > The guesses are made in the order of the most > recently "used". Typing in a word and then typing a > separator character (such as a space) "uses" the word. So > does moving a cursor over the word. If no words are found, > it uses an extended version of the dabbrev style completion. > > You automatically save the completions you use to a file > between sessions. > > Completion enables programmers to enter longer, more > descriptive variable names while typing fewer keystrokes > than they normally would. > > ... > > -- Vibhav Pant vibhavp@ubuntu.com "0x2B | ~ 0x2B (Hamlet, Shakespeare)" --047d7b6dcab2ebeaf604dc72c117 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

Ah. I was confused. Sorry f= or that.
--047d7b6dcab2ebeaf604dc72c117--