You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For an edit-indirect buffer to open with the contents of the codeblock.
Actual Behavior
The following backtrace.
Steps to Reproduce
Buffer like this with cursor in the middle of the codeblock:
``` ini
[/Script/EngineSettings.GameMapsSettings]
+GameModeMapPrefixes=(Name="DM",GameMode="/Script/UnrealTournament.UTDMGameMode")
+GameModeClassAliases=(Name="DM",GameMode="/Script/UnrealTournament.UTDMGameMode")
```
This only seems to happen for languages that don't have obvious mappings between codeblock language marker and emacs mode, so I wonder if it's related to the changes made for #251 , something about this comment #251 (comment) or the one after it. Sorry it's been a while since I wrote that.
Backtrace
Debugger entered--Lisp error: (void-function nil)
nil()
#f(compiled-function (parent-buffer beg end) #<bytecode>)(#<buffer asdf> 11 218)
edit-indirect--create-indirect-buffer(11 218 #<overlay from 11 to 218 in asdf>)
edit-indirect--get-edit-indirect-buffer(11 218)
edit-indirect-region(11 218 display-buffer)
markdown-edit-code-block()
funcall-interactively(markdown-edit-code-block)
call-interactively(markdown-edit-code-block nil nil)
command-execute(markdown-edit-code-block)
Software Versions
Markdown Mode: 2.4-dev
Emacs: 26.0.50
OS: archlinux 4.13.12-1-ARCH
The text was updated successfully, but these errors were encountered:
Expected Behavior
For an edit-indirect buffer to open with the contents of the codeblock.
Actual Behavior
The following backtrace.
Steps to Reproduce
Buffer like this with cursor in the middle of the codeblock:
This only seems to happen for languages that don't have obvious mappings between codeblock language marker and emacs mode, so I wonder if it's related to the changes made for #251 , something about this comment #251 (comment) or the one after it. Sorry it's been a while since I wrote that.
Backtrace
Software Versions
The text was updated successfully, but these errors were encountered: