diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-08-23 10:56:32 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-08-23 10:56:32 +0200 |
commit | ec124e90c76a0a63919fc3ca7daffc1d41de39f3 (patch) | |
tree | fc1699670e640ad41040ca5e7df8b4299a40fc10 /doc | |
parent | 4d002bb4b7c6e65baec1e1b49c4ce5c35db0cbae (diff) | |
download | weechat-ec124e90c76a0a63919fc3ca7daffc1d41de39f3.zip |
Update FAQ
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_faq.en.txt | 31 | ||||
-rw-r--r-- | doc/fr/weechat_faq.fr.txt | 35 |
2 files changed, 42 insertions, 24 deletions
diff --git a/doc/en/weechat_faq.en.txt b/doc/en/weechat_faq.en.txt index 1d231b531..f09adc798 100644 --- a/doc/en/weechat_faq.en.txt +++ b/doc/en/weechat_faq.en.txt @@ -97,6 +97,8 @@ window) or displayed by one or more windows. I don't see some chars with accents, what can I do? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +It's common issue, please read carefully and check *ALL* solutions below. + For versions < 0.2.3, please upgrade to the latest stable version. For versions > = 0.2.3: @@ -170,8 +172,10 @@ Under OpenBSD, plugin filenames end with ".so.0.0" (".so" for Linux). You must set that up: -* with WeeChat < = 0.2.6: `/set plugins_extension = ".so.0.0"` -* with WeeChat > = 0.3.x: `/set weechat.plugin.extension ".so.0.0"` +* with WeeChat < = 0.2.6: + + `/set plugins_extension = ".so.0.0"` +* with WeeChat > = 0.3.x: + + `/set weechat.plugin.extension ".so.0.0"` Then: `/plugin autoload`. @@ -211,25 +215,30 @@ With the Curses GUI, how can I copy/paste text without pasting nicklist? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ You can use a terminal with rectangular selection (like rxvt-unicode, -konsole, ...). Key is usually ctrl + alt + mouse selection. +konsole, gnome-terminal, ...). Key is usually ctrl + alt + mouse selection. Another solution is to move nicklist to top or bottom, for example: -* with WeeChat < = 0.2.6: `set look_nicklist_position = top` -* with WeeChat > = 0.3.x: `/bar set nicklist position top` +* with WeeChat < = 0.2.6: + + `set look_nicklist_position = top` +* with WeeChat > = 0.3.x: + + `/bar set nicklist position top` [[highlight_notification]] How can I be warned when someone highlights me on a channel? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -You can use the script 'sound.pl' (available on scripts page), and then setup a -system command (to play sound, display message, ..) with this command: +According to WeeChat version: -* with WeeChat < = 0.2.6: - `/setp perl.sound.cmd_highlight = "/path/command arguments"` -* with WeeChat > = 0.3.x: - `/set plugins.var.perl.sound.cmd_highlight "/path/command arguments"` +* with WeeChat < = 0.2.6: use script 'sound.pl' (available on scripts page), + and then setup a system command (to play sound, display message, ..) with + this command: + + `/setp perl.sound.cmd_highlight = "/path/to/command arguments"` +* with WeeChat > = 0.3.x: use script 'launcher.pl' (available on scripts page), + and then setup a system command (to play sound, display message, ..) with + this command: + + `/set plugins.var.perl.launcher.signal.weechat_highlight "/path/to/command arguments"` Many other scripts exist for notification, please look at plugins/scripts page: http://weechat.flashtux.org/plugins.php diff --git a/doc/fr/weechat_faq.fr.txt b/doc/fr/weechat_faq.fr.txt index 995d8f4c1..874a63ac8 100644 --- a/doc/fr/weechat_faq.fr.txt +++ b/doc/fr/weechat_faq.fr.txt @@ -100,6 +100,9 @@ aucune fenêtre) ou affiché par une ou plusieurs fenêtres. Je ne vois pas bien certains accents dans WeeChat, que faire ? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +C'est un problème courant, merci de lire attentivement et vérifier *TOUS* les +points ci-dessous. + Pour les versions < 0.2.3, merci d'installer la dernière version stable. Pour les versions > = 0.2.3 : @@ -176,8 +179,10 @@ Linux). Vous devez configurer ça : -* avec WeeChat < = 0.2.6 : `/set plugins_extension = ".so.0.0"` -* avec WeeChat > = 0.3.x : `/set weechat.plugin.extension ".so.0.0"` +* avec WeeChat < = 0.2.6 : + + `/set plugins_extension = ".so.0.0"` +* avec WeeChat > = 0.3.x : + + `/set weechat.plugin.extension ".so.0.0"` Puis: `/plugin autoload`. @@ -217,28 +222,32 @@ Avec l'interface Curses, comment puis-je copier/coller du texte sans coller la l ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vous pouvez utiliser un terminal qui propose la sélection rectangulaire (comme -rxvt-unicode, konsole, etc...). La touche est habituellement ctrl + alt + -sélection à la souris. +rxvt-unicode, konsole, gnome-terminal, etc...). La touche est habituellement +ctrl + alt + sélection à la souris. Une autre solution est de déplacer la liste des pseudos en haut ou en bas, par exemple : -* avec WeeChat < = 0.2.6 : `/set look_nicklist_position = top` -* avec WeeChat > = 0.3.x : `/bar set nicklist position top` +* avec WeeChat < = 0.2.6 : + + `/set look_nicklist_position = top` +* avec WeeChat > = 0.3.x : + + `/bar set nicklist position top` [[highlight_notification]] Comment être averti lorsque quelqu'un prononce mon pseudo sur un canal ? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Vous pouvez utiliser le script 'sound.pl' (disponible sur la page des scripts), -puis configurer une commande système (jouant un son, affichant un message à -l'écran, etc...) comme ceci : +Selon la version de WeeChat : -* avec WeeChat < = 0.2.6 : - `/setp perl.sound.cmd_highlight = "/chemin/commande parametres"` -* avec WeeChat > = 0.3.x : - `/set plugins.var.perl.sound.cmd_highlight "/chemin/commande parametres"` +* avec WeeChat < = 0.2.6 : utilisez le script 'sound.pl' (disponible sur la + page des scripts), puis configurez une commande système (jouant un son, + affichant un message à l'écran, etc...) comme ceci : + + `/setp perl.sound.cmd_highlight = "/chemin/vers/commande parametres"` +* avec WeeChat > = 0.3.x : utilisez le script 'launcher.pl' (disponible sur la + page des scripts), puis configurez une commande système (jouant un son, + affichant un message à l'écran, etc...) comme ceci : + + `/set plugins.var.perl.launcher.signal.weechat_highlight "/chemin/vers/commande parametres"` De nombreux autres scripts de notification existent, merci de consulter la liste des extensions/scripts : |