Code Monkey home page Code Monkey logo

Comments (5)

adamrt avatar adamrt commented on June 30, 2024

Thanks for the report!

I'm unable to reproduce this bug. I've seen this error from some other reports when searching for the it (org-mode, etc) and it is usually due to some other configuration, but I can't be certain.

Can you reproduce this bug? If so, would you mind sending me the exact steps to reproduce it and I'll be happy to dig in to it.

from sane-term.

arvids avatar arvids commented on June 30, 2024

Sorry for the late reply, I am traveling at the moment.
This is my configuration for ansi-term/sane-term:

;; unicode in ansi-term
(defadvice ansi-term (after advise-ansi-term-coding-system)
    (set-buffer-process-coding-system 'utf-8-unix 'utf-8-unix))
(ad-activate 'ansi-term)

;; Use Emacs terminfo, not system terminfo
(setq system-uses-terminfo nil)

(require 'sane-term)
(global-set-key (kbd "C-x T") 'sane-term-create)
(global-set-key (kbd "C-x t") 'sane-term)

(global-set-key (kbd "S-s-SPC") 'sane-term-create)
(global-set-key (kbd "s-SPC") 'sane-term)

;; Set $SHELL (fish) as shell
(when (getenv "SHELL")
  (setq sane-term-shell-command (getenv "SHELL")))

I am able to reproduce it with my configuration, I can troubleshoot more in a week.

from sane-term.

adamrt avatar adamrt commented on June 30, 2024

Thanks for replying. I found a similar report that explains some of what is happening here syl20bnr/spacemacs#605

Can you see if you can replicate it by running emacs -Q to ignore your configuration and then just use the configuration you have above? I'm unable to replicate it some I'm thinking it may be some hook you have running or something similar.

Also, side note: I just updated sane-term to use (getenv "SHELL") for the default sane-term-shell-command so you can remove that configuration as well.

from sane-term.

arvids avatar arvids commented on June 30, 2024

Yup, error still seems to come up with just ansi-term in emacs -Q,

error in process filter: Selecting deleted buffer [2 times]

So it seem you are in the clear:)
Thank you for your help.

from sane-term.

adamrt avatar adamrt commented on June 30, 2024

Thank you

from sane-term.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.