2001-03-17 Adrian Aichner Need to remove trailing \ from build-make variables containing pathnames. 2000-09-30 Adrian Aichner Avoid GUI elements to appear and disappear depending on user choices. Present all and activate or deactivate them as appropriate. (setq build-from-button-widget (widget-create 'push-button :notify (lambda (&rest ignore) (cond ((string-equal build-from-what "Tarballs") (build-from-tarballs)) ((string-equal build-from-what "CVS") (build-from-CVS)))) (format "Build XEmacs From %s Now ..." build-from-what))) is an example that needs to be fixed.