Translated by Ismaël

This commit is contained in:
Ismaël 2022-03-08 13:06:59 +01:00
parent 044d7605be
commit 7160077e6e

View File

@ -7940,6 +7940,14 @@ cl}.</seg>
<seg>@samp{*} indique que le tampon est modifié.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>@samp{--batch} also guarantees there will be no problem redirecting output to @file{log}, because Emacs will not assume that it has a display terminal to work with.</seg>
</tuv>
<tuv lang="fr" changeid="Ismaël" changedate="20220308T120658Z" creationid="Ismaël" creationdate="20220308T120658Z">
<seg>@samp{--batch} garantit également qu'il n'y aura pas de problème pour rediriger la sortie vers @file{log}, car Emacs ne supposera pas qu'il a un terminal d'affichage pour pouvoir y fonctionner.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>@samp{--batch} implies @samp{-q} (do not load an initialization file), but @file{site-start.el} is loaded nonetheless.</seg>
@ -46908,6 +46916,14 @@ parce que sa représentation binaire consiste entièrement de 1.</seg>
<seg>Ceci permet d'accélérer la saisie.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>This says to visit @file{foo.c}, load @file{hack-c.el} (which makes changes in the visited file), save @file{foo.c} (note that @code{save-buffer} is the function that @kbd{C-x C-s} is bound to), and then exit back to the shell (because of @samp{--batch}).</seg>
</tuv>
<tuv lang="fr" changeid="Ismaël" changedate="20220308T120449Z" creationid="Ismaël" creationdate="20220308T120449Z">
<seg>Cette commande dit de visiter @file{foo.c}, de charger @file{hack-c.el} (qui effectue des changements dans le fichier consulté), de sauvegarder @file{foo.c}. (notez que @code{save-buffer} est la fonction à laquelle @kbd{C-x C-s} est liée), et ensuite revenir au shell (à cause de @samp{--batch}).</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>This section describes how the list of buffers is displayed and how to interpret the various indications in the list; see @ref{Several Buffers}, for description of the special mode in the @file{*Buffer List*} buffer and the commands available there.</seg>