From: "Eric S. Raymond" <esr@thyrsus.com>
To: Keith Owens <kaos@ocs.com.au>
Cc: linux-kernel@vger.kernel.org, kbuild-devel@lists.sourceforge.net
Subject: Re: CML2 1.9.6 is available
Date: Wed, 12 Dec 2001 01:28:46 -0500 [thread overview]
Message-ID: <20011212012846.A6751@thyrsus.com> (raw)
In-Reply-To: <20011212000506.A5099@thyrsus.com> <15846.1008138725@ocs3.intra.ocs.com.au>
In-Reply-To: <15846.1008138725@ocs3.intra.ocs.com.au>; from kaos@ocs.com.au on Wed, Dec 12, 2001 at 05:32:05PM +1100
Keith Owens <kaos@ocs.com.au>:
> This works for me.
>
> --- cml2-1.9.6/cmlconfigure.py Sun Dec 9 19:27:31 2001
> +++ 2.4.16-kbuild-2.5/scripts/cmlconfigure.py Wed Dec 12 17:23:01 2001
> @@ -1009,7 +1009,7 @@
>
> def query_popup(self, prompt, initval=None):
> "Pop up a window to accept a string."
> - maxsymwidth = 30 # Constant
> + maxsymwidth = self.columns - len(prompt) - 2
> if initval and len(initval) > maxsymwidth:
> self.help_popup("PRESSANY", (lang["TOOLONG"],), beep=1)
> return initval
>
> Warning, that is my first bit of Python code (Oh no, now I'm
> contaminated too :-).
And a very nice bit it is too :-).
I actually ended up making a similar change shortly after I wrote you.
Right now I'm testing Jan Harknes's CML1 backport patch.
--
<a href="http://www.tuxedo.org/~esr/">Eric S. Raymond</a>
I do not find in orthodox Christianity one redeeming feature.
-- Thomas Jefferson
next prev parent reply other threads:[~2001-12-12 6:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-12-09 8:32 CML2 1.9.6 is available Eric S. Raymond
2001-12-09 9:04 ` Keith Owens
2001-12-12 5:05 ` Eric S. Raymond
2001-12-12 6:32 ` Keith Owens
2001-12-12 6:28 ` Eric S. Raymond [this message]
2001-12-12 11:45 ` Lars Brinkhoff
2001-12-12 16:04 ` Eric S. Raymond
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20011212012846.A6751@thyrsus.com \
--to=esr@thyrsus.com \
--cc=kaos@ocs.com.au \
--cc=kbuild-devel@lists.sourceforge.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.