[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Suggestion: Make emacsclient act as a new frame
From: |
dhruva |
Subject: |
Re: Suggestion: Make emacsclient act as a new frame |
Date: |
Tue, 31 Jul 2007 10:05:02 +0530 |
Hi,
On 7/31/07, Phillip Susi <address@hidden> wrote:
> It would be nice if at some future time emacsclient was actually
> interactive, functioning like a new frame on the principal emacs client,
> rather than just blocking while you have to tab to the principal emacs
Not sure if I understand you correctly... If you want to edit a file
in a new frame other than the primary Emacs frame, you could use the
following syntax:
$ emacsclient -n -e "(find-file-other-frame \"~/_emacs\")"
The stuff between \"...\" could be a command line variable if you set
is as a SHELL alias (or doskey macro).
The above command creates a new frame and opens the file in the new
frame. The command line does not wait till you complete the editing
and closing of the file.
-dky
--
Dhruva Krishnamurthy
Contents reflect my personal views only!