From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "T.V. Raman" Newsgroups: gmane.emacs.devel Subject: completion.el users? Date: Mon, 13 May 2013 10:57:18 -0700 Message-ID: References: <87vc6p8sdi@ch.ristopher.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1368467848 7630 80.91.229.3 (13 May 2013 17:57:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 May 2013 17:57:28 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 13 19:57:28 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 1Ubx01-0000Ph-4d for ged-emacs-devel@m.gmane.org; Mon, 13 May 2013 19:57:25 +0200 Original-Received: from localhost ([::1]:50232 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ubx00-0000Qq-S2 for ged-emacs-devel@m.gmane.org; Mon, 13 May 2013 13:57:24 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:47196) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ubwzx-0000QS-8F for emacs-devel@gnu.org; Mon, 13 May 2013 13:57:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ubwzu-00051g-Ud for emacs-devel@gnu.org; Mon, 13 May 2013 13:57:21 -0400 Original-Received: from mail-vb0-x22d.google.com ([2607:f8b0:400c:c02::22d]:38895) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ubwzu-00051c-Qf for emacs-devel@gnu.org; Mon, 13 May 2013 13:57:18 -0400 Original-Received: by mail-vb0-f45.google.com with SMTP id 12so5505578vbf.32 for ; Mon, 13 May 2013 10:57:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=I6deq4xNBLr5tekMQIJnjC1oLQsN9AipDrTuYlJbhF0=; b=GwPAGh5eA/OdFIDx6pGSgmj2nlk9QGrcGcIgNo9PxeEZ/vn49u54DVMgkM/VmXZBce Qpy5k06vzTZWLIO2ZHUBClMB+OnlEk1n6esZNFsA8fRKHgQIeByP+HR36FI2QST6rXPF 9cLp/srmex4iUZRrUUJcP1Ju8jbzCu8WyUm1q7CYrnwN70/xfogd4UKXW1rfTsu1QvdH OS1BoLTUWM8LmSxaSKWPiinO2U2lRzqhcVY8YrNDhVgFKfgIRM+ad9yeIFWk3perxrVS vxB0aD/BqwSA38zuHwAOEK23jUYL1JgZqznIf+UYFAv7vaAPZKZBO+ZsHa/dOiYf+qz0 knVA== X-Received: by 10.58.50.7 with SMTP id y7mr19386912ven.24.1368467838335; Mon, 13 May 2013 10:57:18 -0700 (PDT) Original-Received: by 10.58.234.37 with HTTP; Mon, 13 May 2013 10:57:18 -0700 (PDT) In-Reply-To: <87vc6p8sdi@ch.ristopher.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c02::22d 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:159547 Archived-At: interesting that you mention auto-complete-mode in this context -- I tried it a few weeks ago (while blissfully unaware of the relation to dynamic completion) but gave it up as unsuitable -- and went back to completion.el -- Best Regards, --raman On 5/11/13, Christopher Schmidt wrote: > Stefan Monnier writes: >> IOW, I'd be happy to declare it obsolete. > > There are some people left who enable dynamic-completion-mode in their > init.el. > > https://github.com/search?q=dynamic-completion-mode&type=Code > > AFAICT most people use auto-complete-mode, though. > > http://cx4a.org/software/auto-complete/ > https://github.com/search?q=auto-complete-mode&type=Code > > I think auto-complete-mode is superior to completion.el. > > Christopher > >