Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #15810
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <bastian.ballmann@notch-interactive.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.040 |
| X-Spam-Evidence | '*H*': 0.92; '*S*': 0.00; 'python': 0.08; 'url:github': 0.09; 'programmer': 0.10; 'developer': 0.12; 'skip:" 40': 0.15; 'cc:addr:python-list': 0.15; '+41': 0.16; '-q,': 0.16; '571': 0.16; 'failed.': 0.16; 'lookup': 0.16; 'working?': 0.16; 'once,': 0.18; 'cc:no real name:2**0': 0.21; 'gmbh': 0.21; "doesn't": 0.23; 'header:In-Reply-To:1': 0.23; 'there.': 0.24; 'cc:2**0': 0.25; 'tried': 0.28; 'cc:addr:python.org': 0.29; 'problem': 0.29; 'subject:?': 0.31; 'anyone': 0.31; 'hi,': 0.31; 'pure': 0.32; 'actually': 0.33; 'header:User-Agent:1': 0.33; 'skip:" 10': 0.36; 'things,': 0.36; 'but': 0.37; 'received:192': 0.38; 'correctly': 0.38; "it's": 0.39; 'why': 0.39; 'got': 0.39; 'subject:: ': 0.39; 'did': 0.40; 'your': 0.61; 'phone': 0.63; 'received:ch': 0.66; 'day': 0.67; 'luck': 0.68; 'andrea': 0.84; 'notch': 0.84; 'received:217.150': 0.84; 'schrieb': 0.84; 'z\xfcrich': 0.84 |
| Date | Thu, 17 Nov 2011 09:36:59 +0100 |
| From | Bastian Ballmann <bastian.ballmann@notch-interactive.com> |
| Organization | Notch Interactive GmbH |
| User-Agent | Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20111108 Thunderbird/8.0 |
| MIME-Version | 1.0 |
| To | Andrea Crotti <andrea.crotti.0@gmail.com> |
| Subject | Re: pymacs? |
| References | <4EC44A4A.70201@gmail.com> |
| In-Reply-To | <4EC44A4A.70201@gmail.com> |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 8bit |
| Cc | python-list@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2796.1321519995.27778.python-list@python.org> (permalink) |
| Lines | 43 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1321519995 news.xs4all.nl 6865 [2001:888:2000:d::a6]:58227 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:15810 |
Show key headers only | View raw
Hi, why not try out emacs-for-python https://github.com/gabrielelanaro/emacs-for-python It's has everything included one needs as a python programmer on emacs and even if it's not your choice you can lookup pymacs configuration there. HTH && have a nice day Basti Am 17.11.2011 00:42, schrieb Andrea Crotti: > After a long time, and since it was included iin python-mode, I wanted > to try if I can > get ropemacs working finally. > I have tried many possible things, also in Emacs -Q, and I actually > got it working > only once, apparently by pure luck with Emacs -Q: > > (setq py-load-python-mode-pymacs-p nil) > > (setq ca-pymacs-path (expand-file-name > "~/Emacs-configuration/python-mode/pymacs")) > (add-to-list 'load-path ca-pymacs-path) > (setenv "PYMACS_PYTHON" "python2.7") > (require 'pymacs) > > (pymacs-load "ropemacs" "rope-") > (setq ropemacs-confirm-saving 'nil) > > The problem is that this configuration doesn't use python-mode.el but > the standard python.el, > all my attempts to make this work on my normal configuration failed. > Did anyone got both correctly working? > > Thanks.. -- Bastian Ballmann / Web Developer Notch Interactive GmbH / Badenerstrasse 571 / 8048 Zürich Phone +41 43 818 20 91 / www.notch-interactive.com
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: pymacs? Bastian Ballmann <bastian.ballmann@notch-interactive.com> - 2011-11-17 09:36 +0100
csiph-web