[Patch #102813] _cursesmodule: Add panel support

On Fri, Dec 22, 2000 at 07:07:03AM -0800, noreply@sourceforge.net wrote:
New style it is. (Barry, is the "python" style in cc-mode.el going to be changed to new style, or a "python2" style added?) I've been wanting to reformat _cursesmodule.c to match the Python style for some time. Probably I'll do that a little while after the panel module has settled down a bit. Fred, did you look at the use of the CObject for exposing the API? Did that look reasonable? Also, should py_curses.h go in the Include/ subdirectory instead of Modules/? --amk

"AK" == Andrew Kuchling <akuchlin@cnri.reston.va.us> writes:
AK> New style it is. (Barry, is the "python" style in cc-mode.el AK> going to be changed to new style, or a "python2" style added?) 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". -Barry

"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)))

"AK" == Andrew Kuchling <akuchlin@cnri.reston.va.us> writes:
AK> New style it is. (Barry, is the "python" style in cc-mode.el AK> going to be changed to new style, or a "python2" style added?) 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". -Barry

"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)))
participants (3)
-
Andrew Kuchling
-
barry@digicool.com
-
Charles G Waldman