From b1908732269576ecd7ae370a20d2a880f50e939d Mon Sep 17 00:00:00 2001 From: giulialaurano Date: Wed, 7 Dec 2022 08:34:22 +0100 Subject: [PATCH] Translated by giulialaurano --- omegat/project_save.tmx | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index f9f8f1a..d171cea 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -21428,6 +21428,14 @@ arguments ne sont pas des nombres ou des marqueurs. Par défaut, elle affiche le mois et l'année. + + + By default, no commands are excluded, but you can customize the option @code{read-extended-command-predicate} to exclude those irrelevant commands from completion results. + + + Par défaut, aucune commande n'est exclue, mais vous pouvez personnaliser l'option @code{read-extended-command-predicate} pour exclure les commandes non pertinentes des résultats d'achèvement. + + By default, output to the terminal is not translated at all, unless Emacs can deduce the proper coding system from your terminal type or your locale specification (@pxref{Language Environments}). @@ -26610,6 +26618,14 @@ leurs arguments différemment des fonctions (les arguments ne sont pas Conventions à suivre pour éviter les problèmes. + + + Conversely, Emacs can exclude all commands except those that are particularly relevant to the current buffer. + + + Inversement, Emacs peut exclure toutes les commandes sauf celles qui sont particulièrement pertinentes pour le buffer actuel. + + Conversion To and From Other Calendars @@ -48685,6 +48701,14 @@ autrement. M-DROITE + + + M-S-x + + + M-S-x + + M-SPC @@ -64865,6 +64889,14 @@ de Lisp également. La touche @kbd{I} ajouter un nouveau fichier (standard) à l'archive. + + + The @kbd{M-S-x} (that's ``meta shift x'') command works just like @kbd{M-x}, but instead of listing all (or most) of the commands Emacs knows about, it will only list the commands that have been marked as ``belonging'' to the current major mode, or any enabled minor modes. + + + La commande @kbd{M-S-x} (c'est-à-dire ``meta shift x'') fonctionne comme @kbd{M-x}, mais au lieu de lister la totalité (ou la plupart) des commandes connues d'Emacs, elle ne listera que les commandes qui ont été marquées comme ``appartenant'' au mode majeur actuel, ou à tout mode mineur activé. + + The @kbd{M-x compile} command uses a shell to run the compilation command, but specifies the option for a noninteractive shell.