diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index 3918534..634ae63 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -35003,6 +35003,14 @@ pour faire ceci : @var{true}. + + + However, @kbd{M-x compile} and @kbd{M-x recompile} ask for confirmation before actually killing a compilation that is running; to always automatically kill the compilation without asking, change the variable @code{compilation-always-kill} to @code{t}. + + + Cependant, @kbd{M-x compile} et @kbd{M-x recompile} demandent une confirmation avant de mettre effectivement fin à une compilation en cours d'exécution ; pour toujours mettre fin automatiquement à la compilation sans demander, changez la variable @code{compilation-always-kill} en @code{t}. + + However, Emacs Lisp is more than a mere ``extension language''; it is a full computer programming language in its own right. @@ -38686,6 +38694,14 @@ contacter la maintenance d'Emacs plus rapidement, envoyer le courrier En 29-bit binaire, le nombre entier décimal 5 ressemble à ceci : + + + In @file{*compilation*} buffers this command is bound to @kbd{g}. + + + Dans les tampons @file{*compilation*}, cette commande est liée à @kbd{g}. + + In Calendar mode, you can use @key{SPC} (@code{scroll-other-window}) and @key{DEL} (@code{scroll-other-window-down}) to scroll the other window (if there is one) up or down, respectively. @@ -40620,6 +40636,14 @@ renvoient de telles valeurs dans les cas où il n'y a aucune réponse correcte. + + + It also reuses the @file{*compilation*} buffer and starts the compilation in its default directory, which is the directory in which the previous compilation was started. + + + Elle réutilise également le tampon @file{*compilation*} et lance la compilation dans son répertoire par défaut, qui est le répertoire dans lequel la compilation précédente a été lancée. + + It always returns @code{nil}. @@ -56600,6 +56624,14 @@ utilisateur Lisp Common pourrait être très dérouté. Le lancement d'une compilation affiche le tampon @file{*compilation*} dans une autre fenêtre mais ne le sélectionne pas. + + + Starting a new compilation also kills any compilation already running in @file{*compilation*}, as the buffer can only handle one compilation at any time. + + + Le lancement d'une nouvelle compilation met également fin à toute compilation déjà en cours dans @file{*compilation*}, car le tampon ne peut gérer qu'une seule compilation à la fois. + + Starting from any given seed, the @code{random} function always generates the same sequence of numbers.