Chuck wrote:
>But now you have let me down! VIM
>
>;-)
>
>
>I personally recommend:
> Kate on linux
> UltraEdit on windows
> or:
> SciTE on *
Mumble, mumble... I needed to use something that didn't require a GUI,
could run over a telnet session, and was cross-platform. Once you have
the
On Thursday 20 June 2002 12:01 pm, Edmund Lian wrote:
> Ian and Tavis, thanks for the quick reply regarding single versus
> double quoted triplets. Seems to me though, that if the issue is
> Emacs can't understand triple quoted strings that use apostrophes,
> then Emacs should be fixed, not Python
Tavis wrote:
> let me rephrase that last line ... the benefits of making
> emacs users 'like' reading Webware code far outweigh the
> costs of letting someone else switch the code over to """
> instead of ''' and it is no inconvenience to other users.
I understand, really! :-)
Thanks to Ian
On June 20, 2002 12:13 pm, Tavis Rudd wrote:
> Edmund,
> I agree that this problem with Emacs should be fixed. However, I disagree
> with your argument. Take it to the extreme and you end up with statements
> like "Operation system X has a broken implementation of Y, but who cares!
> That's their
Tavis wrote:
> I agree that this problem with Emacs should be fixed. However, I disagree
with
> your argument. Take it to the extreme and you end up with statements
like
> "Operation system X has a broken implementation of Y, but who cares!
That's
> their problem. Why should our code be cripple
On Thu, 2002-06-20 at 14:01, Edmund Lian wrote:
>
> Ian and Tavis, thanks for the quick reply regarding single versus double
> quoted triplets. Seems to me though, that if the issue is Emacs can't
> understand triple quoted strings that use apostrophes, then Emacs should be
> fixed, not Python so
Edmund,
I agree that this problem with Emacs should be fixed. However, I disagree with
your argument. Take it to the extreme and you end up with statements like
"Operation system X has a broken implementation of Y, but who cares! That's
their problem. Why should our code be crippled because th
Ian and Tavis, thanks for the quick reply regarding single versus double
quoted triplets. Seems to me though, that if the issue is Emacs can't
understand triple quoted strings that use apostrophes, then Emacs should be
fixed, not Python source code.
Once everybody starts going down the path of a
Here's the full explanation:
http://www.python.org/emacs/python-mode/faq.html
On June 20, 2002 11:40 am, Edmund Lian wrote:
> Ian Bicking wrote:
> >I'd like to fix all the '''-quoted doc strings in Webware (replacing
> >them with """).
>
> I must have missed the discussion about this... what's wr
Emacs mucks up the syntax highlighting when the ''' strings contain unbalanced
' inside of them. The same problem exists with """ and unbalanced ", but it
is less common. Emacs is truly braindead in this case.
On June 20, 2002 11:40 am, Edmund Lian wrote:
> Ian Bicking wrote:
> >I'd like to f
On Thu, 2002-06-20 at 13:40, Edmund Lian wrote:
>
> Ian Bicking wrote:
>
> >I'd like to fix all the '''-quoted doc strings in Webware (replacing
> >them with """).
>
> I must have missed the discussion about this... what's wrong with ''' doc
> strings? I've been using these because it's easier
Ian Bicking wrote:
>I'd like to fix all the '''-quoted doc strings in Webware (replacing
>them with """).
I must have missed the discussion about this... what's wrong with ''' doc
strings? I've been using these because it's easier to type than """...
...Edmund.
-
-
> From: Ian Bicking [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 20, 2002 12:00 PM
> To: [EMAIL PROTECTED]
> Subject: [Webware-devel] Fixing doc strings
>
>
> I'd like to fix all the '''-quoted doc strings in Webware (replacing
> them with "&q
13 matches
Mail list logo