Re: [Pydev-users] encoding error in workspace log.

2007-08-10 Thread Fabio Zadrozny
> > > > 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

Re: [Pydev-users] encoding error in workspace log.

2007-08-10 Thread patrimith
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 aw