Results 34 comments of William David Mayo ("Dave")

@lorawoodford pinging you bc we've been talkin' docs lately with other PR, whichever "fixed example" strategy you wanna go with is fine by me, and let me know if you...

@lmcglohon we just hit this bug as well; wanna bump this in priority, also I might get tasked to fix it for $work, should know by later today.

Is there doc for that? I think this is a big enough problem that it's worth explicitly linking it in any such doc so that it doesn't fall off the...

In which sense? I definitely don't have bandwidth for the Real Ultimate Model Level Fix on my own, though I could maybe help out, but I'm definitely happy to go...

@lmcglohon For Harvard and Smith, the solution was basically all preprocessor-based - since the worst problems are places where ampersands and entities are ambiguous, we resolved all entities we could...

I know this has sat for some time - sorry about that - @dunmaksim, can you provide the expression you expanded to get this, just so it's easier for me...

I haven't checked it out and tested it, but one thing I'm immediately seeing is that this is showing up in the src/ directory files, but not the compiled el...

`p{{}` actually works on my system, but `p{}}|` fails with an unbalanced parens error, so still a problem. `|` is the char used for filters - it definitely makes things...

I'm gonna take a stab at this on the train tomorrow. It may take a bit - the parsing for that stuff is regex based, and emacs doesn't support lookbehind...