[Python-Dev] [Patch #102813] _cursesmodule: Add panel support

Barry A. Warsaw barry@digicool.com
Sat, 23 Dec 2000 14:24:42 -0500


>>>>> "CGW" == Charles G Waldman <cgw@fnal.gov> writes:

    CGW> Barry A. Warsaw writes:

    >> There should probably be a second style added to cc-mode.el.  I
    >> haven't maintained that package in a long time, but I'll work
    >> out a patch and send it to the current maintainer.  Let's call
    >> it "python2".

    CGW> Maybe we should wait for the BDFL's pronouncement?

Sure, at least before submitting a patch.  Here's the simple one liner
you can add to your .emacs file to play with the new style in the
meantime.

-Barry

(c-add-style "python2" '("python" (c-basic-offset . 4)))