I love to start emacs in daemon mode with my first login and then have the same emacs process for all subsequent logins, be it graphical, on physical console or from the network via ssh.
But there is a problem with this, when using a session to save the last open files and some of this files are encrypted (e.g. with gpg) and ask for the decryption key on load. Then the application is frozen and waits for an input from a disconnected stdin.
How can I defer the question to the first time interactively changing to the buffer?
Or, how can I exclude the encrypted files from the session?
And maybe there is just another solution.