* CML2-2.0.4 is available
@ 2002-01-09 5:57 Eric S. Raymond
0 siblings, 0 replies; 7+ messages in thread
From: Eric S. Raymond @ 2002-01-09 5:57 UTC (permalink / raw)
To: CML2, kbuild-devel
The latest version is always available at http://www.tuxedo.org/~esr/cml2/
Release 2.0.4: Tue Jan 8 22:55:43 EST 2002
* Rulebase and help sync with 2.4.18-pre2/2.5.2-pre10.
* kxref.py can report dependency/ancestry relationships and
label status now.
* More autoconfigurator improvements, including --standalone option.
Bug queue is empty. The compiler and interactive configurators are looking
stable at this point; most of my effeort is going into improving the
autoconfigurator.
--
<a href="http://www.tuxedo.org/~esr/">Eric S. Raymond</a>
A human being should be able to change a diaper, plan an invasion,
butcher a hog, conn a ship, design a building, write a sonnet, balance
accounts, build a wall, set a bone, comfort the dying, take orders, give
orders, cooperate, act alone, solve equations, analyze a new problem,
pitch manure, program a computer, cook a tasty meal, fight efficiently,
die gallantly. Specialization is for insects.
-- Robert A. Heinlein, "Time Enough for Love"
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: CML2-2.0.4 is available
2002-01-09 6:47 CML2-2.0.4 is available reddog83
@ 2002-01-09 6:33 ` Eric S. Raymond
0 siblings, 0 replies; 7+ messages in thread
From: Eric S. Raymond @ 2002-01-09 6:33 UTC (permalink / raw)
To: reddog83; +Cc: linux-kernel
reddog83 <reddog83@chartermi.net>:
> There is one thing though when a newie come's over say to Linux Kernel
> 2.6/3.0 and is starting out using the new CML2 system he could acidentialy
> hit the wroung key and all the other option's for the other Linux Kernel
> port's will show up and he could click on one of the and try to make a kernel
> that is for a x86 and he could be clicking in the IA64 port menu on acident.
> Do you see what I'm saying?
> I have done it before and I downloaded CML2 2.0.3 and I did it again
Yes. This will happen if you happen if you toggle the suppression flag.
I'm considering disabling that unless you're in expert mode.
--
<a href="http://www.tuxedo.org/~esr/">Eric S. Raymond</a>
Love your country, but never trust its government.
-- Robert A. Heinlein.
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: CML2-2.0.4 is available
@ 2002-01-09 6:47 reddog83
2002-01-09 6:33 ` Eric S. Raymond
0 siblings, 1 reply; 7+ messages in thread
From: reddog83 @ 2002-01-09 6:47 UTC (permalink / raw)
To: esr; +Cc: linux-kernel
There is one thing though when a newie come's over say to Linux Kernel
2.6/3.0 and is starting out using the new CML2 system he could acidentialy
hit the wroung key and all the other option's for the other Linux Kernel
port's will show up and he could click on one of the and try to make a kernel
that is for a x86 and he could be clicking in the IA64 port menu on acident.
Do you see what I'm saying?
I have done it before and I downloaded CML2 2.0.3 and I did it again
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: CML2-2.0.4 is available
@ 2002-01-09 7:13 reddog83
0 siblings, 0 replies; 7+ messages in thread
From: reddog83 @ 2002-01-09 7:13 UTC (permalink / raw)
To: esr; +Cc: linux-kernel
Alright I thought I would let you know though just for your information. OK.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: CML2-2.0.4 is available
[not found] ` <fa.fvl9anv.u6q1pu@ifi.uio.no>
@ 2002-01-09 8:44 ` Giacomo Catenazzi
2002-01-09 17:13 ` Eric S. Raymond
0 siblings, 1 reply; 7+ messages in thread
From: Giacomo Catenazzi @ 2002-01-09 8:44 UTC (permalink / raw)
To: esr; +Cc: reddog83, linux-kernel
Eric S. Raymond wrote:
> reddog83 <reddog83@chartermi.net>:
>
>>There is one thing though when a newie come's over say to Linux Kernel
>>2.6/3.0 and is starting out using the new CML2 system he could acidentialy
>>hit the wroung key and all the other option's for the other Linux Kernel
>>port's will show up and he could click on one of the and try to make a kernel
>>that is for a x86 and he could be clicking in the IA64 port menu on acident.
>>Do you see what I'm saying?
>>I have done it before and I downloaded CML2 2.0.3 and I did it again
>>
>
> Yes. This will happen if you happen if you toggle the suppression flag.
> I'm considering disabling that unless you're in expert mode.
Maybe better: use other keystrings. I.e. Control + key.
In this way is more difficult to press the wrong key sequence, but we
still have the full features in all modes.
giacomo
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: CML2-2.0.4 is available
2002-01-09 8:44 ` Giacomo Catenazzi
@ 2002-01-09 17:13 ` Eric S. Raymond
2002-01-10 9:17 ` Giacomo Catenazzi
0 siblings, 1 reply; 7+ messages in thread
From: Eric S. Raymond @ 2002-01-09 17:13 UTC (permalink / raw)
To: Giacomo Catenazzi; +Cc: reddog83, linux-kernel
Giacomo Catenazzi <cate@debian.org>:
> Maybe better: use other keystrings. I.e. Control + key.
> In this way is more difficult to press the wrong key sequence, but we
> still have the full features in all modes.
Not a bad idea, but where possible I like to keep the ttyconfig and menuconfig
commands the same -- and ttyconfig can't easily see control characters.
Anyway this would just address a surface symptom. The real problem is
that the deduction engine can do bad things when suppression is off.
I want to fix that.
--
<a href="http://www.tuxedo.org/~esr/">Eric S. Raymond</a>
"Experience should teach us to be most on our guard to protect liberty when the
government's purposes are beneficient...The greatest dangers to liberty lurk in
insidious encroachment by men of zeal, well meaning but without understanding."
-- Supreme Court Justice Louis Brandeis
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: CML2-2.0.4 is available
2002-01-09 17:13 ` Eric S. Raymond
@ 2002-01-10 9:17 ` Giacomo Catenazzi
0 siblings, 0 replies; 7+ messages in thread
From: Giacomo Catenazzi @ 2002-01-10 9:17 UTC (permalink / raw)
To: esr; +Cc: linux-kernel
Eric S. Raymond wrote:
> Giacomo Catenazzi <cate@debian.org>:
>
>>Maybe better: use other keystrings. I.e. Control + key.
>>In this way is more difficult to press the wrong key sequence, but we
>>still have the full features in all modes.
>>
>
> Not a bad idea, but where possible I like to keep the ttyconfig and menuconfig
> commands the same -- and ttyconfig can't easily see control characters.
Debian uses the big letter. i.e. in dselect 'Q' and 'X', 'R' will force some
symbols changes.
Control is better because of no 'Control Caps Lock'.
giacomo
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2002-01-10 9:17 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-09 6:47 CML2-2.0.4 is available reddog83
2002-01-09 6:33 ` Eric S. Raymond
[not found] <fa.ijumnqv.13juc98@ifi.uio.no>
[not found] ` <fa.fvl9anv.u6q1pu@ifi.uio.no>
2002-01-09 8:44 ` Giacomo Catenazzi
2002-01-09 17:13 ` Eric S. Raymond
2002-01-10 9:17 ` Giacomo Catenazzi
-- strict thread matches above, loose matches on Subject: below --
2002-01-09 7:13 reddog83
2002-01-09 5:57 Eric S. Raymond
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox