ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Taco Hoekwater <taco@elvenkind.com>
Subject: Re: framewidth parameter
Date: Mon, 27 Sep 2004 17:06:19 +0200	[thread overview]
Message-ID: <20040927170619.181b5fe0@glenlivet.elvenkind.com> (raw)
In-Reply-To: <20040927140713.GH9633@cebitec.uni-bielefeld.de>



On Mon, 27 Sep 2004 16:07:13 +0200, Eckhart wrote:

> Btw, one thing that sometimes constrains work with context is a lack of
> error/warning messages. It would be very helpful if commands complained
> about unknown parameters, i.e. \framed[framewidth=2mm]{xyz}. Of course I
> can't judge the difficulties in implementing such a feature, but from a
> user's point of view, it would be great.

It would not be hard, but context would definately slow down and it would be 
(much?) more taxing on TeX's memory.  I agree it would be very handy sometimes, 
but it introduces overhead that we do not want at other times. 

In your example, The \getparameters that is called behind the scenes blindly 
converts the 'framewidth' parameter to 

	\def\@@olframewidth{2mm}

At that moment, there is no knowledge that this parameter will, in fact, never be 
used  'downstream'.  Adding that knowledge has a definate associated penalty,
(at minimum one 'if' test and some strings per debugged command).


-- 
groeten,

Taco

      reply	other threads:[~2004-09-27 15:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-27 10:34 Eckhart Guthöhrlein
2004-09-27 14:07 ` Eckhart Guthöhrlein
2004-09-27 15:06   ` Taco Hoekwater [this message]

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=20040927170619.181b5fe0@glenlivet.elvenkind.com \
    --to=taco@elvenkind.com \
    --cc=ntg-context@ntg.nl \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).