I wanted to open a new file in Emacs from shell in a new buffer in an existing window, so I used emacsclient.
After I launch emacsclient, it opens the file in a new buffer, as I wanted, but then Alt+Tab doesn't work and I need to click with the mouse on the top panel to get to another window.
May somebody know how to solve this problem? Or maybe open new file in a new buffer without emacsclient?
I'm using Ubuntu 11.10.
emacsclient command I'm using:
emacsclient --no-wait -n $*