Chapter 2. Frequently Asked Questions

Table of Contents

I rebuilt/upgraded/reconfigured ELinks and restarted it, but it looks like nothing has changed!
How does cutting and pasting work?
How does the "Move" button on the bookmark manager work?
What's up with the navigation in the various managers?
Why are there so many Links flavors?
Which one to use?
What are the Ki (kibi) and Mi (mebi) units?
How can I get 256 colors?
What User-Agent header does ELinks send?
ELinks doesn't erase characters from the screen when it should!

This is an attempt to capture some of the questions that appear once in a while on the mailing list or on IRC.

I rebuilt/upgraded/reconfigured ELinks and restarted it, but it looks like nothing has changed!

ELinks instances connect together so that they share the cache, bookmarks, cookies, configuration, etc. Only the "master" ELinks instance does any real work and any other ELinkses you run will only connect to this instance. So when you want to restart ELinks, make sure you have no other ELinks instances running.

Alternatively, you can use the -no-connect parameter to make ELinks always run standalone, or create a parallel group of ELinks instances with the -session-ring N parameter (where N is a number larger than zero). Be aware of that in those cases ELinks won't touch any configuration, bookmark, cookies, etc. files. You can force that with the -touch-files parameter, but beware that this can result in data loss! (For example, when two master ELinks instances try to save the bookmarks, and you add a bookmark to each of those, only one of the bookmarks survives.)