From jai_uw at yahoo.com Sun May 9 04:15:19 2004 From: jai_uw at yahoo.com (Jai Modi) Date: Sun May 9 04:15:27 2004 Subject: [Python-mode] python mode for microemacs Message-ID: <20040509081519.27111.qmail@web41411.mail.yahoo.com> Hello, I was wondering if there is a python mode with syntax highlighting for MicroEmacs? If so, does anyone know how I can get that? Thanks, Jai Modi __________________________________ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover From skip at pobox.com Sun May 9 16:15:06 2004 From: skip at pobox.com (Skip Montanaro) Date: Sun May 9 16:14:40 2004 Subject: [Python-mode] python mode for microemacs In-Reply-To: <20040509081519.27111.qmail@web41411.mail.yahoo.com> References: <20040509081519.27111.qmail@web41411.mail.yahoo.com> Message-ID: <16542.37194.352122.931362@montanaro.dyndns.org> Jai> I was wondering if there is a python mode with syntax highlighting Jai> for MicroEmacs? If so, does anyone know how I can get that? According to the PythonEditors page: http://www.python.org/cgi-bin/moinmoin/PythonEditors MicroEmacs supports Python syntax. -- Skip Montanaro Got gigs? http://www.musi-cal.com/submit.html Got spam? http://www.spambayes.org/ skip@pobox.com From noreply at sourceforge.net Sun May 30 15:57:08 2004 From: noreply at sourceforge.net (SourceForge.net) Date: Sun May 30 15:57:11 2004 Subject: [Python-mode] [ python-mode-Bugs-963247 ] Triple-quoted string font-lock problem Message-ID: Bugs item #963247, was opened at 2004-05-30 15:57 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=581349&aid=963247&group_id=86916 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: James B. Reese (jreese99) Assigned to: Nobody/Anonymous (nobody) Summary: Triple-quoted string font-lock problem Initial Comment: Font-lock in xemacs is not displaying triple-quoted strings correctly. For example: """ This is "a test" string on multiple lines. """ The phrases "This is " and " string on multiple lines." are formatted as strings, but "a test" is not formatted as a string. It appears that the triple quote is being treated as three individual quotation marks instead of as a single entity. A fix for this will be greatly appreciated. I *love* python-mode.el! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=581349&aid=963247&group_id=86916