Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upWrong type argument #10
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
iqbalansari
Jun 9, 2017
Owner
Hi @sebastiencs,
Thanks a lot for the detailed bug report. I have just pushed a fix for the issue, could you please try it once MELPA updates and report back if the issue still occurs
Thanks
|
Hi @sebastiencs, Thanks a lot for the detailed bug report. I have just pushed a fix for the issue, could you please try it once MELPA updates and report back if the issue still occurs Thanks |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
sebastiencs
Jun 10, 2017
Thank you for this quick fix. It resolves the error.
Now I have another problem:
Once emacs is restarted, when I quit emacsclient with C-x C-c (save-buffers-kill-terminal) the daemon is also ended. I have to start it again.
This problem appears only with emacs GUI, it works with emacs on terminal (I have 2 differents daemons for each)
Also, I don't know if it's important but I have this message in the *Warnings* buffer:
Error (frameset): Unknown terminal type
I don't know what information can I give you to help you, let me know if you need something
sebastiencs
commented
Jun 10, 2017
•
|
Thank you for this quick fix. It resolves the error. Now I have another problem: Also, I don't know if it's important but I have this message in the *Warnings* buffer: I don't know what information can I give you to help you, let me know if you need something |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
iqbalansari
Jun 18, 2017
Owner
That seems like a bug, I have an idea why it happens, will try pushing a fix soon. Thanks for the report
|
That seems like a bug, I have an idea why it happens, will try pushing a fix soon. Thanks for the report |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
dinkonin
Jul 22, 2017
I have the same problem using emacs in daemon mode, when I restart it I also get
Error (frameset): Unknown terminal type
the daemon does not start again and needs to be started manually.
I'm using emacs 25.2.1 on ArchLinux
dinkonin
commented
Jul 22, 2017
|
I have the same problem using emacs in daemon mode, when I restart it I also get
the daemon does not start again and needs to be started manually. I'm using emacs 25.2.1 on ArchLinux |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
iqbalansari
Aug 27, 2017
Owner
@dinkonin @sebastiencs There does not seem to be a way to fix the issue, I will keep looking though. I am keeping this issue open as a reminder
|
@dinkonin @sebastiencs There does not seem to be a way to fix the issue, I will keep looking though. I am keeping this issue open as a reminder |
sebastiencs commentedJun 9, 2017
Hi, When I run restart-emacs, I got this error:
Wrong type argument: processp, nowaitIt's in the function restart-emacs--record-tty-file (i'm using emacs GUI)
The parameter
currentis set to(client . nowait)I have attached the backtrace if it can help
backtrace.txt