[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New Package: sticky-shell
From: |
Jean Louis |
Subject: |
Re: New Package: sticky-shell |
Date: |
Fri, 30 Dec 2022 17:45:56 +0300 |
User-agent: |
Mutt/2.2.9+54 (af2080d) (2022-11-21) |
* Andrew De Angelis <bobodeangelis@gmail.com> [2022-12-28 18:35]:
> @Jean Louis
> Thank you. I still can't reproduce the error, but I understand its causes.
> Line 72:
> `(aset prompt (- (length prompt) 1) 0) ; remove the newline ending char`
> was intended to remove the newline char that showed up in my header as
> '^J'. There must be something different in your configuration that already
> removes it from the header/prompt, so deleting it again caused the issue.
> I've replaced this line with the more explicit:
> `(string-trim-right prompt "[ \t\n\r]+"))) ; remove the newline ending char`
> Please try out the latest code <https://github.com/andyjda/sticky-shell>and
> let me know your experience.
Thank you. I do not see that problem anymore, though I tested it for
only short time.
Here are matches for `shell''of my custom.el if you wish to test if
that fiddles with your package.
7 matches for "shell" in buffer: custom.el
78: '(async-shell-command-buffer 'new-buffer)
524: '(shell-command-prompt-show-cwd t)
525: '(shell-completion-execonly nil)
--
Jean
Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns
In support of Richard M. Stallman
https://stallmansupport.org/
- Re: New Package: sticky-shell, (continued)
- Re: New Package: sticky-shell, Stefan Monnier, 2022/12/12
- Re: New Package: sticky-shell, Jean Louis, 2022/12/12
- Re: New Package: sticky-shell, Andrew De Angelis, 2022/12/13
- Re: New Package: sticky-shell, Stefan Monnier, 2022/12/13
- Re: New Package: sticky-shell, Jean Louis, 2022/12/13
- Re: New Package: sticky-shell, Andrew De Angelis, 2022/12/14
- Re: New Package: sticky-shell, Stefan Monnier, 2022/12/14
- Re: New Package: sticky-shell, Jean Louis, 2022/12/16
- Re: New Package: sticky-shell, Andrew De Angelis, 2022/12/28
- Re: New Package: sticky-shell,
Jean Louis <=