[Python-mode] python-mode $Revision: 4.75 $; python-mode syntax """ ''' bug

边 江 borderj at gmail.com
Wed Aug 15 05:04:51 CEST 2007


Dear Barry,

   These Emacs parsing functions are configurable, but not quite
configurable enough to capture all of Python's rules.
like:

print """ "Hi!" I'm a doc string"""
print ''' 'Hi!' I'm a doc string'''
print """ ''' "Hi!" I'm a doc string ''' """
print ''' """ "Hi!" I'm a doc string """ '''



Emacs  : GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600)
 of 2007-06-02 on RELEASE
Package: python-mode $Revision: 4.75 $

current state:
==============
(setq
 py-python-command "python"
 py-indent-offset 4
 py-block-comment-prefix "##"
 py-temp-directory "c:/DOCUME~1/new/LOCALS~1/Temp"
 py-beep-if-tab-change t
 )


-- 
Blog:    www.borderj.cn
MSN:   borderj at live.com

  Border
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-mode/attachments/20070815/cae220ad/attachment.htm 


More information about the Python-mode mailing list