From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luca Ferrari Newsgroups: gmane.emacs.help Subject: Problem also with autocomplete (was Re: problemi with simple ya-snippets) Date: Wed, 5 Mar 2014 13:05:44 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1394021495 6246 80.91.229.3 (5 Mar 2014 12:11:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Mar 2014 12:11:35 +0000 (UTC) Cc: help-gnu-emacs To: Christian Henz Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 05 13:11:44 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 1WLAfn-0007mX-Tu for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Mar 2014 13:11:44 +0100 Original-Received: from localhost ([::1]:51640 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLAfn-0005rF-Dc for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Mar 2014 07:11:43 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLAa4-00079U-8b for help-gnu-emacs@gnu.org; Wed, 05 Mar 2014 07:05:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLAa2-0006ZG-TO for help-gnu-emacs@gnu.org; Wed, 05 Mar 2014 07:05:47 -0500 Original-Received: from mail-wg0-x233.google.com ([2a00:1450:400c:c00::233]:39455) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLAa2-0006XN-8s for help-gnu-emacs@gnu.org; Wed, 05 Mar 2014 07:05:46 -0500 Original-Received: by mail-wg0-f51.google.com with SMTP id a1so1083883wgh.22 for ; Wed, 05 Mar 2014 04:05:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type; bh=i+TzGnii7fQ+8IrzX9uH7qapPeTHpZtiLiTXyufzcd0=; b=oNcGT6tAEbVZHT7MbeB/BaKGd5yKHAncAoKuYvpNnxi6ZOtG0AntZzsk6pwhI6fKAG wWWPnk20H44q+7cK1sfQ0XRwf1DFR1iUEVNNxFE6H8JRs9OzV+8l8AD4w4eNN2HJnG+o dzgy1DOHWub8WJPoL/RxpyL7hOSCXU2hFHcVWa3dr/9Jw+G2aEKG7wKZ7HkyBhbbykcL 2CSdut5LbYDnoi8aC/VdxJq8yUgq0NwnsK+cxinUJ5bdLiG1Mwu2/od52kM2fdndvOB/ 7aXjNubJ++DElAF8nK6cFgRvFFHsMpenINu6qfmi8SXEzkC368cYZccNJS1RtYOowJct MxBw== X-Received: by 10.194.78.180 with SMTP id c20mr98174wjx.57.1394021144846; Wed, 05 Mar 2014 04:05:44 -0800 (PST) Original-Received: by 10.194.249.40 with HTTP; Wed, 5 Mar 2014 04:05:44 -0800 (PST) X-Google-Sender-Auth: 7nrnMqzJt5TqIDtQVKg80eIKSw0 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::233 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:96265 Archived-At: Something strange is going on with my emacs installation: beside the yasnipopet php not properly working with TAB, I've seen that autocomplete is no more working even if I've AC in the status line. No completions are popped up. What could I inspect to fix the problem? Thanks, Luca On Tue, Mar 4, 2014 at 1:01 PM, Luca Ferrari wrote: > Hi Christian, > > On Tue, Mar 4, 2014 at 12:11 PM, Christian Henz wrote: >>> [yas] Loaded /home/luca/.emacs.d/elpa/yasnippet-0.8.0/snippets >>> [yas] Check your `yas-snippet-dirs': ~/.emacs.d/snippets is not a directory >>> [yas] Reloaded everything... (some errors, check *Messages*). >>> >> >> Maybe the '~' needs to be expanded? (manually, or via 'expand-file-name'). >> > > I don't think: the directory does not exist, but the right one is the > first one ( /home/luca/.emacs.d/elpa/yasnippet-0.8.0/snippets) which > is loaded and works. I mean, all preloaded snippets are working (e.g., > Perl), while mine are not. > The real problem is that the TAB does not expand my snippets, while > yas-expand does. Could it be something that is clashing with the usage > of TAB? > > Luca