[Moin-user] MoinMoin and Python 2.2

Bruce.Durling at equifax.com Bruce.Durling at equifax.com
Thu Jan 3 04:06:06 EST 2002


Thanks for the patch. It works a treat.

I'd love to get the latest version out of cvs, but firewalls prevent me
from pointing anything at it. Is there a nightly tar ball that I've missed?

I love the wiki syntax in MoinMoin. Its kept me from going with either
Twiki or ZWiki. In fact I find most other Structured Text things to be a
little deficient in comparison. Keep up the good work. I'll keep looking
around for ways to contribute.

cheers,
bld




                                                                                                                      
                    "Juergen Hermann"                                                                                 
                    <jh at web.de>                        To:     "Bruce.Durling at equifax.com"                            
                    Sent by:                           <Bruce.Durling at equifax.com>, "moin-user at lists.sourceforge.net" 
                    moin-user-admin at lists.sourc        <moin-user at lists.sourceforge.net>                              
                    eforge.net                         cc:                                                            
                                                       Subject:     Re: [Moin-user] MoinMoin and Python 2.2           
                                                                                                                      
                    01/03/02 10:59 AM                                                                                 
                    Please respond to "Juergen                                                                        
                    Hermann"                                                                                          
                                                                                                                      
                                                                                                                      



On Thu, 3 Jan 2002 08:28:11 +0000, Bruce.Durling at equifax.com wrote:

>Should I raise a bug in the sf.net bug tracker or is this list a better
>place to post it?

Apply this:

--- parser/wiki.py      2001/12/20 23:26:32     1.63
+++ parser/wiki.py      2002/01/03 10:58:10
@@ -622,7 +622,7 @@
     def replace(self, match):
         #hit = filter(lambda g: g[1], match.groupdict().items())
         for type, hit in match.groupdict().items():
-            if hit is not None:
+            if hit is not None and type != "hmarker":
                 ##print "###", cgi.escape(`type`), cgi.escape(`hit`), "
###"
                 if self.in_pre and type not in ['pre', 'ent']:
                     return self.highlight_text(hit)


Or get the latest CVS version.


Ciao, Jürgen



_______________________________________________
Moin-user mailing list
Moin-user at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user








More information about the Moin-user mailing list