vermiculus / sx.el

Stack Exchange for Emacs
http://stackapps.com/q/3950
709 stars 40 forks source link

Reading a question triggers a warning buffer about undo buffer #320

Open sivaramn opened 8 years ago

sivaramn commented 8 years ago

Every time a hit RET on a question , I get a Warning buffer with the following message Warning (undo): Buffersx-question' undo info was 12252213 bytes long. The undo info was discarded because it exceededundo-outer-limit'.`

with a whole lot of text about warnings.

I have to hit C-g to stop it and only the question shows up and not the answers sx-version is 0.4 `

Malabarba commented 8 years ago

I think I remember seeing a previous issue like this related to markdown-mode. @vermiculus do you recall anything?

vermiculus commented 8 years ago

Hmm, like #312?

sivaramn commented 8 years ago

that's exactly the same kind of messages I'm seeing. The funny thing is, the first q I hit RET, it works sometimes and then everything afterwards goes wonky with the undo message and the last line about writing to read question el file or something

vermiculus commented 8 years ago

What version of markdown-mode are you using? Is there any post that does this reliably? (This will help us create a MWE.)

Perhaps @jrblevin should also be involved in this conversation.

vermiculus commented 8 years ago

It's quite possible we need to update our usage of markdown-mode's functions.

Malabarba commented 7 years ago

Perhaps. I remember they changed a while back and broke everything. But I'm using the package right now and don't get any problems.