emacs-devel
[Top][All Lists]
Advanced

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

Re: emacsclient bug


From: David De La Harpe Golden
Subject: Re: emacsclient bug
Date: Sun, 3 Feb 2008 00:10:25 +0000

On 31/01/2008, Sascha Wilde <address@hidden> wrote:
> This stopped working with the new emacsclient version and `-d $DISPLAY
> -c $f' doesn't help, because there is no shell involved which could
> expand $DISPLAY.
>

But does it it still exist in the process' environment?
Maybe  emacsclient now just needs a -D option for "use X11 display
found in DISPLAY env var" ? So you can do "emacsclient -D -c", say.

If you set the ViewSourceWith editor to dumpenv, where dumpenv is shell script

#!/bin/sh
env >/tmp/myenv

, what does myenv end up containing?  Does it have a DISPLAY or is
firefox cleaning the env of its children?




reply via email to

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