From 45c21771ec9a656a1438c7292c85c5856c30c565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl?= Date: Thu, 21 Apr 2022 14:50:04 +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 | 58 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index 657dd0f7..5eae9981 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -2263,6 +2263,15 @@ bit est 1 plutôt que 0.) (add-hook 'c-mode-common-hook + + + (add-hook 'calendar-today-visible-hook 'calendar-mark-today) + + + +(add-hook 'calendar-today-visible-hook 'calendar-mark-today) + + (add-hook 'kill-emacs-query-functions @@ -14223,6 +14232,14 @@ d'une façon déterminée. Une rapide présentation. + + + A similar normal hook, @code{calendar-today-invisible-hook} is run if the current date is @emph{not} visible in the window. + + + Un crochet normal similaire, @code{calendar-today-invisible-hook}, est lancé si la date du jour n'est @emph{pas} visible dans la fenêtre. + + A simple introduction to Emacs Lisp programming. @@ -17794,6 +17811,14 @@ entiers ou des nombres à virgule flottante. Mais si Emacs est lancé à partir du Finder, il n'hérite d'aucun shell et ses variables d'environnement n'auront pas été paramétrées, ce qui fera que les sous-processus qu'il lance se comporteront différemment de s'ils avaient été lancés du shell. + + + But if you leave the calendar with the @kbd{q} command and reenter it, the hook runs again. + + + Mais si vous quittez le calendrier avec la commande @kbd{q} et que vous le réintroduisez, le crochet s'exécute à nouveau. + + But if you type @kbd{C-x}, since that's a prefix, it reads another character; if that is @kbd{4}, another prefix character, it reads one more character, and so on. @@ -26002,6 +26027,14 @@ argument peut être un nombre ou un marqueur. Un mode mineur est une fonction que vous pouvez activer indépendamment des autres. + + + Each of the calendar cursor motion commands runs the hook @code{calendar-move-hook} after it moves the cursor. + + + Chacune des commandes de déplacement du curseur du calendrier exécute le crochet @code{calendar-move-hook} après avoir déplacé le curseur. + + Each of the coding systems that appear in this list---except for @code{no-conversion}, which means no conversion of any kind---specifies how and whether to convert printing characters, but leaves the choice of end-of-line conversion to be decided based on the contents of each file. @@ -45745,6 +45778,14 @@ qu'est-ce que @dfn représente en Texinfo ? Une raison de ne pas définir une touche est pour que vous puissiez la changer en préfixe. + + + One use of this hook is to mark today's date; to do that use either of the functions @code{calendar-mark-today} or @code{calendar-star-date}: + + + Une des utilisations de ce crochet est de marquer la date du jour ; pour ce faire, utilisez l'une des fonctions @code{calendar-mark-today} ou @code{calendar-star-date} : + + One way to use indirect buffers is to display multiple views of an outline. @@ -48883,6 +48924,15 @@ Content-Transfer-Encoding: 8bit Reconnaissance de systèmes de codage + + + Recomputation of the calendar display does not run this hook. + + + Le renouvellement du calcul de l'affichage du calendrier n'exécute pas ce crochet. + + + Record Type @@ -59121,6 +59171,14 @@ ligne séparée avec @samp{@result{}}. La variable @code{calendar-month-header} contrôle le texte qui apparaît au-dessus de chaque mois du calendrier. + + + The variable @code{calendar-today-visible-hook} is a normal hook run after the calendar buffer has been prepared with the calendar, when the current date is visible in the window. + + + La variable @code{calendar-today-visible-hook} est un crochet normal exécuté après que le tampon du calendrier ait été préparé avec le calendrier, lorsque la date du jour est visible dans la fenêtre. + + The variable @code{dabbrev-abbrev-char-regexp}, if non-@code{nil}, controls which characters are considered part of a word, for dynamic expansion purposes.