Henrik Lissner

Results 312 comments of Henrik Lissner

This issue persists, despite 359347b: ``` Debugger entered--Lisp error: (wrong-type-argument consp nil) markdown-imenu-create-nested-index() imenu--make-index-alist() imenu-choose-buffer-index() byte-code("\300 C\207" [imenu-choose-buffer-index] 1) command-execute(imenu record) execute-extended-command(nil "imenu" "imenu") funcall-interactively(execute-extended-command nil "imenu" "imenu") command-execute(execute-extended-command) ```...

Sure. Curiously I can't reproduce this without native-comp, and the issue goes away if I re-evaluate its definition, so something is certainly lost at compile time. It may very well...

At the moment, no, but I'll look into adding this feature.

Sorry for taking so long to get to this. I'm trying to reproduce this and don't quite understand what the problem is. I've tried this myself and they both appear...

Is this still an issue? If so, could you offer an explanation, or better: a screenshot? I don't understand the problem.

I'm not sure I follow. This is correct behavior for pug as far as I can tell, as `h1 Some heading` and `small Subheading` are two separate entities. Pug lets...

Ah, I understand now. I was under the impression that this was illegal in pug templates. That throws a wrench into pug-mode's indentation heuristics. I'll need to rethink them.

Is this still a problem? I cannot reproduce it. ``` - realy, really, really really really really .... long line ``` becomes ``` - realy, really, really really really ......

Very odd. I'll look into it this weekend.

Sorry for the late reply: it's commented because, at the time, it conflicted with `(modify-syntax-entry ?\" "\"" table)` ([line 231](https://github.com/hlissner/emacs-pug-mode/blob/master/pug-mode.el#L231)). I'm looking into it now.