ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* abbreviation with Umlaut fails
@ 2010-12-04  4:48 Jonas Stein
  2010-12-04  8:33 ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Jonas Stein @ 2010-12-04  4:48 UTC (permalink / raw)
  To: ntg-context

\definesynonyms[abbreviation][abbreviations]
\setupsynonyms[abbreviation][criterium=all]
\abbreviation{KüFuSt}{Küstenfunkstelle}

fails. Is it a bug?
The rest of the Text works fine with Umlauts

Kind regards,

-- 
Jonas Stein <news@jonasstein.de>

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: abbreviation with Umlaut fails
  2010-12-04  4:48 abbreviation with Umlaut fails Jonas Stein
@ 2010-12-04  8:33 ` Hans Hagen
  2010-12-04  8:43   ` Jonas Stein
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2010-12-04  8:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 4-12-2010 5:48, Jonas Stein wrote:
> \definesynonyms[abbreviation][abbreviations]
> \setupsynonyms[abbreviation][criterium=all]
> \abbreviation{KüFuSt}{Küstenfunkstelle}

works in mkiv; in mkii names have only letters a-z A-Z, there you shoul 
use: \abbreviation[KuFuSt]{KüFuSt}{Küstenfunkstelle}



-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | 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 / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: abbreviation with Umlaut fails
  2010-12-04  8:33 ` Hans Hagen
@ 2010-12-04  8:43   ` Jonas Stein
  2010-12-04  8:57     ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Jonas Stein @ 2010-12-04  8:43 UTC (permalink / raw)
  To: ntg-context

> works in mkiv; in mkii names have only letters a-z A-Z, there you shoul 
> use: \abbreviation[KuFuSt]{KüFuSt}{Küstenfunkstelle}

Strange... I thought i use mkiv i will check that in the afternoon again.
is there a \contextversion command in context?

I have a Systemwide old mkiv and a local fresh one 
(at least i hope so ;-)


It would be nice if Numbers would be valid too.
\abbreviation{mp3}{Max and Peter Treehouse}

kind regards,

-- 
Jonas Stein <news@jonasstein.de>

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: abbreviation with Umlaut fails
  2010-12-04  8:43   ` Jonas Stein
@ 2010-12-04  8:57     ` Hans Hagen
  2010-12-05  2:42       ` Jonas Stein
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2010-12-04  8:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Jonas Stein

On 4-12-2010 9:43, Jonas Stein wrote:
>> works in mkiv; in mkii names have only letters a-z A-Z, there you shoul
>> use: \abbreviation[KuFuSt]{KüFuSt}{Küstenfunkstelle}
>
> Strange... I thought i use mkiv i will check that in the afternoon again.
> is there a \contextversion command in context?
>
> I have a Systemwide old mkiv and a local fresh one
> (at least i hope so ;-)
>
>
> It would be nice if Numbers would be valid too.
> \abbreviation{mp3}{Max and Peter Treehouse}

too confusing as numbers are not part of a macro name

mpthree

btw, here I consistently use uppercase when command generation is enabled

\abbreviation[MPTHREE]{mp3}{Max and Peter Treehouse}

lowercase names can overload core functionality

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | 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 / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: abbreviation with Umlaut fails
  2010-12-04  8:57     ` Hans Hagen
@ 2010-12-05  2:42       ` Jonas Stein
  2010-12-06 11:20         ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Jonas Stein @ 2010-12-05  2:42 UTC (permalink / raw)
  To: ntg-context

> btw, here I consistently use uppercase when command generation is enabled
> \abbreviation[MPTHREE]{mp3}{Max and Peter Treehouse}
> lowercase names can overload core functionality

overload core functionality? What does that mean?

-- 
Jonas Stein <news@jonasstein.de>

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: abbreviation with Umlaut fails
  2010-12-05  2:42       ` Jonas Stein
@ 2010-12-06 11:20         ` Hans Hagen
  0 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2010-12-06 11:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Jonas Stein

On 5-12-2010 3:42, Jonas Stein wrote:
>> btw, here I consistently use uppercase when command generation is enabled
>> \abbreviation[MPTHREE]{mp3}{Max and Peter Treehouse}
>> lowercase names can overload core functionality
>
> overload core functionality? What does that mean?

\abbreviation{def}{...}
\abbreviation{bf}{...}
\abbreviation{em}{...}


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | 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 / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2010-12-06 11:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-04  4:48 abbreviation with Umlaut fails Jonas Stein
2010-12-04  8:33 ` Hans Hagen
2010-12-04  8:43   ` Jonas Stein
2010-12-04  8:57     ` Hans Hagen
2010-12-05  2:42       ` Jonas Stein
2010-12-06 11:20         ` Hans Hagen

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