Hi Bret:
Thank you for the information. I finally got all 4
packages.
Also, I solved my problem with the coloring in csh. In
case anybody is interested, what I did was the following,
%cp /etc/DIR_COLORS $HOME/.dir_colors
then edited the .dir_colors in my directory and typed
%dircolors .dir_c
On Wed, 2002-05-01 at 21:18, Cesar Moya wrote:
> Hey guys:
>
> BTW, how do I get "gvim"? I heard about it, but never tried
> it.
here are the rpms I installed to get vim working. get the ones from the
update site for 7.x fixed several usability issues for me. As with most
things unix it works
Hey guys:
Thank you very much for all your answers. I tried what you
all suggested and seems to be working. Of course I put
kedit as an example in my original post, but I was worried
about my own C or FORTRAN programs which sometimes I leave
running in the background and need to be sure they ar
On Wed, 2002-05-01 at 07:58, Brian Ashe wrote:
>
> At least in KDE you can save yourself from worrying about this at all. Hit
> Alt-F2 and you get a run dialog. Type your command in and hit enter. It has
> to be one of the handiest things about KDE. (Note: If Gnome has a similar
> feature I am no
On 01 May 2002 09:02:03 -0500
Bret Hughes <[EMAIL PROTECTED]> quietly intimated:
> On Wed, 2002-05-01 at 08:31, Cesar Moya wrote:
> > Hello everyone:
> >
> > Suppose I run a program under the bash shell from the
> > console in KDE or GNOME using a command like this
> >
> > $ kedit prog1.c &
> >
Hello Cesar,
Wednesday, May 1, 2002, 9:31:32 AM, you textually orated:
CM> Hello everyone:
CM> Suppose I run a program under the bash shell from the
CM> console in KDE or GNOME using a command like this
CM> $ kedit prog1.c &
CM> If I kill the console (using the mouse) from which I issue
CM> t
On Wed, 2002-05-01 at 08:31, Cesar Moya wrote:
> Hello everyone:
>
> Suppose I run a program under the bash shell from the
> console in KDE or GNOME using a command like this
>
> $ kedit prog1.c &
>
> If I kill the console (using the mouse) from which I issue
> that command, the process "kedit"
Hello everyone:
Suppose I run a program under the bash shell from the
console in KDE or GNOME using a command like this
$ kedit prog1.c &
If I kill the console (using the mouse) from which I issue
that command, the process "kedit" also gets killed!!!).
However, if I do the same using the csh s