diff --git a/doc/de/weechat_user.de.adoc b/doc/de/weechat_user.de.adoc index 66ff01ee6..0b191898f 100644 --- a/doc/de/weechat_user.de.adoc +++ b/doc/de/weechat_user.de.adoc @@ -1188,6 +1188,23 @@ from nicks beginning with "toto": /set weechat.look.highlight_tags "nick_flashcode,irc_notice+nick_toto*" ---- +[[highlights_regex_buffer]] +==== Set extra highlights on buffer + +You can force highlight using a regular expression with the buffer property +"highlight_regex". + +For example to force the highlight on all messages in the current buffer: + +---- +/buffer set highlight_regex .* +---- + +[NOTE] +The buffer property "highlight_regex" is not saved in configuration. + +You can easily save it with the script _buffer_autoset.py_: you can install it +with `/script install buffer_autoset.py` and get help with `/help autosetbuffer`. + [[key_bindings]] === Standard Tastenbelegung diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 972045b8a..2622f63c8 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -1164,6 +1164,23 @@ from nicks beginning with "toto": /set weechat.look.highlight_tags "nick_flashcode,irc_notice+nick_toto*" ---- +[[highlights_regex_buffer]] +==== Set extra highlights on buffer + +You can force highlight using a regular expression with the buffer property +"highlight_regex". + +For example to force the highlight on all messages in the current buffer: + +---- +/buffer set highlight_regex .* +---- + +[NOTE] +The buffer property "highlight_regex" is not saved in configuration. + +You can easily save it with the script _buffer_autoset.py_: you can install it +with `/script install buffer_autoset.py` and get help with `/help autosetbuffer`. + [[key_bindings]] === Default key bindings diff --git a/doc/fr/weechat_user.fr.adoc b/doc/fr/weechat_user.fr.adoc index e4e67a2c6..f59b10393 100644 --- a/doc/fr/weechat_user.fr.adoc +++ b/doc/fr/weechat_user.fr.adoc @@ -1201,6 +1201,26 @@ toutes les notices des pseudos commençant par "toto" : /set weechat.look.highlight_tags "nick_flashcode,irc_notice+nick_toto*" ---- +[[highlights_regex_buffer]] +==== Définir des highlights supplémentaires sur le tampon + +Vous pouvez forcer le highlight en utilisant une expression regulière avec la +propriété de tampon "highlight_regex". + +Par exemple pour forcer le highlight sur tous les messages dans le canal +courant : + +---- +/buffer set highlight_regex .* +---- + +[NOTE] +La propriété de tampon "highlight_regex" n'est pas sauvegardée dans la +configuration. + +Vous pouvez facilement la sauvegarder avec le script _buffer_autoset.py_ : vous +pouvez l'installer avec `/script install buffer_autoset.py` et obtenir de l'aide +avec `/help autosetbuffer`. + [[key_bindings]] === Raccourcis clavier par défaut diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index 0d5fc1ecc..e362e8747 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -1223,6 +1223,23 @@ from nicks beginning with "toto": /set weechat.look.highlight_tags "nick_flashcode,irc_notice+nick_toto*" ---- +[[highlights_regex_buffer]] +==== Set extra highlights on buffer + +You can force highlight using a regular expression with the buffer property +"highlight_regex". + +For example to force the highlight on all messages in the current buffer: + +---- +/buffer set highlight_regex .* +---- + +[NOTE] +The buffer property "highlight_regex" is not saved in configuration. + +You can easily save it with the script _buffer_autoset.py_: you can install it +with `/script install buffer_autoset.py` and get help with `/help autosetbuffer`. + [[key_bindings]] === Associazione tasti predefinita diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index f3b39f57e..215875bd8 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -1169,6 +1169,23 @@ from nicks beginning with "toto": /set weechat.look.highlight_tags "nick_flashcode,irc_notice+nick_toto*" ---- +[[highlights_regex_buffer]] +==== Set extra highlights on buffer + +You can force highlight using a regular expression with the buffer property +"highlight_regex". + +For example to force the highlight on all messages in the current buffer: + +---- +/buffer set highlight_regex .* +---- + +[NOTE] +The buffer property "highlight_regex" is not saved in configuration. + +You can easily save it with the script _buffer_autoset.py_: you can install it +with `/script install buffer_autoset.py` and get help with `/help autosetbuffer`. + [[key_bindings]] === デフォルトのキー割り当て diff --git a/doc/pl/weechat_user.pl.adoc b/doc/pl/weechat_user.pl.adoc index 822ba9c26..83b3bf256 100644 --- a/doc/pl/weechat_user.pl.adoc +++ b/doc/pl/weechat_user.pl.adoc @@ -1180,6 +1180,23 @@ from nicks beginning with "toto": /set weechat.look.highlight_tags "nick_flashcode,irc_notice+nick_toto*" ---- +[[highlights_regex_buffer]] +==== Set extra highlights on buffer + +You can force highlight using a regular expression with the buffer property +"highlight_regex". + +For example to force the highlight on all messages in the current buffer: + +---- +/buffer set highlight_regex .* +---- + +[NOTE] +The buffer property "highlight_regex" is not saved in configuration. + +You can easily save it with the script _buffer_autoset.py_: you can install it +with `/script install buffer_autoset.py` and get help with `/help autosetbuffer`. + [[key_bindings]] === Domyślne skróty klawiszowe