diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index 465730d..61e3fd5 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -1170,6 +1170,14 @@ explicitement redéfinies ou éliminées dans @var{definitions}.) (sur les claviers modernes, la touche @key{META} est étiquetée @key{ALT}).On appelle parfois ce genre de combinaisons un accord de touches car elles sont similaires aux accords qu'on joue au piano. + + + (Optionally, you can specify an explicit @var{name} for the server; if you do, you will need to specify the same @var{name} when you invoke @command{emacsclient}, via its @option{--socket-name} option, see @ref{emacsclient Options}.) @xref{Emacs Server}, for information about using Emacs as a daemon. + + + (En option, vous pouvez spécifier une @var{name} spécifique pour le serveur ; si vous le faites, vous devrez spécifier la même @var{name} lorsque vous ferez appel à @command{emacsclient}, via son option @option{--socket-name}, voir @ref{emacsclient Options}). @xref{Serveur Emacs}, pour des informations sur l'utilisation d'Emacs en tant que démon. + + (Remember that @kbd{M-g M-g} without prefix argument reads a number @var{n} and then moves to line number @var{n} in the current buffer. @@ -40298,6 +40306,23 @@ utilisateur Lisp Common pourrait être très dérouté. Fonctions mathématiques standards + + + Start Emacs as a daemon: after Emacs starts up, it starts the Emacs server without opening any frames. + + + Démarrer Emacs en tant que démon : après le démarrage d'Emacs, il lance le serveur Emacs sans ouvrir aucune trame. + + + + + Start Emacs with minimum customizations. + + + Démarrer Emacs avec un minimum de personnalisations. + + + Start composing a mail message in another frame. @@ -46022,6 +46047,15 @@ C qui permet l'arrondi en fonction de la machine. C'est une des raisons de spécifier un environnement de langue. + + + This is similar to using @samp{-q}, @samp{--no-site-file}, @samp{--no-site-lisp}, @samp{--no-x-resources}, and @samp{--no-splash} together. + + + Cela revient à utiliser @samp{-q}, @samp{--no-site-file}, @samp{--no-site-lisp}, @samp{--no-x-resources}, et @samp{--no-splash} ensemble. + + + This is so that you do not need to quote them to use them as constants in a program. @@ -51424,6 +51458,14 @@ des nombres négatifs à virgule flottante, comme dans @samp{- 1.0}. Vous pouvez alors enregistrer avec @kbd{C-x C-s} pour placer le texte retrouvé dans @var{fichier} lui-même. + + + You can then use the @command{emacsclient} command to connect to Emacs for editing. + + + Vous pouvez alors utiliser la commande @command{emacsclient} pour vous connecter à Emacs pour l'édition. + + You can thus type @kbd{@key{RET}} when you are finished editing a field, to move on to the next button or field.