* [NTG-context] [BUG] \filler doesn't work anymore
[not found] <aNPWBuWvvgxeTAQA.ref@nereid.neptune>
@ 2025-09-24 11:29 ` Romain Diss via ntg-context
2025-09-24 14:44 ` [NTG-context] " Henning Hraban Ramm
2025-09-24 15:08 ` Hans Hagen via ntg-context
0 siblings, 2 replies; 7+ messages in thread
From: Romain Diss via ntg-context @ 2025-09-24 11:29 UTC (permalink / raw)
To: ntg-context; +Cc: Romain Diss
Hi,
It seems that the \filler command doesn't produce a filler anymore. I
don't know if the last update is guilty or a previous one.
% MWE:
\definefiller[dots][right=\hskip\zeropoint]
\definefiller[radots][left=\dontleavehmode,right=\hskip\zeropoint]
\starttext
text \filler[dots]
\filler[radots]
\stoptext
% end MWE
This only renders 'text'.
All the best.
--
Romain Diss
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 7+ messages in thread
* [NTG-context] Re: [BUG] \filler doesn't work anymore
2025-09-24 11:29 ` [NTG-context] [BUG] \filler doesn't work anymore Romain Diss via ntg-context
@ 2025-09-24 14:44 ` Henning Hraban Ramm
2025-09-24 16:51 ` Romain Diss via ntg-context
2025-09-24 17:36 ` Jim
2025-09-24 15:08 ` Hans Hagen via ntg-context
1 sibling, 2 replies; 7+ messages in thread
From: Henning Hraban Ramm @ 2025-09-24 14:44 UTC (permalink / raw)
To: ntg-context
Am 24.09.25 um 13:29 schrieb Romain Diss via ntg-context:
> It seems that the \filler command doesn't produce a filler anymore.
Oh, another command I never heard about.
I made a reference page: https://wiki.contextgarden.net/Command/filler
Maybe you’d like to fill it out a bit…
Hraban
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 7+ messages in thread
* [NTG-context] Re: [BUG] \filler doesn't work anymore
2025-09-24 11:29 ` [NTG-context] [BUG] \filler doesn't work anymore Romain Diss via ntg-context
2025-09-24 14:44 ` [NTG-context] " Henning Hraban Ramm
@ 2025-09-24 15:08 ` Hans Hagen via ntg-context
2025-09-24 16:20 ` Romain Diss via ntg-context
2025-09-24 16:58 ` Henning Hraban Ramm
1 sibling, 2 replies; 7+ messages in thread
From: Hans Hagen via ntg-context @ 2025-09-24 15:08 UTC (permalink / raw)
To: ntg-context; +Cc: Hans Hagen
On 9/24/2025 1:29 PM, Romain Diss via ntg-context wrote:
> Hi,
>
> It seems that the \filler command doesn't produce a filler anymore. I
> don't know if the last update is guilty or a previous one.
>
> % MWE:
> \definefiller[dots][right=\hskip\zeropoint]
> \definefiller[radots][left=\dontleavehmode,right=\hskip\zeropoint]
> \starttext
> text \filler[dots]
> \filler[radots]
> \stoptext
> % end MWE
>
> This only renders 'text'.
You need something to fill up to:
\definefiller[dots] [right=\hskip\zeropoint\strut]
\definefiller[radots][left=\dontleavehmode,right=\hskip\zeropoint\strut]
\starttext
text \filler[dots]
\filler[radots]
\stoptext
-----------------------------------------------------------------
Hans Hagen | PRAGMA ADE
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 7+ messages in thread
* [NTG-context] Re: [BUG] \filler doesn't work anymore
2025-09-24 15:08 ` Hans Hagen via ntg-context
@ 2025-09-24 16:20 ` Romain Diss via ntg-context
2025-09-24 16:58 ` Henning Hraban Ramm
1 sibling, 0 replies; 7+ messages in thread
From: Romain Diss via ntg-context @ 2025-09-24 16:20 UTC (permalink / raw)
To: mailing list for ConTeXt users; +Cc: Romain Diss
Hi,
Le 24/09/2025, Hans Hagen via ntg-context a écrit
> On 9/24/2025 1:29 PM, Romain Diss via ntg-context wrote:
> > It seems that the \filler command doesn't produce a filler anymore. I
> > don't know if the last update is guilty or a previous one.
> You need something to fill up to:
> \definefiller[dots] [right=\hskip\zeropoint\strut]
> \definefiller[radots][left=\dontleavehmode,right=\hskip\zeropoint\strut]
> \starttext
> text \filler[dots]
> \filler[radots]
> \stoptext
Thank you, this works well.
It worked some times ago without the \strut (maybe it was added by
default?).
Thanks again.
--
Romain Diss
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 7+ messages in thread
* [NTG-context] Re: [BUG] \filler doesn't work anymore
2025-09-24 14:44 ` [NTG-context] " Henning Hraban Ramm
@ 2025-09-24 16:51 ` Romain Diss via ntg-context
2025-09-24 17:36 ` Jim
1 sibling, 0 replies; 7+ messages in thread
From: Romain Diss via ntg-context @ 2025-09-24 16:51 UTC (permalink / raw)
To: mailing list for ConTeXt users; +Cc: Romain Diss
Hi,
Le 24/09/2025, Henning Hraban Ramm a écrit
> Am 24.09.25 um 13:29 schrieb Romain Diss via ntg-context:
> > It seems that the \filler command doesn't produce a filler anymore.
> Oh, another command I never heard about.
I heard about the command in this example:
https://wiki.contextgarden.net/Document_structure_and_headlines/Table_of_contents#Alternating_filler_dots
> I made a reference page: https://wiki.contextgarden.net/Command/filler
> Maybe you’d like to fill it out a bit…
I don't know more than the examples commented in the source code (spac-flr.mkxl).
All the best.
--
Romain Diss
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 7+ messages in thread
* [NTG-context] Re: [BUG] \filler doesn't work anymore
2025-09-24 15:08 ` Hans Hagen via ntg-context
2025-09-24 16:20 ` Romain Diss via ntg-context
@ 2025-09-24 16:58 ` Henning Hraban Ramm
1 sibling, 0 replies; 7+ messages in thread
From: Henning Hraban Ramm @ 2025-09-24 16:58 UTC (permalink / raw)
To: ntg-context
Am 24.09.25 um 17:08 schrieb Hans Hagen via ntg-context:
> On 9/24/2025 1:29 PM, Romain Diss via ntg-context wrote:
>> Hi,
>>
>> It seems that the \filler command doesn't produce a filler anymore. I
>> don't know if the last update is guilty or a previous one.
>>
>> % MWE:
>> \definefiller[dots][right=\hskip\zeropoint]
>> \definefiller[radots][left=\dontleavehmode,right=\hskip\zeropoint]
>> \starttext
>> text \filler[dots]
>> \filler[radots]
>> \stoptext
>> % end MWE
>>
>> This only renders 'text'.
>
> You need something to fill up to:
>
> \definefiller[dots] [right=\hskip\zeropoint\strut]
> \definefiller[radots][left=\dontleavehmode,right=\hskip\zeropoint\strut]
> \starttext
> text \filler[dots]
> \filler[radots]
> \stoptext
This example doesn’t work with the old LMTX version of the wiki
(2025-02-19):
https://wiki.contextgarden.net/Command/filler
… but it does e.g. on COW. Apparently something changed.
The example from the source works on the wiki:
\definefiller[test-a][alternative=stretch]
\definefiller[test-b][alternative=symbol,symbol=!]
\definefiller[test-c][alternative=rule,height=.1ex,leftmargin=.5em,rightmargin=.25em]
text\filler[test-a]text \par
text\filler[test-b]text \par
text\filler[test-c]text \par
text\checkedfiller{}text \par
Hraban
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 7+ messages in thread
* [NTG-context] Re: [BUG] \filler doesn't work anymore
2025-09-24 14:44 ` [NTG-context] " Henning Hraban Ramm
2025-09-24 16:51 ` Romain Diss via ntg-context
@ 2025-09-24 17:36 ` Jim
1 sibling, 0 replies; 7+ messages in thread
From: Jim @ 2025-09-24 17:36 UTC (permalink / raw)
To: mailing list for ConTeXt users
On Wed, Sep 24, 2025 at 16:44 (+0200), Henning Hraban Ramm wrote:
> Am 24.09.25 um 13:29 schrieb Romain Diss via ntg-context:
>> It seems that the \filler command doesn't produce a filler anymore.
> Oh, another command I never heard about.
I hadn't heard about it either. (But that is vastly less surprising for me
than for you.)
> I made a reference page: https://wiki.contextgarden.net/Command/filler
> Maybe you’d like to fill it out a bit…
Neither of the examples in the wiki show me the outputs that I get when I
run those. When I read down the wiki further, I see Hans' comment about
the wiki's February LMTX installation. To minimize confusion, it would be
nice if the wiki's installation would be up to date. Is that a
(a) huge;
(b) big; or
(c) small
job?
Jim
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2025-09-24 17:41 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <aNPWBuWvvgxeTAQA.ref@nereid.neptune>
2025-09-24 11:29 ` [NTG-context] [BUG] \filler doesn't work anymore Romain Diss via ntg-context
2025-09-24 14:44 ` [NTG-context] " Henning Hraban Ramm
2025-09-24 16:51 ` Romain Diss via ntg-context
2025-09-24 17:36 ` Jim
2025-09-24 15:08 ` Hans Hagen via ntg-context
2025-09-24 16:20 ` Romain Diss via ntg-context
2025-09-24 16:58 ` Henning Hraban Ramm
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).