From 429ded1af396b6193e015ed51824926a14cae514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl?= Date: Wed, 4 May 2022 17:32:40 +0200 Subject: [PATCH] =?UTF-8?q?Translated=20by=20Isma=C3=ABl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- omegat/project_save.tmx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index 1174c7b..02c2615 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -37657,6 +37657,14 @@ optionnellement. + + + If you change the variable @code{compilation-context-lines} to @code{t}, a visible arrow is inserted before column zero instead. + + + Si vous changez la variable @code{compilation-context-lines} en @code{t}, une flèche visible est insérée avant la colonne zéro à la place. + + If you change the variable @code{compilation-scroll-output} to a non-@code{nil} value, the @file{*compilation*} buffer scrolls automatically to follow the output. @@ -37689,6 +37697,14 @@ optionnellement. Si vous assignez la valeur @code{t} à la variable @code{scroll-error-top-bottom}, la commande déplacera le point à la position la plus éloignée possible. + + + If you change the variable to an integer value @var{n}, these commands scroll the window so that the current error message is @var{n} lines from the top, whether or not there is a fringe; the default value, @code{nil}, gives the behavior described above. + + + Si vous changez la variable en une valeur entière @var{n}, ces commandes font défiler la fenêtre de façon à ce que le message d'erreur courant soit à @var{n} lignes du haut, qu'il y ait ou non une frange ; la valeur par défaut, @code{nil}, donne le comportement décrit ci-dessus. + + If you commonly complete over collections that have elements with space or question mark characters in them, it may be convenient to disable completion on those keys by putting this in your init file: @@ -69680,6 +69696,14 @@ si nous continuons, À mon avis, ceci est trop lourd pour le lecteur. + + + To parse messages from the compiler, Compilation mode uses the variable @code{compilation-error-regexp-alist} which lists various error message formats and tells Emacs how to extract the locus from each. + + + Pour analyser les messages du compilateur, le mode Compilation utilise la variable @code{compilation-error-regexp-alist} qui liste les différents formats de messages d'erreur et indique à Emacs comment extraire le locus de chacun. + + To prevent an individual diary entry from being marked in the calendar, insert the string that @code{diary-nonmarking-symbol} specifies (the default is @samp{&}) at the beginning of the entry, before the date.