bash - How to open emacs in new window after using ssh login -


when open terminal , type "emacs", new emacs window opens. after using ssh log in host, typing "emacs" creates emacs buffer inside terminal.

is there way can specify when using ssh want windows opened outside of terminal? perhaps inserting .bashrc?

note: tried using "ssh -y" instead of "ssh". didn't work.

edit: don't know why didn't work before, both "ssh -y" , "ssh -x" solve problem.

if emacs not compiled use windowing system, not able this. c-u m-x emacs-version output? typically (certainly recent versions of emacs) indicate presence of x support.

if it's been compiled x, 1 of -x or -y ssh arguments (taking appropriate note of warnings) indeed how done, you'd presumably have dig little figure out might going awry.

(failing that, can of course use local gui emacs access remote files on ssh via tramp.)


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

wso2esb - How to concatenate JSON array values in WSO2 ESB? -