jed-users mailing list

[2004 Date Index] [2004 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: folding-marks in python-mode


On 14.07.04, Joachim Schmitz wrote:
> what are the recommended folding-marks for python-mode ?
> The standard {{{ }}} has to be changed anyway, since this produces bad 
> python-code ?
> 
> shouldn't each mode define it's own folding marks ?

Normally, folding marks  should be
  get_comment_info().cbeg + "{{{" + get_comment_info().cend
resp.
  get_comment_info().cbeg + "}}}" + get_comment_info().cend

maybe this could be automated somehow. However, as I do not use folding, I
will not code such a function anytime soon.

-- 
G.Milde at web.de

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2004 date index] [2004 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]