Файловый менеджер - Редактировать - /usr/share/nano/man-html/fr/nanorc.5.html
Назад
<!-- Creator : groff version 1.18.1 --> <!-- CreationDate: Fri Nov 27 00:08:49 2009 --> <html> <head> <meta name="generator" content="groff -Thtml, see www.gnu.org"> <meta name="Content-Style" content="text/css"> <title>NANORC</title> </head> <body> <h1 align=center>NANORC</h1> <a href="#NOM">NOM</a><br> <a href="#DESCRIPTION">DESCRIPTION</a><br> <a href="#OPTIONS">OPTIONS</a><br> <a href="#FICHIERS">FICHIERS</a><br> <a href="#VOIR AUSSI">VOIR AUSSI</a><br> <a href="#AUTEUR">AUTEUR</a><br> <a href="#TRADUCTION">TRADUCTION</a><br> <hr> <a name="NOM"></a> <h2>NOM</h2> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p>nanorc − fichier de configuration de l’éditeur nano du projet GNU</p> </td> </table> <a name="DESCRIPTION"></a> <h2>DESCRIPTION</h2> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p>Cette page de manuel décrit brièvement le fichier de configuration de l’éditeur <b>nano</b> GNU.</p> <!-- INDENTATION --> <p><b>nano</b> est un petit éditeur sympathique et libre, qui vise à remplacer Pico, l’éditeur par défaut du logiciel non libre Pine. <b>nano</b> ne se contentant pas de copier l’interface et l’ergonomie de Pico, il offre également certaines fonctionnalités manquantes (ou désactivées par défaut) de Pico. Ces fonctionnalités sont, par exemple, les fonctions de recherche et de remplacement et la possibilité de sauter directement à une ligne et à une colonne précise.</p> <!-- INDENTATION --> <p>Le fichier <i>nanorc</i> contient les paramètres par défaut de <b>nano</b>. Il ne doit pas être au format DOS ou Mac. Lors de son démarrage, nano commencera par lire le fichier de configuration général <i>SYSCONFDIR/nanorc</i>, puis lira le fichier de configuration personnel de l’utilisateur <i>~/.nanorc</i>.</p> </td> </table> <a name="OPTIONS"></a> <h2>OPTIONS</h2> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p>Le fichier de configuration accepte une série de commandes <b>set</b> (activer) et <b>unset</b> (désactiver), qui permettent de définir le paramétrage de nano au démarrage sans avoir à utiliser d’options de ligne de commande. De plus, les mots clefs <b>syntax</b> (syntaxe), <b>color</b> (couleur) et <b>icolor</b> (couleur insensible à la casse) sont utilisés pour définir les règles de colorisation pour différents motifs de texte. <b>nano</b> lit une commande par ligne.</p> <!-- INDENTATION --> <p>Les options du fichier de configuration ont priorité sur les valeurs par défaut utilisées par nano. Les options de la ligne de commande sont prioritaires par rapport aux options du fichier de configuration. Les options sont désactivées (unset) par défaut, sauf les options prenant un argument.</p> <!-- INDENTATION --> <p>Les apostrophes (« <i>’</i> ») et les guillemets droits (« <i>"</i> ») présents dans des chaînes de caractères utilisées comme paramètres n’ont pas besoin d’être précédées d’une barre oblique inversée (« <i>\</i> »). La chaîne sera terminée par le dernier guillemet droit. Par exemple, pour l’option <b>brackets</b>, "<i>"’)>]}</i>" correspondra à <i>"</i>, <i>’</i>, <i>)</i>, <i>></i>, <i>]</i> et <i>}</i>.</p> <!-- INDENTATION --> <p>Les commandes et arguments reconnus sont :</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set/unset autoindent</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Active l’indentation automatique.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set/unset backup</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Crée des copies de sécurité nommées <i>nom_du_fichier~</i>.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set backupdir</b> <i>répertoire</i></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Définit le répertoire utilisé par <b>nano</b> pour enregistrer les copies de sécurité uniques, si l’enregistrement de copies de sécurité est activé.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set/unset backwards</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Par défaut, les recherches se font vers l’arrière.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set/unset boldtext</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Utilise des caractères gras à la place de la vidéo inverse.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set brackets</b> <i>chaîne</i></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Définit les caractères considérés comme des crochets fermants lors de la justification des paragraphes. Ces caractères ne doivent pas contenir d’espaces. Seules les ponctuations terminales, éventuellement suivies de crochets fermants, peuvent terminer une phrase.</p> <!-- INDENTATION --> <p>La valeur par défaut de cette option est : "<i>"’)>]}</i>".</p> <!-- INDENTATION --> <p>N.D.T. : reportez-vous au paragraphe sur l’option <b>punct</b> pour plus d’informations.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set/unset casesensitive</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Par défaut, les recherches ne tiennent pas compte de la casse.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set/unset const</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Affiche en permanence la position du curseur dans la ligne d’état.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set/unset cut</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Par défaut, coupe le texte du curseur à la fin de la ligne, au lieu de couper la ligne entière.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set fill</b> <i>n</i></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Passe automatiquement à la ligne une fois arrivé à la colonne <i>n</i>. Si la valeur indiquée est de 0 ou moins, le point de passage à la ligne aura lieu à la taille de l’écran moins <i>n</i>. Cela permet de faire varier le point de passage à la ligne lorsque l’on change la taille de l’écran. La valeur par défaut est de −8.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set/unset historylog</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Active l’utilisation de <i>~/.nano_history</i> pour enregistrer et relire les chaînes ayant fait l’objet d’une recherche ou d’un remplacement.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set matchbrackets</b> <i>chaîne</i></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Définit les crochets ouvrants et fermant pour la recherche de crochets correspondants. Cette liste ne doit pas contenir de blancs. L’ensemble des crochets ouvrants doit être indiqué en premier, suivi de l’ensemble des crochets fermant, qui doit être dans le même ordre. La valeur par défaut de cette option est "<i>(<[{)>]}</i>".</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set/unset morespace</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Utiliser la ligne blanche située sous la ligne de titre comme espace supplémentaire d’édition.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set/unset mouse</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Active l’utilisation de la souris, si elle est disponible pour votre système. Lorsque celle-ci est activée, il est possible d’utiliser la souris pour positionner le curseur, pour marquer le texte (avec un double-clic) et pour lancer les fonctions correspondant aux raccourcis. Il est possible d’utiliser la souris sous X Window ou en mode console avec gpm.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set/unset multibuffer</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Mode multi-espace : permet de charger les fichiers dans leur propre espace.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set/unset noconvert</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Pas de conversion depuis les formats DOS et Mac.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set/unset nofollow</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Ne suit pas les liens symboliques lors de l’écriture des fichiers.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set/unset nohelp</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Désactive les lignes d’aide affichée en bas de l’écran.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set/unset nonewlines</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Ne pas ajouter de passage à la ligne à la fin des fichiers.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set/unset nowrap</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Désactive le passage automatique à la ligne.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set operatingdir</b> <i>répertoire</i></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p><b>nano</b> ne lira et n’écrira des fichiers qu’à l’intérieur du <i>répertoire</i> et de ses sous-répertoires. De plus, celui-ci devient le répertoire courant, afin que les fichiers soient lus depuis ce répertoire. Par défaut, cette fonction est désactivée.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set/unset preserve</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Préserve les séquences XON et XOFF (^Q et ^S).</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set punct</b> <i>chaîne</i></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Définit les caractères interprétés comme des ponctuations terminales lors de la justification des paragraphes. Ces caractères ne peuvent inclure de blancs. Seules les ponctuations terminales, éventuellement suivies de crochets fermants, peuvent terminer une phrase. La valeur par défaut de cette option est "<i>!.?</i>".</p> <!-- INDENTATION --> <p>N.D.T. : ce réglage permet, lors de la justification, de conserver 2 espaces au lieu d’une derrière les ponctuations terminales, ce qui correspond aux normes typographiques anglo-saxonnes, mais n’a pas lieu d’être en français. Pour le français, le plus simple est d’indiquer, dans le fichier nanorc, une chaîne vide pour ce paramètre.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set/unset quickblank</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Effacement rapide de la ligne d’état. Les messages affichés par la ligne d’état disparaîtront après une frappe clavier au lieu de 25.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set quotestr</b> <i>chaîne</i></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Définit le préfixe par défaut utilisé pour les citations dans les courriers électroniques. Ce préfixe est utilisé pour réaliser une justification correcte de ces citations. Il s’agira, si votre système le permet, d’une expression rationnelle étendue. Dans le cas contraire, il s’agira d’une chaîne de texte brut. Si vous disposez des expressions rationnelles, la valeur par défaut de cette option sera "<i>^([ \t]*[#:>\|}])+</i>", sinon, ce sera "> ". Notez que le « \t » ci-dessus correspond à un caractère de tabulation.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set/unset rebinddelete</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Interprète différemment la touche « Supprimer », afin que les touches « Effacement arrière » et « Supprimer » fonctionnent correctement. Vous ne devriez avoir besoin de cette option que si, sur votre système, la touche « Effacement arrière » produit l’effet de la touche « Supprimer ».</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set/unset rebindkeypad</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Interprète les touches du pavé numérique afin qu’elles fonctionnent toutes correctement. Vous ne devriez utiliser cette option que si ce n’est pas le cas, car nano ne sera plus capable d’utiliser la souris correctement lorsque cette option sera activée.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set/unset regexp</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Utilise par défaut des expressions rationnelles étendues pour les recherches.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set/unset smarthome</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Rend plus malin le fonctionnement de la touche « Début ». Lorsque cette touche est pressée à n’importe quel endroit excepté au tout début du texte d’une ligne (i. e. au premier caractère non blanc), le curseur se positionnera au début du texte de la ligne (qu’il soit en avant ou en arrière). Si le curseur est déjà là, il se placera au vrai début de la ligne.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set/unset smooth</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Active le défilement ligne-par-ligne du texte.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set speller</b> <i>programme</i></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Utilise le correcteur orthographique <i>programme</i> au lieu du correcteur intégré, qui s’appuie sur <i>spell</i>.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set/unset suspend</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Autorise à suspendre <b>nano</b>.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set tabsize</b> <i>n</i></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Utilise une taille de tabulation de <i>n</i> colonnes. Cette valeur doit être strictement supérieure à 0. La valeur par défaut est de 8.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set/unset tabstospaces</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Convertit les tabulations clavier en espaces.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set/unset tempfile</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>S’il a été modifié, le fichier sera sauvegardé automatiquement en quittant, sans demande de confirmation.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set/unset view</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Interdit de modifier les fichiers.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set whitespace</b> <i>chaîne</i></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Définit les deux caractères utilisés pour afficher les premiers caractères des tabulations et des espaces. Ces deux caractères doivent être mono-colonne.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>set/unset wordbounds</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Détection plus précise des limites de mots, obtenue en considérant les caractères de ponctuation comme faisant partie des mots.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>syntax</b> <i>chaîne</i> <b>["</b><i>motif_de_fichier</i><b>" ... ]</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Définit une syntaxe nommée <i>chaîne</i> qui pourra être activé via l’option <b>-Y</b> (ou <b>--syntax</b>) ou qui sera automatiquement activée si le nom du fichier en cours correspond à l’expression rationnelle étendue <i>motif_de_fichier</i>. Toutes les instructions suivantes de colorisation <b>color</b> ou <b>icolor</b> s’appliqueront à cette syntaxe, jusqu’à la définition d’une nouvelle syntaxe.</p> <!-- INDENTATION --> <p>La syntaxe nommée <i>none</i> (aucune) est réservée ; si elle est indiquée dans la ligne de commande, cela revient à ne définir aucune syntaxe. La syntaxe nommée <i>default</i> (par défaut) est spéciale, elle ne nécessite aucun motif de <i>motif_de_fichier</i>, et s’applique aux fichiers ne correspondant à aucun des <i>motif_de_fichier</i> des autres syntaxes.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>color</b> <i>couleur_texte</i><b>[,</b><i>couleur_fond</i><b>]</b> <i>motif</i> <b>...</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Pour la syntaxe en cours, affiche toutes les expressions correspondant à l’expression rationnelle étendue <i>motif</i> en utilisant la couleur de texte <i>couleur_texte</i> et la couleur de fond <i>couleur_fond</i>, l’une de ces deux couleurs au moins devant être définie. Les couleurs acceptées par <b>nano</b> pour le texte et le fond sont : <i>white</i> (blanc), <i>black</i> (noir), <i>red</i> (rouge), <i>blue</i> (bleu), <i>green</i> (vert), <i>yellow</i> (jaune), <i>magenta</i>, et <i>cyan</i>. Pour la couleur du texte, vous pouvez ajouter à ces couleurs le préfixe <i>bright</i> (lumineux) pour obtenir une couleur plus lumineuse. Si votre terminal est capable de gérer la transparence, ne pas spécifier de <i>couleur_fond</i> indique à <b>nano</b> d’essayer d’utiliser un fond transparent.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>icolor</b> <i>couleur_texte</i><b>[,</b><i>couleur_fond</i><b>]</b> <i>motif</i> <b>...</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Comme ci-dessus, mais la recherche des motifs est effectuée sans tenir compte de la casse.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>color</b> <i>couleur_texte</i><b>[,</b><i>couleur_fond</i><b>] start="</b><i>motif_début</i><b>" end="</b><i>motif_fin</i><b>"</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Affiche les expressions commençant par l’expression rationnelle étendue <i>motif_début</i> et se terminant par l’expression rationnelle étendue <i>motif_fin</i> en utilisant la couleur de texte <i>couleur_texte</i> et la couleur de fond <i>couleur_fond</i>, l’une de ces deux couleurs au moins devant être définie. Cela permet à la colorisation syntaxique de s’étendre sur plusieurs lignes. Notez que toutes les occurrences successives de <i>motif_début</i> après le <i>motif_début</i> initial seront surlignées jusqu’à la prochaine instance de <i>motif_fin</i>.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>icolor</b> <i>couleur_texte</i><b>[,</b><i>couleur_fond</i><b>] start="</b><i>motif_début</i><b>" end="</b><i>motif_fin</i><b>"</b></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Comme ci-dessus, mais la recherche des motifs est effectuée sans tenir compte de la casse.</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>include</b> <i>fichier_de_syntaxes</i></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="16%"></td> <td width="83%"> <p>Lit le fichier <i>fichier_de_syntaxes</i> contenant une liste autosuffisante de définitions de syntaxes. Ce fichier ne doit contenir que des commandes <b>syntax</b>, <b>color</b> et <b>icolor</b>.</p> </td> </table> <a name="FICHIERS"></a> <h2>FICHIERS</h2> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><i>$SYSCONFDIR/nanorc</i></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Fichier de configuration général</p> </td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><i>~/.nanorc</i></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="21%"></td> <td width="77%"> <p>Fichier de configuration personnel</p> </td> </table> <a name="VOIR AUSSI"></a> <h2>VOIR AUSSI</h2> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><b>nano</b>(1)</p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p><i>/usr/share/doc/nano/examples/nanorc.sample</i> (ou son équivalent sur votre système)</p> </td> </table> <a name="AUTEUR"></a> <h2>AUTEUR</h2> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p>Chris Allegretta <chrisa@asty.org> et d’autres (voir les fichiers <i>AUTHORS</i> et <i>THANKS</i> pour plus d’information). Cette page de manuel a été initialement rédigée par Jordi Mallach <jordi@gnu.org> pour le système Debian (mais elle peut être utilisée par d’autres).</p> </td> </table> <a name="TRADUCTION"></a> <h2>TRADUCTION</h2> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" cols="2" cellspacing="0" cellpadding="0"> <tr valign="top" align="left"> <td width="10%"></td> <td width="89%"> <p>Cette adaptation française a été réalisée par Jean-Philippe Guérard <jean-philippe.guerard@tigreraye.org> le 29 novembre 2007 à partir de la version 1.56 du 11 octobre 2007 de la page de manuel de nanorc (pour la version 2.0.0 de nano). Cette page a été relue par Gérard Delafond.</p> <!-- INDENTATION --> <p>Un maximum de soin a été apporté lors de l’élaboration de cette traduction ; néanmoins, quelques imperfections peuvent subsister. Si vous en rencontrez, que ce soit dans la version française ou dans la version originale, n’hésitez pas à les signaler à l’auteur ou au traducteur.</p> <!-- INDENTATION --> <p>La version originale la plus à jour de ce document est toujours consultable via la commande :</p> <!-- INDENTATION --> <p>LANGUAGE=en man nano</p> </td> </table> <hr> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Генерация страницы: 0.75 |
proxy
|
phpinfo
|
Настройка