From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: pymacs Date: Mon, 10 Jun 2013 07:20:11 +0200 Message-ID: <51B5620B.2040702@easy-emacs.de> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1370841442 3513 80.91.229.3 (10 Jun 2013 05:17:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Jun 2013 05:17:22 +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 Jun 10 07:17:24 2013 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 1UluTr-0006lr-JG for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Jun 2013 07:17:23 +0200 Original-Received: from localhost ([::1]:33365 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UluTq-0005fV-Cy for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Jun 2013 01:17:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UluTh-0005fP-ND for help-gnu-emacs@gnu.org; Mon, 10 Jun 2013 01:17:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UluTg-0005FV-KE for help-gnu-emacs@gnu.org; Mon, 10 Jun 2013 01:17:13 -0400 Original-Received: from moutng.kundenserver.de ([212.227.17.10]:55403) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UluTg-0005AI-Bq for help-gnu-emacs@gnu.org; Mon, 10 Jun 2013 01:17:12 -0400 Original-Received: from [192.168.178.21] (brln-4dbc6bf2.pool.mediaWays.net [77.188.107.242]) by mrelayeu.kundenserver.de (node=mrbap3) with ESMTP (Nemesis) id 0Lilwb-1UDgee25Mr-00cvpi; Mon, 10 Jun 2013 07:17:09 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 In-Reply-To: X-Provags-ID: V02:K0:0sEl4fSZ2ESjUdCSbK57VDzAoblLZNe6a6ZiDyJUeTT ZmL9YnHH0J0qRpt4aEgKFQjK0gDbV0LrMz22X9NhZiJEe7GmVo HgpmUJMnYZKdEJ69qw1hOu329mfxDbxt6pI2ypVtv+53ke9dAI qnJqMSkljx0ctgDLvyUOsEbMxl/eQfIMa8I8dzGroquDD4HUKL Q8RgwpQfEcWFUFGQNSEIANILCw3yLiL0UR+32MR3g0UkfyaVFl xY8FD979or99G4gWaBxQ4SGy0NSOOQ+BqkuR3mc08yDo5Qj24o lvl+ZPLDWBHXJs7CpV/d3dqbbxwx1Yup7d3FpJ01tuhfNl5x7t YMN4+b53iVoZ02U5YZUxnOLy1WZ51JADaFaneYxuK X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.17.10 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:91424 Archived-At: Am 09.06.2013 21:35, schrieb daniel: > Anyone using pymacs here? A very powerful way to program for emacs. > > But there are few resources available about it. And the main site is > offline now - http://pymacs.progiciels-bpi.ca/pymacs.html > Pymacs is here: https://github.com/pinard/Pymacs Several programs rely on Pymacs for auto-completion. If you don't want install Pymacs via `make' --which is the recommended way-- https://github.com/pdee/pdee comes with an inlined Pymacs. It provides company-based auto-completion. At an experimental state however, for experienced users/developers only. Andreas