You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure what is happening, but I noticed that if I set several windows to create new file buffers with emacsclient, after (about) the 8th connection request, subsequent requests are refused.
The workaround for me is to "sleep" before making a new connection request.
Any thought about this? I'm thinking the core issue is that the emacs server is receiving requests too quickly, so maybe it's just a limitation of emacs.
EDIT: Feature request
Would you consider adding a "window" argument to teamocil? That is, allowing the user to feed in their yaml array of windows file -- as usual -- while allowing for specification of certain windows.
Something like this. Say the end-user's yaml file describes config for four windows.
teamocil example --window "Name1" "Name4"
The idea behind the above command is that the arguments would tell teamocil to only parse config data for window "Name1" and window "Name4." That's it in a nutshell.
The text was updated successfully, but these errors were encountered:
The idea behind the above command is that the arguments would tell teamocil to only parse config data for window "Name1" and window "Name4." That's it in a nutshell.
I get the idea, but I don’t think this will ever be implemented in Teamocil. Layouts are meant to be defined as a set of windows. What you could do to reproduce that behavior is create a single layout for each of your window.
Not sure what is happening, but I noticed that if I set several windows to create new file buffers with emacsclient, after (about) the 8th connection request, subsequent requests are refused.
The workaround for me is to "sleep" before making a new connection request.
Any thought about this? I'm thinking the core issue is that the emacs server is receiving requests too quickly, so maybe it's just a limitation of emacs.
EDIT: Feature request
Would you consider adding a "window" argument to teamocil? That is, allowing the user to feed in their yaml array of windows file -- as usual -- while allowing for specification of certain windows.
Something like this. Say the end-user's yaml file describes config for four windows.
The idea behind the above command is that the arguments would tell teamocil to only parse config data for window "Name1" and window "Name4." That's it in a nutshell.
The text was updated successfully, but these errors were encountered: