[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [vile] Xvile sort of daemonizing itself
From: |
Eric Krohn |
Subject: |
Re: [vile] Xvile sort of daemonizing itself |
Date: |
Fri, 12 Mar 2010 12:15:53 -0700 |
Gary,
That annoyed me at first, but there is an easier way around it than
hacking the code.
xvile +fork
+fork/-fork are not in the manual page (at least not in the Debian 9.7x-2
package on Linux), but it does show up if you run xvile -? and it is in
vile's help file (ctl-A h).
--
Eric Krohn
-----Original Message-----
From: Gary Jennejohn <address@hidden>
Date: Fri, 12 Mar 2010 19:53:04 +0100
To: Vile mailing list <address@hidden>
Subject: [vile] Xvile sort of daemonizing itself
I've noticed that xvile now does a (v)fork() in order to set itself up
as a session leader.
I commented out the code in x11.c which does this.
I do not like this behavior because it screws up using xvile as the
external editor in my claws-mail setup.
I looked at the source and saw that this is controlled by a Xresource.
What do I have to set in my .Xresource file to disable this behavior?
I couldn't find any reference to this in the help (:h).
- [vile] Xvile sort of daemonizing itself, Gary Jennejohn, 2010/03/12
- Re: [vile] Xvile sort of daemonizing itself,
Eric Krohn <=
- Re: [vile] Xvile sort of daemonizing itself, Thomas Dickey, 2010/03/12
- Re: [vile] Xvile sort of daemonizing itself, Gary Jennejohn, 2010/03/19
- Re: [vile] Xvile sort of daemonizing itself, Thomas Dickey, 2010/03/19
- Re: [vile] Xvile sort of daemonizing itself, Thomas Dickey, 2010/03/19
- Re: [vile] Xvile sort of daemonizing itself, Gary Jennejohn, 2010/03/20
- Re: [vile] Xvile sort of daemonizing itself, Thomas Dickey, 2010/03/20
Re: [vile] Xvile sort of daemonizing itself, Gary Jennejohn, 2010/03/12
Re: [vile] Xvile sort of daemonizing itself, Steven Lembark, 2010/03/26