From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard G Riley Newsgroups: gmane.emacs.help Subject: ipython Date: Sun, 01 Jun 2008 21:49:13 +0200 Organization: A noiseless patient Spider Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212352852 6851 80.91.229.12 (1 Jun 2008 20:40:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 1 Jun 2008 20:40:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 01 22:41:34 2008 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.50) id 1K2uMo-0006eB-1a for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Jun 2008 22:41:26 +0200 Original-Received: from localhost ([127.0.0.1]:46697 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K2uM2-0008W6-3K for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Jun 2008 16:40:38 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!goblin1!goblin.stu.neva.ru!news.motzarella.org!motzarella.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-X-Trace: feeder.motzarella.org U2FsdGVkX1+7pAkIO8mLG0aPxUaRgb6v4jQ/4U8apuuV8rtmr/GFCCAsSDhUFtYyBEkWpdiazk6vUeOYLOgAwB01Srxg7+1xu0QlXcy3nZ3DNlfg9pHdk3C47+S4tansu8mqJPWXKB5X1mHiqDhdhQ== Original-X-Complaints-To: Please send complaints to abuse@motzarella.org with full headers Original-NNTP-Posting-Date: Sun, 1 Jun 2008 19:49:17 +0000 (UTC) X-Auth-Sender: U2FsdGVkX1/05Qi8gaHkG4DRN6rW6BD8lQG8KgXtFv2IFKHY/GT2OQ== Cancel-Lock: sha1:/nterL161J3uAtDwFHA9oSdufIA= User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (gnu/linux) Original-Xref: news.stanford.edu gnu.emacs.help:159052 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:54415 Archived-At: I am running emacs 22.1 on debian lenny. If I hilite the d["server"] part of the following line >>> d["server"] and then execute "py-execute-region" I get: ,---- | File "/tmp/python-16109EGm.py", line 1 | >>> d["server | ^ | SyntaxError: invalid syntax `---- Can anyone suggest what I might be doing wrong?