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

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

Re: sudo emacsclient


From: Colin S. Miller
Subject: Re: sudo emacsclient
Date: Mon, 26 Oct 2009 22:21:18 +0000
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090706)

Andreas Politz wrote:

What is the *magic* export good for ?

Andreas,
GDK_NATIVE_WINDOWS=1
will set the enviromental variable "GDK_NATIVE_WINDOWS" to "1",
but only for this shell, itself.

export GDK_NATIVE_WINDOWS
will allow any processes started from this shell to see the new value,
otherwise they see the old value.

export GDK_NATIVE_WINDOWS=1
will export and set the variable at the same time.

HTH,
Colin S. Miller








--
Replace the obvious in my email address with the first three letters of the 
hostname to reply.


reply via email to

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