Fabio Zadrozny-2 wrote:
> 
> Actually, the problem is the way in which the mode for emacs is
> specified...
> the encoding is specified as in PEP 0263 (
> http://www.python.org/dev/peps/pep-0263/), which pydev recognizes: match
> of
> the regexp coding[:=]\s*([-\w.]+)
> 

Hey, thanks. I wasn't aware of this PEP.


Fabio Zadrozny-2 wrote:
> 
> So, it is actually specifying the encoding in a way that should be
> recognized as a valid encoding for the file (so, pydev correctly looks at
> it
> when trying to make parses). Looking at:
> http://www.delorie.com/gnu/docs/emacs/emacs_220.html it seems that emacs
> can
> end things with 'unix, dos or mac', so, maybe pydev could try to co-exist
> with those settings by seeing if it ends with one of those (and ignoring
> it).
> 

Would you like me to log this as a feature request?
-- 
View this message in context: 
http://www.nabble.com/encoding-error-in-workspace-log.-tf4231017.html#a12089774
Sent from the pydev-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to