an emacs command to open a new instance of emacs
        Posted  
        
            by RamyenHead
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by RamyenHead
        
        
        
        Published on 2010-04-08T21:30:47Z
        Indexed on 
            2010/04/08
            21:33 UTC
        
        
        Read the original article
        Hit count: 513
        
How can I make a cross-platform emacs command that opens another instance of emacs with -q option?
The reason why I need such a command is that it would be easy to modify the command to make it open another instance of emacs with -q and -l option so that the new instance loads an el file that I am editing with the old instance.
© Stack Overflow or respective owner