I see emacs is causing more problems. ;-)
The prior problem had to do with syntax highlighting and multiline Python
strings that use ''' single quotes '''.
I think the ultimate solution to this problem would be an ExtensionsToServe
setting, which would be a lot more safe than ExtensionsToIgnore. This has
been discussed before, but not yet implemented.
-Chuck
At 03:10 PM 7/19/2001 +0100, Will Partain wrote:
>How a newbie confused himself: Imagine my surprise when, in
>my initial Webware "hello,world"ing, I did 'mv index.py
>Main.py' but I kept getting what was in an *old* index.py,
>no matter what I did to Main.py ...
>
>Turns out that I use Emacs "numbered backups" ( *.~1~ .~2~
>...), those extensions are not in the default
>ExtensionsToIgnore, so what I kept getting was index.py.~1~.
>Urk! I've hacked my Application.config to have what's below,
>but that's far from a good solution. Over to you...
>
>Keep up the good work,
>
>Will
>
>'ExtensionsToIgnore': ['.pyc', '.pyo', '.py~', '.psp~', '.html~','.bak',
> ,'.~1~'
> ,'.~2~'
> ,'.~3~'
> ,'.~4~'
> ,'.~5~'
> ,'.~6~'
> ,'.~7~'
> ,'.~8~'
> ,'.~9~'
> ,'.~10~'
> ,'.~11~'
> ,'.~12~'
> ,'.~13~'
> ,'.~14~'
> ,'.~15~'
> ,'.~16~'
> ,'.~17~'
> ,'.~18~'
> ,'.~19~'
> ,'.~20~'
> ],
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/webware-discuss