-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make live-preview follow min or max point #102
make live-preview follow min or max point #102
Conversation
81e6be8
to
532ba23
Compare
Ok, for some reason this works just fine interactively, but behaves differently in batch mode (the eternal struggle), causing the test to fail. I'll find a way to trip this appropriately. |
17015f8
to
f5dc0f2
Compare
This might also fix some of the errors #69 is having too because of the fix to Now that |
effa6c0
to
91f8cf9
Compare
Ok, this should work. Most of the issue was that I forgot that |
For some reason |
The above mentioned 25.1 build was from emacsforosx.com. I tried a build of 24.5 from MacPorts and it also returns nil. Both have |
- also make ci server happy by requiring libxml-parse-html-region
91f8cf9
to
a25d0d1
Compare
That's because |
Thanks. That's right--I think we saw a similar issue before, but I forgot. I'll check this version again soon. Here's the error I got before:
|
Oh ok, that makes sense. I was worried it was from somewhere else. |
Thanks, I rebased and applied this as dda54f7. |
This makes the output buffer window's point for
markdown-live-preview-mode
stay atpoint-min
orpoint-max
, if the window displayingmarkdown-live-preview-buffer
was already atpoint-min
orpoint-max
. This means the output buffer will not have to be manually re-scrolled down if the user is adding lots of text to to the bottom of a file and using live-preview.