diff --git a/doc/faq.html b/doc/faq.html index 9dac2635..511b6adb 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -164,8 +164,8 @@
It's not hard at all! But, your nano must not have been compiled with --disable-nanorc. Then simply copy the sample.nanorc that came with the nano source or your nano package (most likely in /usr/doc/nano) to .nanorc in your home directory. If you didn't get one, the syntax of the file is simple. Flags are turned on and off by using the words set and unset plus the long option name for the feature. For example, "set nowrap" or "set smarthome".
+If you're using the official nano .zip file and have extracted all the files, you should take the file nano.rc and place it somewhere on your Win32 system (for example, if you have write permission to do so, at the top of C:\). Then you must create an Environment variable called HOME which points to the directory where you put nano.rc. In Windows XP, you can get to Environment variables by right-clicking "My Computer" either on the desktop or in the Start Menu, and selecting Properties. This should bring up the System Properties panel. Then click the Advanced Tab, and there should be a button called Environment Variables. Click that to bring up the Environment Variables section. Now, under User Variables you should be able to click the New button, and make a new Variables Name called HOME, with the Variable Value of whatever path you copied nano.rc into (just the directory name; don't add nano.rc onto the end).
-We're still working on documentation for enabling syntax highlighting on Win32; please bear with us.
-Note that the nano.rc file must remain Unix-formatted in order for nano to understand it. In other words, you should probably use only nano to edit its config file. Other programs like Wordpad and Notepad will convert the file to DOS format when saving, and the latter does not even properly read Unix-formatted files to begin with.
We're still working on documentation for enabling syntax highlighting on Win32; please bear with us.
+Note that the nano.rc file must remain Unix-formatted in order for nano to understand it. In other words, you should probably use only nano to edit its config file. Other programs like Wordpad and Notepad will convert the file to DOS format when saving, and the latter does not even properly read Unix-formatted files to begin with.
Try holding down the Shift key and selecting or pasting the text as you normally would.
In nano 2.3.0, cursor-position history was introduced, and both history files now reside in a .nano subdirectory in your home directory. A newer nano will move an existing search-history file to this new location so it can continue to be used. This means that if you then try and use an earlier version of nano, it will be unable to see your current search history. To fix this, run the following command:
++In nano 2.3.0, cursor-position history was introduced, and both history files now reside in a .nano subdirectory in your home directory. A newer nano will move an existing search-history file to this new location so it can continue to be used. This means that if you then try and use an earlier version of nano, it will be unable to see your current search history. To fix this, run the following command:
ln -sf ~/.nano/search_history ~/.nano_history
-The "migration service" (moving the search-history file to its new location) will be deleted from nano in early 2018.
The "migration service" (moving the search-history file to its new location) will be deleted from nano in early 2018.
-+The best place to submit bugs is to the Savannah bug tracker as you can check whether the bug you are submitting has already been submitted. -
Please submit patches for nano via the Savannah project's patch manager for the nano project.
The best place to submit bugs is to the Savannah bug tracker as you can check whether the bug you are submitting has already been submitted. +
Please submit patches for nano via the Savannah project's patch manager for the nano project.
The easiest way is to consistently send in good patches that add some needed functionality, fix a bug or two, and/or make the program more optimized/efficient. Then ask nicely and you will probably be added to the Savannah development list and be given write access after a while. There is a lot of responsibility that goes along with being a team member, so don't think it's just something to add to your resume.