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

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

emacsclient and frame parameters?


From: Doug Lewan
Subject: emacsclient and frame parameters?
Date: Wed, 22 Aug 2012 12:20:58 +0000

How do you use the --frame-parameters option to emacs client?

I know the argument should be an association list, but every permutation of 
quoting or not and using '=' or not gets me no result.

For example:
emacsclient -c --frame-parameters="(list (cons 'width 48))" .
emacsclient -c --frame-parameters "(list (cons 'width 48))" .
emacsclient -c --frame-parameters="(list '(width . 48))" .
emacsclient -c --frame-parameters "(list '(width . 48))" .
emacsclient -c --frame-parameters="'((width . 48))" .
emacsclient -c --frame-parameters "'((width . 48))" .

I assume my little brain is missing something simple if not obvious. Can you 
help?

Thanks.

,Douglas
Douglas Lewan
Shubert Ticketing
(201) 489-8600 ext 224

There is no national science just as there is no national multiplication table; 
what is national is no longer science. - Anton Checov




reply via email to

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