On Fri, Oct 25, 2013 at 04:06:06AM +0000, miro wrote: > I was able to register just fine and I just edited those exact errors in > these two pages: > > http://dev.mutt.org/trac/wiki/MuttFaq/Action > > http://dev.mutt.org/trac/wiki/MuttFaq/Header >
I also changed these pages: http://dev.mutt.org/trac/wiki/MuttFaq/Folder http://dev.mutt.org/trac/wiki/MuttFaq/RemoteFolder http://dev.mutt.org/trac/wiki/MuttFaq/Sendmail http://dev.mutt.org/trac/wiki/MuttFaq/Appearance http://dev.mutt.org/trac/wiki/MuttFaq/Display http://dev.mutt.org/trac/wiki/MuttFaq/Attachment http://dev.mutt.org/trac/wiki/MuttFaq/Encoding http://dev.mutt.org/trac/wiki/MuttFaq/Alias http://dev.mutt.org/trac/wiki/MuttFaq/Encryption http://dev.mutt.org/trac/wiki/MuttFaq/Thread http://dev.mutt.org/trac/wiki/MuttFaq/Maildir http://dev.mutt.org/trac/wiki/MuttFaq/Editor http://dev.mutt.org/trac/wiki/MuttFaq/Hook http://dev.mutt.org/trac/wiki/MuttFaq/Misc > The command with Vim that I used is this: > > :%s/<tt>\|<\/tt>/'''/gc > > and that way I replaced all the occurrences of <tt> and </tt> with ''' and > now those instances show as bold. > > Someone stop me if this is not improvement for some reason, or if there is a > better improvement, teach me how to do better! Editing those pages in the above way, I figured out that it was actually designed to be something else. E.g., on this page: http://dev.mutt.org/trac/wiki/MuttFaq/Hook what was presented to the users is: How do I make a complex regular expression containing <tt>"(|)" and "\"</tt> in a *-hook/search work? That is what the user would see in their Firefox or M$IE... So what I did is better, since it is presented now: How do I make a complex regular expression containing "(|)" and "\" in a *-hook/search work? in that and in many other places. However seeing this one (non-typical) place that I changed, I understood that the <tt> and </tt> were meant to be something else, distinguished from the surrounding strings, which they are not with my change to just bold. However, I didn't know better, and the FAQ on the Wiki is now much more legible than before... Miroslav Rovis Zagreb, Croatia
signature.asc
Description: Digital signature
