help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacsclient not integrated into modern window systems


From: Vaidheeswaran C
Subject: Re: emacsclient not integrated into modern window systems
Date: Sun, 12 Jul 2015 14:24:10 +0530
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.3.0

On Sunday 12 July 2015 12:38 AM, Vaidheeswaran C wrote:
> $ emacsclient --alternate-editor="" file.txt

The below variation seems like a good improvement.

emacsclient  --alternate-editor="" -cF "((top . 0) (left . 0) (width
. 99) (height . 28))"


For plugging in the frame parameters, I used

    M-: (current-frame-configuration)

and hand picked the few that you see.

For some reasons, including

            (fullscreen . maximized)

in the frame parameter has no intended effect on the editor window.  It
is not clear to me whether it is a limitation or a bug.

----------------------------------------------------------------

The External Editor plugin (Thunderbird) now uses the above commandline.
 In addition, my .emacs has the following line.

    (push '("\\.eml\\'" . message-mode) auto-mode-alist)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]