From: Jean-Christophe Helary <jean.christophe.helary@traduction-libre.org>
To: Emacs developers <emacs-devel@gnu.org>
Subject: Re: [ELPA] New package: transient
Date: Tue, 5 May 2020 17:23:24 +0900 [thread overview]
Message-ID: <B0CE1411-6F11-4A00-81BC-93135FB1A86E@traduction-libre.org> (raw)
In-Reply-To: <83mu6nok4v.fsf@gnu.org>
[-- Attachment #1: Type: text/plain, Size: 1825 bytes --]
> On May 4, 2020, at 23:22, Eli Zaretskii <eliz@gnu.org> wrote:
>
>> From: Jean-Christophe Helary <jean.christophe.helary@traduction-libre.org>
>> Date: Mon, 4 May 2020 10:13:56 +0900
>> Cc: Dmitry Gutov <dgutov@yandex.ru>,
>> tomas@tuxteam.de,
>> Emacs developers <emacs-devel@gnu.org>,
>> Stefan Monnier <monnier@iro.umontreal.ca>,
>> rms@gnu.org
>>
>>> I'd rather expect that people would listen to better tools being
>>> presented to them, and would consider using them to enrich their
>>> experience and make their everyday's life better.
>>
>> Would you consider that a tutorial on the information search system provided by emacs would help in that matter ?
>
> Maybe. I don't think I understand well enough what would such a
> tutorial include. You didn't say.
What a tutorial usually includes is step-by-step help with practical examples. I'll be putting that on my todo list.
> We already have some of that ion the Emacs tutorial
Very little in fact:
C-h t
C-h i
C-h f
C-h v
M-. → "requires running etags to record all the manuals nodes"
C-h p in a quote from the Emacs manual
M-x apropos
C-h a → the example Chassell gives produces 211 results
> and then we have the "Help" chapter in the Emacs manual.
The Help chapter provides a "summary of help commands for accessing the built-in documentation." That summary does not group the information by topic but merely lists the commands in the alphabetical order of the keys.
Let me attach a patch that groups the commands by topic (tables) in that summary. I am not sure adding a @subsection is the best way to label such groups (tables) but I could not find a better solution.
Jean-Christophe Helary
-----------------------------------------------
http://mac4translators.blogspot.com @brandelune
[-- Attachment #2: help.texi.200505.diff --]
[-- Type: application/octet-stream, Size: 6705 bytes --]
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi
index 49c53c5cbc..ee7435fc13 100644
--- a/doc/emacs/help.texi
+++ b/doc/emacs/help.texi
@@ -86,94 +86,139 @@ Help Summary
documentation. Most of these are described in more detail in the
following sections.
+@subsection Commands, functions, variables, symbols
+
@table @kbd
@item C-h a @var{topics} @key{RET}
Display a list of commands whose names match @var{topics}
(@code{apropos-command}).
-@item C-h b
-Display all active key bindings; minor mode bindings first, then those
-of the major mode, then global bindings (@code{describe-bindings}).
-@item C-h c @var{key}
-Show the name of the command that the key sequence @var{key} is bound
-to (@code{describe-key-briefly}). Here @kbd{c} stands for
-``character''. For more extensive information on @var{key}, use
-@kbd{C-h k}.
+
@item C-h d @var{topics} @key{RET}
Display the commands and variables whose documentation matches
@var{topics} (@code{apropos-documentation}).
-@item C-h e
-Display the @file{*Messages*} buffer
-(@code{view-echo-area-messages}).
+
+@item C-h F @var{command} @key{RET}
+Enter Info and go to the node that documents the Emacs command
+@var{command} (@code{Info-goto-emacs-command-node}).
+
@item C-h f @var{function} @key{RET}
Display documentation on the Lisp function named @var{function}
(@code{describe-function}). Since commands are Lisp functions,
this works for commands too.
-@item C-h h
-Display the @file{HELLO} file, which shows examples of various character
-sets.
-@item C-h i
-Run Info, the GNU documentation browser (@code{info}). The Emacs
-manual is available in Info.
-@item C-h k @var{key}
-Display the name and documentation of the command that @var{key} runs
-(@code{describe-key}).
-@item C-h l
-Display a description of your last 300 keystrokes
-(@code{view-lossage}).
-@item C-h m
-Display documentation of the current major mode and minor modes
-(@code{describe-mode}).
-@item C-h n
-Display news of recent Emacs changes (@code{view-emacs-news}).
+
+@item C-h v @var{var} @key{RET}
+Display the documentation of the Lisp variable @var{var}
+(@code{describe-variable}).
+
@item C-h o @var{symbol}
Display documentation of the Lisp symbol named @var{symbol}
(@code{describe-symbol}). This will show the documentation of all
kinds of symbols: functions, variables, and faces.
+
+@item C-h S @var{symbol} @key{RET}
+Display the Info documentation on symbol @var{symbol} according to the
+programming language you are editing (@code{info-lookup-symbol}).
+@end table
+
+@subsection Keys
+
+@table @kbd
+@item C-h b
+Display all active key bindings; minor mode bindings first, then those
+of the major mode, then global bindings (@code{describe-bindings}).
+
+@item C-h c @var{key}
+Show the name of the command that the key sequence @var{key} is bound
+to (@code{describe-key-briefly}). Here @kbd{c} stands for
+``character''. For more extensive information on @var{key}, use
+@kbd{C-h k}.
+
+@item C-h k @var{key}
+Display the name and documentation of the command that @var{key} runs
+(@code{describe-key}).
+
+@item C-h K @var{key}
+Enter Info and go to the node that documents the key sequence
+@var{key} (@code{Info-goto-emacs-key-command-node}).
+
+@item C-h w @var{command} @key{RET}
+Show which keys run the command named @var{command} (@code{where-is}).
+@end table
+
+@subsection Modes, packages
+
+@table @kbd
@item C-h p
Find packages by topic keyword (@code{finder-by-keyword}). This lists
packages using a package menu buffer. @xref{Packages}.
+
@item C-h P @var{package} @key{RET}
Display documentation about the specified package
(@code{describe-package}).
-@item C-h r
-Display the Emacs manual in Info (@code{info-emacs-manual}).
-@item C-h s
-Display the contents of the current @dfn{syntax table}
-(@code{describe-syntax}). The syntax table says which characters are
-opening delimiters, which are parts of words, and so on. @xref{Syntax
-Tables,, Syntax Tables, elisp, The Emacs Lisp Reference Manual}, for
-details.
-@item C-h t
-Enter the Emacs interactive tutorial (@code{help-with-tutorial}).
-@item C-h v @var{var} @key{RET}
-Display the documentation of the Lisp variable @var{var}
-(@code{describe-variable}).
-@item C-h w @var{command} @key{RET}
-Show which keys run the command named @var{command} (@code{where-is}).
+
+@item C-h m
+Display documentation of the current major mode and minor modes
+(@code{describe-mode}).
+@end table
+
+@subsection Input method, coding systems, languages
+
+@table @kbd
@item C-h C @var{coding} @key{RET}
Describe the coding system @var{coding}
(@code{describe-coding-system}).
+
@item C-h C @key{RET}
Describe the coding systems currently in use.
-@item C-h F @var{command} @key{RET}
-Enter Info and go to the node that documents the Emacs command
-@var{command} (@code{Info-goto-emacs-command-node}).
+
@item C-h I @var{method} @key{RET}
Describe the input method @var{method} (@code{describe-input-method}).
-@item C-h K @var{key}
-Enter Info and go to the node that documents the key sequence
-@var{key} (@code{Info-goto-emacs-key-command-node}).
+
@item C-h L @var{language-env} @key{RET}
Display information on the character sets, coding systems, and input
methods used in language environment @var{language-env}
(@code{describe-language-environment}).
-@item C-h S @var{symbol} @key{RET}
-Display the Info documentation on symbol @var{symbol} according to the
-programming language you are editing (@code{info-lookup-symbol}).
+
+@item C-h h
+Display the @file{HELLO} file, which shows examples of various character
+sets.
+@end table
+
+@subsection Various information buffers
+
+@table @kbd
+@item C-h l
+Display a description of your last 300 keystrokes
+(@code{view-lossage}).
+
+@item C-h r
+Display the Emacs manual in Info (@code{info-emacs-manual}).
+
+@item C-h t
+Enter the Emacs interactive tutorial (@code{help-with-tutorial}).
+
+@item C-h i
+Run Info, the GNU documentation browser (@code{info}) where all the
+installed info manuals can be found.
+
+@item C-h e
+Display the @file{*Messages*} buffer
+(@code{view-echo-area-messages}).
+
+@item C-h n
+Display news of recent Emacs changes (@code{view-emacs-news}).
+
@item C-h .
Display the help message for a special text area, if point is in one
(@code{display-local-help}). (These include, for example, links in
@file{*Help*} buffers.)
+
+@item C-h s
+Display the contents of the current @dfn{syntax table}
+(@code{describe-syntax}). The syntax table says which characters are
+opening delimiters, which are parts of words, and so on. @xref{Syntax
+Tables,, Syntax Tables, elisp, The Emacs Lisp Reference Manual}, for
+details.
@end table
@node Key Help
next prev parent reply other threads:[~2020-05-05 8:23 UTC|newest]
Thread overview: 238+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-28 13:01 [ELPA] New package: transient Jonas Bernoulli
[not found] ` <jwv4kt3d1r8.fsf-monnier+emacs@gnu.org>
[not found] ` <87v9ljo5d0.fsf@bernoul.li>
[not found] ` <jwvh7x3bfoe.fsf-monnier+emacs@gnu.org>
[not found] ` <87ftcnxu5m.fsf@bernoul.li>
2020-04-29 8:29 ` Philippe Vaucher
2020-04-29 9:26 ` Eli Zaretskii
2020-04-29 9:50 ` Philippe Vaucher
2020-04-29 10:05 ` Eli Zaretskii
2020-04-29 10:17 ` tomas
2020-04-29 10:33 ` Eli Zaretskii
2020-04-29 10:52 ` tomas
2020-04-30 12:44 ` Arthur Miller
2020-04-30 13:28 ` tomas
2020-04-30 14:26 ` Namespacing Emacs's core (was: [ELPA] New package: transient) Stefan Monnier
2020-04-30 15:08 ` tomas
2020-04-30 18:23 ` Philippe Vaucher
2020-04-30 18:56 ` Philippe Vaucher
2020-04-30 19:02 ` tomas
2020-04-30 2:30 ` [ELPA] New package: transient Richard Stallman
2020-05-01 2:49 ` Richard Stallman
2020-05-01 6:33 ` Eli Zaretskii
2020-05-02 2:24 ` Richard Stallman
2020-05-02 7:04 ` Eli Zaretskii
2020-05-02 8:09 ` Philippe Vaucher
2020-05-02 9:05 ` Eli Zaretskii
2020-05-02 9:19 ` Eli Zaretskii
2020-05-02 10:11 ` Philippe Vaucher
2020-05-02 10:33 ` Eli Zaretskii
2020-05-02 10:56 ` Philippe Vaucher
2020-05-02 10:59 ` Philippe Vaucher
2020-05-02 11:09 ` Use elisp--xref-backend in *Apropos* and *Help* (Was Re: [ELPA] New package: transient) João Távora
2020-05-02 14:03 ` Stefan Monnier
2020-05-03 2:08 ` Dmitry Gutov
2020-05-02 11:22 ` [ELPA] New package: transient Eli Zaretskii
2020-05-02 11:52 ` Philippe Vaucher
2020-05-02 12:08 ` Eli Zaretskii
2020-05-02 12:09 ` 조성빈
2020-05-02 12:14 ` Eli Zaretskii
2020-05-02 12:22 ` 조성빈
2020-05-02 12:54 ` Eli Zaretskii
2020-05-02 17:33 ` Drew Adams
2020-05-04 3:07 ` Richard Stallman
2020-05-04 16:04 ` Drew Adams
2020-05-02 9:53 ` Philippe Vaucher
2020-05-02 10:39 ` João Távora
2020-05-02 11:10 ` Philippe Vaucher
2020-05-02 11:17 ` João Távora
2020-05-02 11:39 ` Philippe Vaucher
2020-05-02 12:02 ` João Távora
2020-05-02 12:11 ` 조성빈
2020-05-02 12:20 ` João Távora
2020-05-02 12:36 ` 조성빈
2020-05-02 12:59 ` João Távora
2020-05-02 13:02 ` Eli Zaretskii
2020-05-02 13:12 ` João Távora
2020-05-02 12:28 ` tomas
2020-05-02 12:22 ` tomas
2020-05-03 3:43 ` Richard Stallman
2020-05-03 4:24 ` Stefan Monnier
2020-05-04 3:08 ` Richard Stallman
2020-05-02 17:48 ` Drew Adams
2020-05-02 14:50 ` Dmitry Gutov
2020-05-02 14:57 ` João Távora
2020-05-02 17:42 ` Drew Adams
2020-05-02 10:54 ` Eli Zaretskii
2020-05-02 11:47 ` Philippe Vaucher
2020-05-02 12:04 ` Eli Zaretskii
2020-05-02 14:56 ` Dmitry Gutov
2020-05-02 15:37 ` Eli Zaretskii
2020-05-02 15:51 ` Dmitry Gutov
2020-05-02 16:09 ` Eli Zaretskii
2020-05-02 13:59 ` Stefan Monnier
2020-05-02 14:10 ` Philippe Vaucher
2020-05-02 14:12 ` Eli Zaretskii
2020-05-02 14:26 ` Philippe Vaucher
2020-05-02 15:29 ` Eli Zaretskii
2020-05-02 15:43 ` Philippe Vaucher
2020-05-02 16:05 ` Eli Zaretskii
2020-05-02 16:12 ` Philippe Vaucher
2020-05-02 16:26 ` Eli Zaretskii
2020-05-02 16:42 ` Philippe Vaucher
2020-05-02 18:27 ` Drew Adams
2020-05-03 3:43 ` Richard Stallman
2020-05-03 7:47 ` Philippe Vaucher
2020-05-03 19:46 ` Drew Adams
2020-05-03 21:18 ` Stefan Monnier
2020-05-03 22:04 ` João Távora
2020-05-04 0:41 ` Drew Adams
2020-05-04 3:09 ` Richard Stallman
2020-05-02 16:48 ` Stefan Monnier
2020-05-02 17:17 ` Eli Zaretskii
2020-05-02 18:10 ` 조성빈
2020-05-02 18:30 ` Eli Zaretskii
2020-05-02 18:37 ` 조성빈
2020-05-02 18:45 ` Eli Zaretskii
2020-05-02 19:12 ` 조성빈
2020-05-02 19:44 ` Drew Adams
2020-05-02 18:32 ` Yuan Fu
2020-05-02 20:41 ` Stefan Monnier
2020-05-02 20:39 ` Stefan Monnier
2020-05-02 21:00 ` João Távora
2020-05-02 21:53 ` Drew Adams
2020-05-02 22:13 ` João Távora
2020-05-04 3:07 ` Richard Stallman
2020-05-02 21:27 ` Philippe Vaucher
2020-05-03 14:45 ` Eli Zaretskii
2020-05-03 15:03 ` João Távora
2020-05-03 15:11 ` Joost Kremers
2020-05-03 15:28 ` C-h f and C-h v (was: [ELPA] New package: transient) Stefan Monnier
2020-05-03 17:41 ` João Távora
2020-05-03 17:44 ` João Távora
2020-05-03 16:21 ` [ELPA] New package: transient Eli Zaretskii
2020-05-03 15:17 ` Stefan Monnier
2020-05-03 16:32 ` Eli Zaretskii
2020-05-03 21:13 ` Stefan Monnier
2020-05-04 13:52 ` Eli Zaretskii
2020-05-04 15:14 ` Stefan Monnier
2020-05-04 15:55 ` Eli Zaretskii
2020-05-04 18:41 ` Stefan Monnier
2020-05-04 18:58 ` Eli Zaretskii
2020-05-03 16:23 ` Dmitry Gutov
2020-05-03 16:47 ` Eli Zaretskii
2020-05-03 17:04 ` Dmitry Gutov
2020-05-03 17:29 ` Eli Zaretskii
2020-05-03 17:42 ` Dmitry Gutov
2020-05-03 18:58 ` Eli Zaretskii
2020-05-04 0:04 ` Dmitry Gutov
2020-05-03 19:49 ` João Távora
2020-05-03 23:47 ` Dmitry Gutov
2020-05-04 1:01 ` João Távora
2020-05-04 1:28 ` Dmitry Gutov
2020-05-04 18:05 ` João Távora
2020-05-04 14:24 ` Eli Zaretskii
2020-05-04 15:23 ` Stefan Monnier
2020-05-04 16:00 ` Eli Zaretskii
2020-05-04 17:31 ` Drew Adams
2020-05-04 1:13 ` Jean-Christophe Helary
2020-05-04 14:22 ` Eli Zaretskii
2020-05-05 8:23 ` Jean-Christophe Helary [this message]
2020-05-05 14:48 ` Eli Zaretskii
2020-05-05 15:39 ` Jean-Christophe Helary
2020-05-05 16:13 ` Eli Zaretskii
2020-05-05 16:33 ` Jean-Christophe Helary
2020-05-05 15:44 ` Jean-Christophe Helary
2020-05-05 16:15 ` Eli Zaretskii
2020-05-05 16:40 ` Jean-Christophe Helary
2020-05-05 8:27 ` Jean-Christophe Helary
2020-05-03 21:04 ` Stefan Monnier
2020-05-04 13:51 ` Eli Zaretskii
2020-05-03 16:50 ` João Távora
2020-05-03 16:54 ` Eli Zaretskii
2020-05-03 17:43 ` João Távora
2020-05-04 3:08 ` Richard Stallman
2020-05-02 18:57 ` Drew Adams
2020-05-02 19:15 ` 조성빈
2020-05-02 19:59 ` Drew Adams
2020-05-02 20:47 ` Stefan Monnier
2020-05-02 14:22 ` João Távora
2020-04-29 13:12 ` Philippe Vaucher
2020-04-29 13:42 ` tomas
2020-04-29 13:50 ` Philippe Vaucher
2020-04-29 17:03 ` Robert Pluim
2020-04-29 19:25 ` Philippe Vaucher
2020-04-29 17:51 ` Clément Pit-Claudel
2020-04-29 19:24 ` Philippe Vaucher
2020-04-29 13:53 ` Stefan Kangas
2020-04-29 14:01 ` tomas
2020-04-29 14:20 ` Eli Zaretskii
2020-04-29 15:25 ` Philippe Vaucher
2020-04-30 18:13 ` Dmitry Gutov
2020-04-30 18:19 ` Philippe Vaucher
2020-04-30 18:41 ` Dmitry Gutov
2020-04-30 19:26 ` Philippe Vaucher
2020-04-30 19:34 ` Philippe Vaucher
2020-04-30 22:47 ` Dmitry Gutov
2020-04-30 22:20 ` Dmitry Gutov
2020-05-01 3:13 ` Stefan Monnier
2020-05-01 3:15 ` Stefan Monnier
2020-05-01 15:36 ` Dmitry Gutov
2020-05-01 16:05 ` Philippe Vaucher
2020-05-02 2:27 ` Richard Stallman
2020-05-02 7:07 ` Eli Zaretskii
2020-05-02 8:06 ` Philippe Vaucher
2020-05-02 17:08 ` Drew Adams
2020-04-30 19:31 ` Stefan Monnier
2020-04-29 17:27 ` Alan Mackenzie
2020-04-29 19:01 ` tomas
2020-04-29 19:31 ` Philippe Vaucher
2020-04-30 11:51 ` Alan Mackenzie
2020-04-30 12:38 ` tomas
2020-04-30 17:30 ` Dmitry Gutov
2020-04-30 17:53 ` Philippe Vaucher
2020-04-30 18:42 ` tomas
2020-04-30 18:41 ` tomas
2020-04-30 18:14 ` Philippe Vaucher
2020-04-30 18:58 ` tomas
2020-04-30 19:13 ` Philippe Vaucher
2020-04-30 19:33 ` tomas
2020-04-30 20:54 ` Alan Mackenzie
2020-04-30 22:46 ` chad
2020-05-02 2:27 ` Richard Stallman
2020-05-01 8:23 ` Philippe Vaucher
2020-05-02 2:24 ` Richard Stallman
2020-04-30 22:04 ` Keeping it kind Clément Pit-Claudel
2020-05-01 7:17 ` tomas
2020-05-01 8:31 ` Philippe Vaucher
2020-05-02 2:24 ` Richard Stallman
2020-05-02 2:27 ` Richard Stallman
2020-05-01 2:51 ` [ELPA] New package: transient Richard Stallman
2020-04-29 20:02 ` Clément Pit-Claudel
2020-04-30 1:08 ` Stefan Monnier
2020-04-29 13:19 ` Philippe Vaucher
2020-04-29 14:28 ` Eli Zaretskii
2020-04-29 14:51 ` Eli Zaretskii
2020-04-30 2:28 ` Richard Stallman
2020-04-29 13:32 ` Stefan Monnier
2020-04-29 13:43 ` Philippe Vaucher
2020-04-29 14:17 ` Yuan Fu
2020-04-29 14:19 ` Yuan Fu
2020-04-30 2:28 ` Richard Stallman
2020-04-29 15:31 ` Eli Zaretskii
2020-04-29 15:48 ` Stefan Monnier
2020-04-29 16:05 ` Drew Adams
2020-05-01 17:38 ` João Távora
2020-05-01 18:03 ` Stefan Monnier
2020-04-30 2:30 ` Richard Stallman
2020-04-29 14:56 ` Drew Adams
2020-04-29 12:52 ` Adam Porter
2020-04-30 2:29 ` Richard Stallman
2020-04-30 10:50 ` Phil Sainty
2020-05-01 2:52 ` Richard Stallman
2020-05-01 5:36 ` Phil Sainty
2020-05-02 2:25 ` Richard Stallman
2020-05-02 2:30 ` T.V Raman
2020-05-01 10:40 ` Kévin Le Gouguec
2020-05-01 15:16 ` Clément Pit-Claudel
2020-05-02 2:24 ` Richard Stallman
-- strict thread matches above, loose matches on Subject: below --
2020-04-30 11:43 Zhu Zihao
[not found] <<87368npxw4.fsf@bernoul.li>
[not found] ` <<jwv4kt3d1r8.fsf-monnier+emacs@gnu.org>
[not found] ` <<87v9ljo5d0.fsf@bernoul.li>
[not found] ` <<jwvh7x3bfoe.fsf-monnier+emacs@gnu.org>
[not found] ` <<87ftcnxu5m.fsf@bernoul.li>
[not found] ` <<CAGK7Mr52_xBMYnPTO4XZ5EqvMji0pKD_YmqKHQzVo2HMCXd0KA@mail.gmail.com>
[not found] ` <<83y2qezlpd.fsf@gnu.org>
[not found] ` <<CAGK7Mr57NeMeXk5kT4fqPUGP_C1y9g8XfL8S4oXN=w=Hy8MJEA@mail.gmail.com>
[not found] ` <<83tv12zjx1.fsf@gnu.org>
[not found] ` <<CAGK7Mr7i6uMH1JRnj2E1hY5vSwiGkVwQARLHq0Q_wMn7aBKP9Q@mail.gmail.com>
[not found] ` <<837dxyz83p.fsf@gnu.org>
[not found] ` <<CAGK7Mr50tQ+DeWvxT7O6E7Pm0jg7TFCxhS-iMeW03pgBcp8Lhw@mail.gmail.com>
[not found] ` <<978f970b-b5c2-bd83-39da-f632d069d7d5@yandex.ru>
[not found] ` <<CAGK7Mr5-sYDJBWxeSE6VoAJkYxLgffDkJPRv9g7cd9qME0nLEw@mail.gmail.com>
[not found] ` <<98ab19cf-680b-9cd2-7c42-89dd0b2f470a@yandex.ru>
[not found] ` <<CAGK7Mr5Qu-4iKvZuWmA0uswUrmZYgQmv4Dw=CibRjwUk1PggUw@mail.gmail.com>
[not found] ` <<E1jUhsZ-0006mV-Rb@fencepost.gnu.org>
[not found] ` <<83y2qau86i.fsf@gnu.org>
2020-05-02 16:51 ` Drew Adams
[not found] ` <<20200429101755.GF24737@tuxteam.de>
[not found] ` <<E1jTyxu-0008FM-LM@fencepost.gnu.org>
[not found] ` <<E1jULk7-0007ZA-OQ@fencepost.gnu.org>
[not found] ` <<838sicw4do.fsf@gnu.org>
[not found] ` <<E1jUhpj-00064u-VY@fencepost.gnu.org>
[not found] ` <<83zhaqu89z.fsf@gnu.org>
[not found] ` <<CAGK7Mr48xznD4uc0zxDRqUrYGbsWU4dg2t_CfnpKipzV7_-xbg@mail.gmail.com>
[not found] ` <<83sggiu2p9.fsf@gnu.org>
2020-05-02 17:16 ` Drew Adams
[not found] ` <<83r1w2u20y.fsf@gnu.org>
[not found] ` <<CAGK7Mr7z+L+1Ziptjvc8wBmZDooLfonuL3VOC8OGex+z1d7Oqg@mail.gmail.com>
[not found] ` <<83lfmatym6.fsf@gnu.org>
2020-05-02 17:36 ` Drew Adams
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=B0CE1411-6F11-4A00-81BC-93135FB1A86E@traduction-libre.org \
--to=jean.christophe.helary@traduction-libre.org \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.