Is there any reason not to highlight "lambda:" as a keyword, i.e. when
it's immediately followed by a colon? The patch below takes a stab at
that. I guess it might be ideal if the colon were not highlighted; I
didn't look into that.
Thanks very much for the python-mode code and please tell me if t
def f():
'''
docstring
'''
With point in column zero on the line after the closing triple-quote,
py-indent-line fails with Wrong type argument: integerp, t.
,
| I see there's a cerain amount of TQS stuff in the launchpad bugs already
| -- someone let me know if it would be helpful
Barry Warsaw writes:
> On Feb 10, 2011, at 12:43 PM, Dan Davison wrote:
>
>>def f():
>>'''
>>docstring
>>'''
>>
>>With point in column zero on the line after the closing triple-quote,
>>py-indent-line fail
Eric Holbrook writes:
> What's the best way to tell python-mode to use, say,
> /opt/local/bin/python, instead of what OS X thinks is the right
> version?
>
> The problem is that when i launch /Applications/Emacs.app from
> Quicksilver it knows nothing about what i have set up in my .bashrc,
> so