1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-02 16:45:45 +01:00

add 'errorbells'

This commit is contained in:
Doug Kearns
2008-10-20 16:56:31 +00:00
parent e7d99e5a5b
commit 7a15b80aff
4 changed files with 18 additions and 1 deletions

View File

@@ -255,6 +255,7 @@ section:Options[option-index]
||'defsearch'|| Set the default search engine +
||'disabledcssheets'|| Set disabled CSS stylesheets +
||'editor'|| Set the external text editor +
||'errorbells'|| Ring the bell when an error message is displayed +
||'eventignore'|| List of autocommand event names which should be ignored +
||'extendedhinttags'|| XPath string of hintable elements activated by ';' +
||'fileencoding'|| set the charactor encoding for the current page +

View File

@@ -282,6 +282,13 @@ The XPath string of hintable elements activated by [m];[m].
____
|\'noeb'| |\'noerrorbells'| |\'eb'| |\'errorbells'|
||'errorbells' 'eb'|| boolean (default: off)
____
Ring the bell when an error message is displayed.
____
|\'ei'| |\'eventignore'|
||'eventignore'|| stringlist (default: "")
____