enrico.scholz@xxxxxxxxxxxxxxxxxxxxxxxxx (Enrico Scholz) writes: >> I know that bugzilla has the 80 charachter limit and have been a >> victimized more than once. > > My suggestion: use w3m which allows to configure an external $EDITOR. This > makes it possible to bypass the 80 character limitation. I just played a little bit with Firefox and see that it is possible there too: 1. install the 'mozex' extension 2a. invoke the DOM inspector and remove the 'wrap' attribute from the textarea (or set it to 'off'), or 2b. extract the mozex.jar file, modify content/mozex/mozex.js, insert | mozex_textarea.setAttribute("wrap", "off"); into mozexFillTextarea() and recreate the jar file 3. edit your text with your favorite editor Enrico