ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* error with \hyphenation after update
@ 2006-04-30  7:15 Peter Münster
  2006-04-30 13:14 ` Hans Hagen
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Peter Münster @ 2006-04-30  7:15 UTC (permalink / raw)


Hello,
this used to work about 3 weeks ago. With version 2006.04.27, I get an
error:

\enableregime[il1]
\hyphenation{Di-sul-fid-brücken}
\starttext
Error: \type{Improper \hyphenation will be flushed.}
\stoptext

Could you help please?
Cheers, Peter

-- 
http://pmrb.free.fr/contact/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: error with \hyphenation after update
  2006-04-30  7:15 error with \hyphenation after update Peter Münster
@ 2006-04-30 13:14 ` Hans Hagen
  2006-04-30 13:25 ` Hans Hagen
  2006-04-30 14:27 ` Hans Hagen
  2 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2006-04-30 13:14 UTC (permalink / raw)


� wrote:
> Hello,
> this used to work about 3 weeks ago. With version 2006.04.27, I get an
> error:
>
> \enableregime[il1]
> \hyphenation{Di-sul-fid-br�cken}
> \starttext
> Error: \type{Improper \hyphenation will be flushed.}
> \stoptext
>   
can you send a zipped file (no 8 bit chrin the mail) 

Hans 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: error with \hyphenation after update
  2006-04-30  7:15 error with \hyphenation after update Peter Münster
  2006-04-30 13:14 ` Hans Hagen
@ 2006-04-30 13:25 ` Hans Hagen
  2006-04-30 14:27 ` Hans Hagen
  2 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2006-04-30 13:25 UTC (permalink / raw)


� wrote:
> Hello,
> this used to work about 3 weeks ago. With version 2006.04.27, I get an
> error:
>
> \enableregime[il1]
> \hyphenation{Di-sul-fid-br�cken}
> \starttext
> Error: \type{Improper \hyphenation will be flushed.}
> \stoptext
>
> Could you help please?
>   
is regi- iso-8859-1.tex loaded? 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: error with \hyphenation after update
  2006-04-30  7:15 error with \hyphenation after update Peter Münster
  2006-04-30 13:14 ` Hans Hagen
  2006-04-30 13:25 ` Hans Hagen
@ 2006-04-30 14:27 ` Hans Hagen
  2006-04-30 17:33   ` Peter Münster
  2 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2006-04-30 14:27 UTC (permalink / raw)


� wrote:
> Hello,
> this used to work about 3 weeks ago. With version 2006.04.27, I get an
> error:
>
> \enableregime[il1]
> \hyphenation{Di-sul-fid-br�cken}
> \starttext
> Error: \type{Improper \hyphenation will be flushed.}
> \stoptext
>   
with the help of mojca (who was able to recover your funny char) and 
taco (who was willing to enter tracingmode):

\def\pathypsettings
  {\ifx \enablepatterntokens\undefined
     \defineactivecharacter [ {\handlepatterntoken}%
   \else
     \enablepatterntokens
   \fi
   \the\everypathypsettings
   \let\dochar\thechr
   \lccode16=16 % brrr, extra quote in ec (turkish)
   \lccode17=17 % brrr, extra quote in ec (turkish)
   \lccode`\-=`\-
   \lccode`\'=`\'
   \lccode`\"=`\"
   \relax}

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: error with \hyphenation after update
  2006-04-30 14:27 ` Hans Hagen
@ 2006-04-30 17:33   ` Peter Münster
  2006-04-30 19:17     ` Volker RW Schaa
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Münster @ 2006-04-30 17:33 UTC (permalink / raw)


On Sun, 30 Apr 2006, Hans Hagen wrote:

> ? wrote:
> > Hello,
> > this used to work about 3 weeks ago. With version 2006.04.27, I get an
> > error:
> >
> > \enableregime[il1]
> > \hyphenation{Di-sul-fid-br?cken}
> > \starttext
> > Error: \type{Improper \hyphenation will be flushed.}
> > \stoptext
> >   
> with the help of mojca (who was able to recover your funny char) and 
> taco (who was willing to enter tracingmode):
> 
> \def\pathypsettings
>   {\ifx \enablepatterntokens\undefined
>      \defineactivecharacter [ {\handlepatterntoken}%
>    \else
>      \enablepatterntokens
>    \fi
>    \the\everypathypsettings
>    \let\dochar\thechr
>    \lccode16=16 % brrr, extra quote in ec (turkish)
>    \lccode17=17 % brrr, extra quote in ec (turkish)
>    \lccode`\-=`\-
>    \lccode`\'=`\'
>    \lccode`\"=`\"
>    \relax}

Hello Hans, Taco and Mojca,
thanks for your fast efforts for me! I just wanted to send a zip-file...

Just still one small problem: where should I apply this patch? Wherever I
try (in cont-new.tex, enco-ini.tex or in the document), I get
"Undefined control sequence: \everypathypsettings"

Cheers, Peter

-- 
http://pmrb.free.fr/contact/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: error with \hyphenation after update
  2006-04-30 17:33   ` Peter Münster
@ 2006-04-30 19:17     ` Volker RW Schaa
  0 siblings, 0 replies; 6+ messages in thread
From: Volker RW Schaa @ 2006-04-30 19:17 UTC (permalink / raw)


Peter Münster wrote:
> Hello Hans, Taco and Mojca,
> thanks for your fast efforts for me! I just wanted to send a zip-file...
> 
> Just still one small problem: where should I apply this patch? Wherever I
> try (in cont-new.tex, enco-ini.tex or in the document), I get
> "Undefined control sequence: \everypathypsettings"
for Hans, who's learning Polish right now by attending the Polish membershio
meeting, see below for the line
   >>    \the\everypathypsettings

> On Sun, 30 Apr 2006, Hans Hagen wrote:
> 
>> ? wrote:
>>> Hello,
>>> this used to work about 3 weeks ago. With version 2006.04.27, I get an
>>> error:
>>>
>>> \enableregime[il1]
>>> \hyphenation{Di-sul-fid-br?cken}
>>> \starttext
>>> Error: \type{Improper \hyphenation will be flushed.}
>>> \stoptext
>>>   
>> with the help of mojca (who was able to recover your funny char) and 
>> taco (who was willing to enter tracingmode):
>>
>> \def\pathypsettings
>>   {\ifx \enablepatterntokens\undefined
>>      \defineactivecharacter [ {\handlepatterntoken}%
>>    \else
>>      \enablepatterntokens
>>    \fi
>>    \the\everypathypsettings
please remove this line

>>    \let\dochar\thechr
>>    \lccode16=16 % brrr, extra quote in ec (turkish)
>>    \lccode17=17 % brrr, extra quote in ec (turkish)
>>    \lccode`\-=`\-
>>    \lccode`\'=`\'
>>    \lccode`\"=`\"
>>    \relax}
> 
> 
> Cheers, Peter
> 
Cheers,
      Volker

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-04-30 19:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-30  7:15 error with \hyphenation after update Peter Münster
2006-04-30 13:14 ` Hans Hagen
2006-04-30 13:25 ` Hans Hagen
2006-04-30 14:27 ` Hans Hagen
2006-04-30 17:33   ` Peter Münster
2006-04-30 19:17     ` Volker RW Schaa

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).