emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[emacs-wiki-discuss] Re: small bug: blockquote


From: Sacha Chua
Subject: [emacs-wiki-discuss] Re: small bug: blockquote
Date: Fri, 26 Mar 2004 13:02:47 +0800
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

chris wallace <address@hidden> writes:

>    The best known risk factor is the C677T polymorphism in MTHFR, which
>    is quite common but is a risk factor in some populations (the
>    knockout mouse does NOT have any NTD). Regarding this polymorphism -
>    in Dutch studies the TT frequency is 8.4% (9.1% in meta analysis all
>    international studies).  In NTD cases, 12.7% (17.4% average in
>    trials), 15.7% in mothers and 10% in fathers. ORs are 1.5 [95% CI
>    0.7-3.1] for patients, 1.9 [1.1-3.3] in mothers and 1.1 [0.5-2.4] in
>    fathers. in some other populations there is no association.
>    Lots of the other gene based triad or case-control studies have
>    looked at folate genes- for the not very good reason that folic acid
>    prevents a proportion of NTD. so in term of known genes i cant
>    really say a lot.

0.7-3.1 gets marked up as possibly a numbered list because it matches
this regular expression:

   ["^\\s-*\\(-\\|[0-9]+\\.\\)" 1 "\n\\1"]

One way to avoid this behavior is to require a whitespace character
immediately after the period by changing the elisp, or to fill your
paragraph so that 0.7 does not start a line.

I'll experiment with requiring whitespace after the period. In the
meantime, carefully refill your paragraph, or delete the corresponding
rule from emacs-wiki-publishing-markup with this elisp snippet:

  (setq emacs-wiki-publishing-markup
        (delq (assoc ["^\\s-*\\(-\\|[0-9]+\\.\\)" 1 "\n\\1"]
                     emacs-wiki-publishing-markup)
              emacs-wiki-publishing-markup))

If this is in a PlannerMode project, you will also want to

  (planner-update-project)

-- 
Sacha Chua <address@hidden> - Ateneo CS faculty geekette
interests: emacs, gnu/linux, making computer science education fun
http://sacha.free.net.ph/ - PGP Key ID: BE2D08EC




reply via email to

[Prev in Thread] Current Thread [Next in Thread]