Discussion:
Is there an easy way, or is there a file
Steve Michael Eastin
2010-06-02 20:16:58 UTC
Permalink
Hi All,

I use Nedit on a Sun station which is configured (Language Mode) exactly the
way I need it configured, and I was wondering if there is a config file,
which I can copy, which can be used on a different Sun system?

Note both Sun stations are using the same Unix SW.

Re

Steve
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Erez Amit
2010-06-02 20:49:24 UTC
Permalink
Hi Steve,

I think that if you copy the following you should be ok:
1. $NEDIT_HOME/nedit.rc
2. $NEDIT_HOME/autoload.nm
3. ~/.Xdefaults

Good luck,
Erez
Post by Steve Michael Eastin
Hi All,
I use Nedit on a Sun station which is configured (Language Mode) exactly the
way I need it configured, and I was wondering if there is a config file,
which I can copy, which can be used on a different Sun system?
Note both Sun stations are using the same Unix SW.
Re
Steve
--
http://www.nedit.org/mailman/listinfo/discuss
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Bert Wesarg
2010-06-02 21:01:59 UTC
Permalink
Post by Erez Amit
Hi Steve,
1. $NEDIT_HOME/nedit.rc
2. $NEDIT_HOME/autoload.nm
Where NEDIT_HOME defaults to $HOME/.nedit.

Or, if you use NEdit since a very long time than $HOME/.nedit is
probably a file, than replace 1. & 2. with

1. $HOME/.nedit
2. $HOME/.neditmacro
Post by Erez Amit
3. ~/.Xdefaults
Good luck,
Erez
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Steve Michael Eastin
2010-06-07 22:06:44 UTC
Permalink
Hi Ere,

First thanks for helping.

Second how can I find the directory where these files are located?

The Sun systems I am using were setup some time ago (years), and I don't
know where the files would reside.


Regards,

Steve



-----Original Message-----
From: discuss-bounces-***@public.gmane.org [mailto:discuss-bounces-***@public.gmane.org] On Behalf
Of Erez Amit
Sent: Wednesday, June 02, 2010 3:49 PM
To: General NEdit discussion list
Subject: Re: Is there an easy way, or is there a file

Hi Steve,

I think that if you copy the following you should be ok:
1. $NEDIT_HOME/nedit.rc
2. $NEDIT_HOME/autoload.nm
3. ~/.Xdefaults

Good luck,
Erez

On Wed, Jun 2, 2010 at 11:16 PM, Steve Michael Eastin
Post by Steve Michael Eastin
Hi All,
I use Nedit on a Sun station which is configured (Language Mode) exactly the
way I need it configured, and I was wondering if there is a config file,
which I can copy, which can be used on a different Sun system?
Note both Sun stations are using the same Unix SW.
Re
Steve
--
http://www.nedit.org/mailman/listinfo/discuss
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Tony Balinski
2010-06-08 04:31:07 UTC
Permalink
Post by Steve Michael Eastin
Hi Ere,
First thanks for helping.
Second how can I find the directory where these files are located?
The Sun systems I am using were setup some time ago (years), and I don't
know where the files would reside.
Regards,
Steve
In case you don't have an environment variable called NEDIT_HOME (probable,
given that you're asking this question), NEdit will use your home directory.
Most likely, you'll find a directory called .nedit there. If not, maybe other
files starting with .nedit - which means you have an older version of NEdit.
The leading dot hides these files. Use "cd; ls -a" to go to then list all
files in your home directory. Alternatively, use "echo $NEDIT_HOME" to see if
you have such a variable set up. (Your own home directory's path can be found
in the variable $HOME - use echo again to see its value.)

As for other NEdit settings (the X rersources that control things like your
menu font and window frame color, and sometimes extend keyboard and mouse
effects), those can be tricky to find. Check out this page:
http://www.nedit.org/niki/index.php/X_Resources for help.
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
Continue reading on narkive:
Loading...