From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: fenixx <4fenixx@gmail.com> Newsgroups: gmane.emacs.help Subject: Re: python development environment: auto-complete fails Date: Sun, 21 Nov 2010 23:43:55 +0000 (UTC) Message-ID: References: <871vfmzp9m.fsf@pobox.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1290383436 16094 80.91.229.12 (21 Nov 2010 23:50:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 21 Nov 2010 23:50:36 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 22 00:50:29 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PKJfx-0001Mb-Mq for geh-help-gnu-emacs@m.gmane.org; Mon, 22 Nov 2010 00:50:29 +0100 Original-Received: from localhost ([127.0.0.1]:57437 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKJfx-0000oh-79 for geh-help-gnu-emacs@m.gmane.org; Sun, 21 Nov 2010 18:50:29 -0500 Original-Received: from [140.186.70.92] (port=50837 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKJfc-0000oR-SC for help-gnu-emacs@gnu.org; Sun, 21 Nov 2010 18:50:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PKJfc-0003D1-16 for help-gnu-emacs@gnu.org; Sun, 21 Nov 2010 18:50:08 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:42350) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PKJfb-0003Ci-Rk for help-gnu-emacs@gnu.org; Sun, 21 Nov 2010 18:50:07 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PKJfY-0001DH-P0 for help-gnu-emacs@gnu.org; Mon, 22 Nov 2010 00:50:04 +0100 Original-Received: from 109.227.156.89 ([109.227.156.89]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Nov 2010 00:50:04 +0100 Original-Received: from 4fenixx by 109.227.156.89 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Nov 2010 00:50:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 109.227.156.89 (Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:75417 Archived-At: > *Messages* > > Symbol's function definition is void: yas/expand [2 times] > > So I'm wondering, how to fix? or is there a better way to do this? > FWIW I have (comments mostly omitted, for brevity) > Maybe it is not exactly related with your problem but if you get a error message like Symbol's value as variable is void 'pymacs-apply this for me worked the next ; I copied pasted the pymacs stances from the pdf manual to init.el I wrote them again ( mainly to rewrite the " ' " quote char ) and it worked. regards,