Re: config question

2000-09-10 Thread Björn Jacke
On 2000-09-08 at 14:59 -0700 Jason Helfman sent off: What is this all about, RunningX ? is this a process? -- check out http://www.fiction.net/blong/programs/mutt/autoview/RunningX.c and have fun ... Björn -- Björn Jacke · E-Mail: [EMAIL PROTECTED] SuSE GmbH · Schanzäckerstr. 10 ·

config question

2000-09-08 Thread Jason Helfman
Would their be a way to configure mutt to test if I am running X, and based off the exit of this, 1 or 0, use a particular mutt variable setting? -- /Jason G Helfman "At any given moment, you may find the ticket to the circus that has always been in your possession." Fingerprint: 6A32

Re: config question

2000-09-08 Thread Suresh Ramasubramanian
*[Jason Helfman on Thu, Sep 07, 2000 at 11:15:18PM -0700]: Would their be a way to configure mutt to test if I am running X, and based off the exit of this, 1 or 0, use a particular mutt variable setting? Like say using gvim instead of vim in the editor? Man test, using backticks ;) --

Re: config question

2000-09-08 Thread Gary Johnson
On Thu, Sep 07, 2000 at 11:15:18PM -0700, Jason Helfman wrote: Would their be a way to configure mutt to test if I am running X, and based off the exit of this, 1 or 0, use a particular mutt variable setting? Something like this? set editor=`RunningX echo gvim || echo vim` Gary --

Re: config question

2000-09-08 Thread David Champion
On 2000.09.08, in [EMAIL PROTECTED], "Gary Johnson" [EMAIL PROTECTED] wrote: On Thu, Sep 07, 2000 at 11:15:18PM -0700, Jason Helfman wrote: Would their be a way to configure mutt to test if I am running X, and based off the exit of this, 1 or 0, use a particular mutt variable

Re: config question

2000-09-08 Thread Jason Helfman
On Fri, Sep 08, 2000 at 01:05:38PM -0500, David Champion muttered: | On 2000.09.08, in [EMAIL PROTECTED], | Or: | source `RunningX echo .muttrc.x || echo /dev/null | | if you have a lot of things to vary. | | -- | -D. [EMAIL PROTECTED]NSITUniversity of Chicago | What is

Re: config question

2000-09-08 Thread David T-G
Jason -- ...and then Jason Helfman said... % On Fri, Sep 08, 2000 at 01:05:38PM -0500, David Champion muttered: % | On 2000.09.08, in [EMAIL PROTECTED], % | Or: % | source `RunningX echo .muttrc.x || echo /dev/null % % What is this all about, RunningX ? is this a process? Gee, I guess you

Re: config question

2000-09-08 Thread David Champion
On 2000.09.08, in [EMAIL PROTECTED], "Jason Helfman" [EMAIL PROTECTED] wrote: On Fri, Sep 08, 2000 at 01:05:38PM -0500, David Champion muttered: | On 2000.09.08, in [EMAIL PROTECTED], | Or: | source `RunningX echo .muttrc.x || echo /dev/null | | if you have a lot of things to

Re: config question

2000-09-08 Thread Jason Helfman
On Fri, Sep 08, 2000 at 05:53:15PM -0500, David Champion muttered: | I just copied what Gary said, but RunningX is a program that checks | whether you're running X. | what package is this a part of? I have RedHat and mostly rpms installed. I am unable to find it via locate or find. -- /Jason