syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.64k stars 4.89k forks source link

shell layer breaks matlab-shell-tab #7503

Closed Mengesh closed 4 years ago

Mengesh commented 7 years ago

Description :octocat:

matlab-shell-tab doesn't work when shell layer is loaded.

Reproduction guide :beetle:

Observed behaviour: :eyes: :broken_heart: M-shell gives the following output:

>> emacsdocomplete('peak')

emacs_completions_output =

java.lang.String[]:
    'peak2peak'
    'peak2rms'
    'peaknotchdemo'
    'peaks'

Expected behaviour: :heart: :smile: matlab-shell-tab should open another buffer with possible completions that are clickable.

System Info :computer:

((auto-completion :variables auto-completion-enable-snippets-in-popup t auto-completion-enable-help-tooltip t auto-completion-enable-sort-by-usage t)
 better-defaults emacs-lisp git markdown pandoc org
 (shell :variables shell-default-height 30 shell-default-position 'bottom)
 spell-checking syntax-checking version-control extra-langs ranger semantic gtags
 (python :variables python-enable-yapf-format-on-save t)
 (latex :variables font-latex-fontify-script nil latex-enable-auto-fill t latex-enable-folding t))
braham-snyder commented 7 years ago

you can ask for only filename completions, or you can unset comint-prompt-read-only: https://sourceforge.net/p/matlab-emacs/mailman/message/29435577/

github-actions[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!