Skip to content
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

markdown-shifttab breaks #156

Closed
conal opened this issue Aug 3, 2016 · 3 comments
Closed

markdown-shifttab breaks #156

conal opened this issue Aug 3, 2016 · 3 comments

Comments

@conal
Copy link

conal commented Aug 3, 2016

markdown-shifttab dies on the following nearly-empty (gitit-style) document:


---
title: Another symptom
...

Markdown-mode, version 2.1; Emacs version 24.5.1 on Mac OS (from brew).

The backtrace:

Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil)
  markdown-outline-fix-visibility()
  markdown-cycle(t)
  markdown-shifttab()
  call-interactively(markdown-shifttab nil nil)
  command-execute(markdown-shifttab)

I suspect that this symptom is related to issue #155.

syohex added a commit that referenced this issue Aug 4, 2016
If it cannot be got, it raises exception. This is work around of #156.
jrblevin pushed a commit that referenced this issue Aug 4, 2016
If it cannot be got, it raises exception. This is work around of #156.
@syohex
Copy link
Collaborator

syohex commented Aug 4, 2016

I suppose this issue is fixed by #157. Could you check latest version ?

@conal
Copy link
Author

conal commented Aug 4, 2016

@syohex Your commit does appear to fix both #157 and #155. Thank you very much!

@syohex
Copy link
Collaborator

syohex commented Aug 4, 2016

Thanks for checking.

@syohex syohex closed this as completed Aug 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants