From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: Making completion more interactive Date: Thu, 11 Dec 2014 01:23:59 +0000 Message-ID: References: Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113cd1f071170e0509e6a11d X-Trace: ger.gmane.org 1418261066 16775 80.91.229.3 (11 Dec 2014 01:24:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Dec 2014 01:24:26 +0000 (UTC) Cc: Tom , emacs-devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 11 02:24:20 2014 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 1XysUM-0005As-V7 for ged-emacs-devel@m.gmane.org; Thu, 11 Dec 2014 02:24:19 +0100 Original-Received: from localhost ([::1]:48669 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XysUJ-0003ph-PO for ged-emacs-devel@m.gmane.org; Wed, 10 Dec 2014 20:24:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XysU6-0003pc-4w for emacs-devel@gnu.org; Wed, 10 Dec 2014 20:24:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XysU3-0003jb-PP for emacs-devel@gnu.org; Wed, 10 Dec 2014 20:24:02 -0500 Original-Received: from mail-ob0-x22c.google.com ([2607:f8b0:4003:c01::22c]:48911) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XysU3-0003jX-L3 for emacs-devel@gnu.org; Wed, 10 Dec 2014 20:23:59 -0500 Original-Received: by mail-ob0-f172.google.com with SMTP id va8so769851obc.3 for ; Wed, 10 Dec 2014 17:23:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=sRJpKBogWsBu3SjaGEisHJwdqYpUlWz5QwRCFuRYyCY=; b=Hsm95poRvnEiIzLhYGXbC6OKURI0EhxrC1+wUGB1iyaP2/8cUQc/wonxugqMTPH9tf Ut6VYWN5dGuiCxivwFtNDiXjc160EezzIB2MIm7m/enn3k0uzoZWfsTJahOaJK5QjvcP qSdEdUlxjdT5hiT2q03b7YZrMkiOAsjAWaxycwgLRniun99ItC+FOcC2tT6gAabI2VdT jwP38LiHS/ewcLINFlZoACM5qdWJImSZXa39qnMuROVA2R/NJjTBrxifUqFi0qjvUZfS U1z0QMPXAJyk5aIGlQxOQnOsjkTodKi2COqInIkH7lyGthBsmvvUTjaUpulFhYmQrQ+M FxvA== X-Received: by 10.202.186.138 with SMTP id k132mr4236129oif.99.1418261039219; Wed, 10 Dec 2014 17:23:59 -0800 (PST) Original-Received: by 10.76.154.106 with HTTP; Wed, 10 Dec 2014 17:23:59 -0800 (PST) Original-Received: by 10.76.154.106 with HTTP; Wed, 10 Dec 2014 17:23:59 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: tTLz413QRyV8YezMfELB452ixVM X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::22c 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:179716 Archived-At: --001a113cd1f071170e0509e6a11d Content-Type: text/plain; charset=UTF-8 On 10 Dec 2014 20:07, "Stefan Monnier" wrote: > > > Modern completion systems usually show completions automatically. > > You just type and the completions are shown. This is how it works in > > various applications, google, etc. > > I'd like to include company-mode in Emacs-25.1. > Whether it can or should be enabled by default is not decided yet, but > my guess is that it won't be enabled by default in 25.1. While I like and use company mode, I can see it would be a problem to enable it by default. Its default behaviour defines a lot of unusual keybinds while completion is happening. Since completion happens automatically, you find that half your keybinds stop working out of the blue. --001a113cd1f071170e0509e6a11d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

On 10 Dec 2014 20:07, "Stefan Monnier" <monnier@iro.umontreal.ca> wrote= :
>
> > Modern completion systems usually show completions automatically.=
> > You just type and the completions are shown.=C2=A0 This is how it= works in
> > various applications, google, etc.
>
> I'd like to include company-mode in Emacs-25.1.
> Whether it can or should be enabled by default is not decided yet, but=
> my guess is that it won't be enabled by default in 25.1.

While I like and use company mode, I can see it would be a p= roblem to enable it by default.

Its default behaviour defines a lot of unusual keybinds whil= e completion is happening. Since completion happens automatically, you find= that half your keybinds stop working out of the blue.

--001a113cd1f071170e0509e6a11d--