Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #44369
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.006 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'startup': 0.05; 'url:launchpad': 0.05; 'skip:` 10': 0.07; 'variables': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'buffer.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'url:browse_thread': 0.16; 'url:thread': 0.16; 'weird': 0.16; ':-)': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'first.': 0.19; 'thu,': 0.19; 'input': 0.22; 'shell': 0.22; 'header:User-Agent:1': 0.23; 'skip:` 20': 0.24; 'fine': 0.24; 'script': 0.25; 'nearly': 0.26; 'header:X-Complaints-To:1': 0.27; 'received:24': 0.27; 'tried': 0.27; 'url:bugs': 0.29; 'statement': 0.30; 'code': 0.31; 'that.': 0.31; '25,': 0.31; 'use?': 0.31; 'url:python': 0.33; 'guess': 0.33; 'except': 0.35; 'problem.': 0.35; 'there': 0.35; 'similar': 0.36; 'too': 0.37; 'to:addr:python-list': 0.38; 'anything': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'commands': 0.60; "you're": 0.61; 'happen': 0.63; 'url:group': 0.63; 'between': 0.67; 'evaluate': 0.72; 'python-': 0.84; 'received:shawcable.net': 0.84; 'received:wp.shawcable.net': 0.84; 'url:lang': 0.84; 'rusi': 0.91; '2013': 0.98 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Seb <spluque@gmail.com> |
| Subject | Re: IPython in Emacs |
| Date | Thu, 25 Apr 2013 17:18:44 -0500 |
| Organization | Church of Emacs |
| References | <mailman.1050.1366862111.3114.python-list@python.org> <774a9ef7-dadd-4769-998c-d24cceb1b6a0@j5g2000pby.googlegroups.com> <mailman.1058.1366894911.3114.python-list@python.org> <aceba0c4-7ad2-407b-80d9-6c58f03d823d@lr6g2000pbb.googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 8bit |
| X-Gmane-NNTP-Posting-Host | s0106c8d719636840.wp.shawcable.net |
| User-Agent | Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
| Cancel-Lock | sha1:5YCmshWet0ItRkF5G1FX3IUJy/M= |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| 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.1071.1366928336.3114.python-list@python.org> (permalink) |
| Lines | 36 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1366928336 news.xs4all.nl 15908 [2001:888:2000:d::a6]:53674 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:44369 |
Show key headers only | View raw
On Thu, 25 Apr 2013 06:54:33 -0700 (PDT), rusi <rustompmody@gmail.com> wrote: > On Apr 25, 6:01 pm, Seb <splu...@gmail.com> wrote: >> On Wed, 24 Apr 2013 21:38:04 -0700 (PDT), >> rusi <rustompm...@gmail.com> wrote: >> > There were some ipython+emacs+windows bugs: >> >https://bugs.launchpad.net/ipython/+bug/290228 > Last I tried nearly >> 2 years, they were still there >> >http://groups.google.com/group/comp.lang.python/browse_thread/thread/... >> On Debian here, so not a problem. > Ok me too :-) > A quick try of your startup code did not work for me. There is a > perennial clash in emacs between python.el and python- mode.el -- I > guess its that. Which do you use? The first. I don't have anything python-related in ~/.emacs other than what I showed. Works fine for me, except for weird things like multiple input prompts in the IPython shell at startup, which seem to come from each statement in the variables I showed. Similar things happen when sending code from the script buffer. > What are your commands for eval-buffer and start-interpreter? I don't understand what you're asking. I evaluate the script buffer with `python-shell-send-buffer' and start IPython with `run-python'. -- Seb
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
IPython in Emacs Seb <spluque@gmail.com> - 2013-04-24 22:35 -0500
Re: IPython in Emacs rusi <rustompmody@gmail.com> - 2013-04-24 21:38 -0700
Re: IPython in Emacs Seb <spluque@gmail.com> - 2013-04-25 08:01 -0500
Re: IPython in Emacs rusi <rustompmody@gmail.com> - 2013-04-25 06:54 -0700
Re: IPython in Emacs Seb <spluque@gmail.com> - 2013-04-25 17:18 -0500
Re: IPython in Emacs rusi <rustompmody@gmail.com> - 2013-04-25 21:06 -0700
csiph-web