In terminals, I'm used to the linux convention of being able to run several windows at once in the background. When I try this on x11 in leopard, nothing happens. I'm relatively experienced with the unix environment/x11 programming, but modding things about the environment itself is my biggest weakness.
In case you don't know what I'm talking about, here's an example:
I'm used to typing:
~> emacs/pico/vim/(insert favorite editor here) [filename] &
and the editor opens the file in a separate window from my terminal, leaving me free to do things in the terminal, and edit the file. In OS X, I haven't gotten this to work. When I try this, all I get is:
~> emacs [filename] &
[1] 11484 (sometimes different numbers)
~>
and nothing else comes up on the screen. I know that there's a way around this and that it's probably stupidly simple, but I haven't figured it out on my own. In any replies, please be specific exactly what steps I should take to ameliorate this problem (e.g. say "edit the .bashrc file in your home directory to say xxxxxx after such and such line" instead of "add xxx to your bash file." Trust me, if I can, I will screw it up, and probably have).
Thanks
In case you don't know what I'm talking about, here's an example:
I'm used to typing:
~> emacs/pico/vim/(insert favorite editor here) [filename] &
and the editor opens the file in a separate window from my terminal, leaving me free to do things in the terminal, and edit the file. In OS X, I haven't gotten this to work. When I try this, all I get is:
~> emacs [filename] &
[1] 11484 (sometimes different numbers)
~>
and nothing else comes up on the screen. I know that there's a way around this and that it's probably stupidly simple, but I haven't figured it out on my own. In any replies, please be specific exactly what steps I should take to ameliorate this problem (e.g. say "edit the .bashrc file in your home directory to say xxxxxx after such and such line" instead of "add xxx to your bash file." Trust me, if I can, I will screw it up, and probably have).
Thanks