-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No prompt found or ‘comint-prompt-regexp’ not set properly #85
Comments
What version of Hy are you using? After running it, is |
Hi, thanks for replying. I am using hy after running
|
me too. problem... |
I'm not sure when I will be able to get to this, my job has taken my open source time away. PRs are welcome. |
I understand... My studies have taken mine as well. |
Is anyone aware if this is actually still happening? From #93 it's not clear if this is still a thing. |
I have to remove the code line that produces this error to make hy-mode work for me. I believe the |
Just want to note I ran into the same issue. I haven't tried implementing #103 or alexeiz's fix, though, so either may be valid solutions. |
Is there any update for this, for those of us would prefer avoiding manually installing these patch? |
with alpha 4 out the door now, i'll see what i can do to get |
I just ran into this, and manually applying #103 didn't appear to fix this. I'll try to get a PR up to fix this once I get a bit of time to try and dig in on what's happening. FWIW, version information
|
Are you all also running this on windows? |
@riatzukiza I was running on windows. Back when I was actively using |
Try running hy on git bash. It never showed the input prompt for me. Then
try running hy on cmd. That worked, I got the input prompt Same thing
happened on the *hy internal* buffer, even after I tried forcing emacs to
use cmd.
I moved a lot of my work onto wsl and do emacs on it through xlaunch and
i3wm. I'll see if I get the same bug running emacs on its home planet.
…On Sun, Dec 1, 2024, 7:19 PM Swapneil Singh ***@***.***> wrote:
@riatzukiza <https://github.com/riatzukiza> I was running on windows.
Back when I was actively using hy I ran Emacs (and so any related
applications) in Windows cmd rather than git bash, however, so not sure if
it's the same issue you encountered
<#103 (comment)>.
—
Reply to this email directly, view it on GitHub
<#85 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACROVPNI4UY72PGXVTC7XE32DO7UFAVCNFSM6AAAAABSHIGKYCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMJQGQZDGOJUGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi,
When i run
run-jedhy
, i get the following error message:A little digging around showed, that somehow the
hy-shell--redirect-output-buffer
is not created.I am on Emacs 26.3.
The text was updated successfully, but these errors were encountered: