From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Pablo_Mercader_Alc=C3=A1ntara?= Newsgroups: gmane.emacs.help Subject: Autocomplete unification Date: Wed, 27 Aug 2014 13:17:42 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1409160090 10352 80.91.229.3 (27 Aug 2014 17:21:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Aug 2014 17:21:30 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 27 19:21:24 2014 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 1XMguO-0006dT-6I for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Aug 2014 19:21:20 +0200 Original-Received: from localhost ([::1]:60697 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMguN-0006JC-Ks for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Aug 2014 13:21:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMgqx-0005WT-UU for help-gnu-emacs@gnu.org; Wed, 27 Aug 2014 13:17:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMgqt-0005cF-MH for help-gnu-emacs@gnu.org; Wed, 27 Aug 2014 13:17:47 -0400 Original-Received: from mail-oa0-x232.google.com ([2607:f8b0:4003:c02::232]:49072) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMgqt-0005br-Hq for help-gnu-emacs@gnu.org; Wed, 27 Aug 2014 13:17:43 -0400 Original-Received: by mail-oa0-f50.google.com with SMTP id g18so418509oah.37 for ; Wed, 27 Aug 2014 10:17:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ScZgp50S9I3WHK551VojjWUGi0pRFo22PL1phZm3Ym4=; b=IabYMa4Lv2kni0DgjtSCo+eedYq4oXdRizOzajfIA2hu5XlV+5GVOCP8pLWuuTLzJp VHuFzRcgUbscHHa2gcDJZthsgY9ueus8PkWOsMeMWKZrCyg75cO9LUYiPwkO+D3l7UtE 8d0TUU85ETLBn80j+omC7dzSzwBAmjqxaSdnjvHudR6VvKIASKZS976OHJVjestl7z1+ EEZ5JEDFleC17c/Dys7avgTxLHwP10e51kb4EveZrbEj7F0OtyRvhpWFjTcP6IDAZVyU /7yn4qECZJ954L/WSZbTtKnvzVt4no1m5zIbdFl8Jpvu0RFkaJulI5LbFuuEipJvDTJ5 ozWA== X-Received: by 10.182.142.67 with SMTP id ru3mr35864650obb.15.1409159862653; Wed, 27 Aug 2014 10:17:42 -0700 (PDT) Original-Received: by 10.202.78.2 with HTTP; Wed, 27 Aug 2014 10:17:42 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c02::232 X-Mailman-Approved-At: Wed, 27 Aug 2014 13:21:09 -0400 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:99426 Archived-At: The help I want is an answer to this simple question: Is there any effort to unify the diferent possible sources of words for some autocomplete mode in the standard gnu-emacs code base? I'm thinking that right now some sources for autocomplete exist, abbreviations, snippets, some helper mode for some special language, maybe some tag file. and they all work unaware of the others. Is there some "oficial policy about auto-completition" that emacs follows or its up to me to "configure" my environment to do the right thing? Anyway thanks for this marvelous project that stimulates my curiosity and my DIY abilities! a big thanks to all the emacs people!