Hi, The following one-liner patch fixes the problem in menuconfig with handling choice lists containing parentheses (in 2.4.4-ac4 and 2.4.5-pre1). Please apply... --- scripts/Menuconfig~ Mon Nov 13 23:14:29 2000 +++ scripts/Menuconfig Thu May 3 19:45:25 2001 @@ -347,7 +347,7 @@ echo -e " function $firstchoice () \ - { l_choice '$title' \"$choices\" $current ;}" >>MCradiolists + { l_choice '$title' \"$choices\" \"$current\" ;}" >>MCradiolists } } # END load_functions() -- ======================================================================= Andrzej M. Krzysztofowicz [EMAIL PROTECTED] phone (48)(58) 347 14 61 Faculty of Applied Phys. & Math., Technical University of Gdansk - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/