diff -u -r1.314 TWiki.pm --- lib/TWiki.pm 7 Apr 2004 12:50:52 -0000 1.314 +++ lib/TWiki.pm 12 Apr 2004 05:34:16 -0000 @@ -1236,6 +1236,7 @@ ---++ sub isWikiName ( $name ) Not yet documented. +CODE_SMELL - this should be called isWikiWord =cut @@ -3553,6 +3560,11 @@ # Add before WikiWord inside link text to prevent double links $theLinkText =~ s/([\s\(])($regex{singleUpperAlphaRegex})/$1$2/go; + + # Allow spacing out, etc + if (isWikiName($theLinkText)) { + $theLinkText = TWiki::Plugins::renderWikiWordHandler( $theLinkText ) || $theLinkText; + } my $exist = &TWiki::Store::topicExists( $theWeb, $theTopic ); # I18N - Only apply plural processing if site language is English, or