unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: chad <yandros@gmail.com>
To: Tim Cross <theophilusx@gmail.com>
Cc: Alan Mackenzie <acm@muc.de>,
	EMACS development team <emacs-devel@gnu.org>
Subject: Re: Convert README.org to plain text README while installing package
Date: Wed, 8 Jun 2022 15:26:28 -0400	[thread overview]
Message-ID: <CAO2hHWaAybG8R6s-SYyJi4P_r_DgrTaZ2RZSJsU-iO1hGZRSNA@mail.gmail.com> (raw)
In-Reply-To: <87y1y8yvlh.fsf@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 3239 bytes --]

On Tue, Jun 7, 2022 at 7:04 PM Tim Cross <theophilusx@gmail.com> wrote:

> So going back to my original post, which was simply saying that
> implying you would get 784 additional key bindings just because you open
> an org file was misleading because you simply don't get that many
> additional key bindings when you open an org file - in fact, you get
> only about 1/3 of that many.
>

I'll add to this statement: the vast majority of those keybindings aren't
relevant when viewing a read-only org file, which is what we're talking
about here. In fact, I used Org (very lightly) for a few years with exactly
these two extra keybindings: Control-Return and Meta-Return. I also used
Tab to expand/compact headings, so perhaps three, depending on your usage
(I was coming from outline-mode, so this wasn't new.) This is a read/write
usage, not a read-only usage.

Everything else is basically the same. There are a few places where Org
changes the meaning of keys to accommodate Org features, but most of these
are DWIM-ish adaptations, or they're guarded by an Org warning that Org
uses the keys for something else (for example, shift-selection). A few
years in, I discovered that Org would automatically reflow the plain-text
tables I sometimes used, and I learned another use for the Tab key; as near
as I can tell, this feature had been present for months if not years
without ever bothering me.

These days, most of my work involves creative writing and light number
crunching, not coding; as part of that, I use dozens of text files over
several active topics. I keep these in a simple hierarchy of plain Org
files. These load in emacs instantaneously. I search through them using
standard text-searching tools (mostly find and grep, sometimes trying out
things like fd, ack, ripgrep, and deadgrep). I once started reading the Org
manual (several years ago) and bounced off pretty quickly; I haven't been
back in years (although I hear that the manual has improved quite a lot
since then, and it's on my overly-long todo list for "someday".)

I say all this not to try to convince anyone to try Org; in fact, if you're
not already using outline-mode a bunch, then you're probably only
interested in Org if there's a specific use that you'd like for emacs
(agenda, note-keeping, literate programming, etc). That said, there are
people, especially elisp package authors, who use it and like it and will
continue to use it to write package documentation. In the (few) packages
that I personally load, most have a README.org, a few have a README.md, and
none have a plain README.

Put another way, this isn't about encouraging authors to use Org or not;
the authors have chosen already. For people who don't really want to try to
"learn Org": I hear and understand. I've been there myself; time is usually
rarer than interesting ideas to explore. I'm writing this in the hope that
it encourages people to not be afraid of looking at .org files even if you
don't have the time, interest, or inclination to "learn Org", because while
the ocean is indeed (seemingly?) quite deep, the shallow end is quite
comfortable. In the meantime, we can all hope that the arrival of the
"modular Org" is sooner rather than later.

Hope that helps,
~Chad

[-- Attachment #2: Type: text/html, Size: 3819 bytes --]

  reply	other threads:[~2022-06-08 19:26 UTC|newest]

Thread overview: 381+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-04 13:14 Convert README.org to plain text README while installing package Akib Azmain Turja
2022-06-04 13:32 ` Tassilo Horn
2022-06-04 14:17   ` Alan Mackenzie
2022-06-04 14:31     ` Tassilo Horn
2022-06-04 17:39       ` Akib Azmain Turja
2022-06-04 16:09     ` Stefan Kangas
2022-06-04 17:27       ` Alan Mackenzie
2022-06-04 21:10         ` Stefan Kangas
2022-06-05  8:38         ` Michael Albinus
2022-06-05  8:51           ` Po Lu
2022-06-05 10:26             ` Tassilo Horn
2022-06-05 11:15               ` Michael Albinus
2022-06-05 16:52                 ` [External] : " Drew Adams
2022-06-06  0:19                 ` Tim Cross
2022-06-06  9:59                   ` Philip Kaludercic
2022-06-06 13:47                     ` Tim Cross
2022-06-06 14:15                       ` Philip Kaludercic
2022-06-06 11:33                   ` Alan Mackenzie
2022-06-06 12:26                     ` Akib Azmain Turja
2022-06-06 13:57                     ` Tim Cross
2022-06-06 16:02                       ` Eli Zaretskii
2022-06-07  6:14                         ` Tim Cross
2022-06-07 11:21                           ` Eli Zaretskii
2022-06-08 13:12                             ` Ihor Radchenko
2022-06-08 14:15                               ` Eli Zaretskii
2022-06-08 15:15                                 ` Ihor Radchenko
2022-06-08 16:16                                   ` Eli Zaretskii
2022-06-09  9:15                                     ` Ihor Radchenko
2022-06-09  9:38                                       ` Eli Zaretskii
2022-06-11  3:52                                         ` Ihor Radchenko
2022-06-11  6:52                                           ` Eli Zaretskii
2022-06-12  8:40                                             ` Ihor Radchenko
2022-06-12  8:56                                               ` Eli Zaretskii
2022-06-12  9:46                                                 ` Ihor Radchenko
2022-06-12  9:59                                                   ` Eli Zaretskii
2022-06-15  5:13                                                     ` Ihor Radchenko
2022-06-15 12:49                                                       ` Eli Zaretskii
2022-06-17  5:55                                                         ` Ihor Radchenko
2022-06-17  6:40                                                           ` Eli Zaretskii
2022-06-18  4:40                                                             ` Limitations on using Org mode in buffers mixing Org markup with non-Org markup (was: Convert README.org to plain text README while installing package) Ihor Radchenko
2022-06-18  7:10                                                               ` Eli Zaretskii
2022-06-19  5:15                                                                 ` Ihor Radchenko
2022-06-18  5:10                                                             ` Convert README.org to plain text README while installing package Po Lu
2022-06-18 11:28                                                               ` Lars Ingebrigtsen
2022-06-18 13:33                                                                 ` Stefan Monnier
2022-06-18 15:50                                                                   ` tomas
2022-06-18 16:00                                                                     ` Visuwesh
2022-06-18 17:13                                                                       ` tomas
2022-06-18 17:33                                                                         ` Yuri Khan
2022-06-18 23:27                                                                           ` [External] : " Drew Adams
2022-06-18 17:45                                                                         ` Eli Zaretskii
2022-06-18 17:55                                                                         ` Visuwesh
2022-06-18 18:39                                                                           ` tomas
2022-06-18 23:25                                                                         ` [External] : " Drew Adams
2022-06-19  0:24                                                                           ` Tim Cross
2022-06-19  4:35                                                                             ` tomas
2022-06-19  5:36                                                                               ` Tim Cross
2022-06-19  6:43                                                                                 ` tomas
2022-06-19 17:03                                                                                   ` Drew Adams
2022-06-19  1:48                                                                         ` Po Lu
2022-06-19  2:08                                                                           ` Tim Cross
2022-06-19  3:00                                                                             ` Po Lu
2022-06-19  6:07                                                                             ` Eli Zaretskii
2022-06-19  6:41                                                                               ` Tim Cross
2022-06-18 23:22                                                                       ` [External] : " Drew Adams
2022-06-19 11:08                                                                   ` Lars Ingebrigtsen
2022-06-19 17:10                                                                     ` [External] : " Drew Adams
2022-06-20  6:05                                                             ` Kévin Le Gouguec
2022-06-20  8:49                                                               ` Tim Cross
2022-06-12 13:53                                               ` Kévin Le Gouguec
2022-06-12 20:07                                               ` Common keybindings idea for multiple markups Jean Louis
2022-06-08 19:34                             ` Convert README.org to plain text README while installing package Tim Cross
2022-06-09  5:18                               ` Eli Zaretskii
2022-06-09 19:48                               ` Alan Mackenzie
2022-06-11  4:09                                 ` Ihor Radchenko
2022-06-07 16:02                           ` Alan Mackenzie
2022-06-07 18:14                             ` Org mode and Emacs (was: Convert README.org to plain text README while installing package) Stefan Monnier
2022-06-07 18:26                               ` Org mode and Emacs Lars Ingebrigtsen
2022-06-07 18:48                                 ` Stefan Monnier
2022-06-07 18:54                                   ` Eli Zaretskii
2022-06-07 19:38                                     ` Stefan Monnier
2022-06-07 20:54                                   ` Lars Ingebrigtsen
2022-06-07 22:10                               ` Org mode and Emacs (was: Convert README.org to plain text README while installing package) Tim Cross
2022-06-08  6:06                                 ` Org mode and Emacs Visuwesh
2022-06-08  6:58                                   ` Tim Cross
2022-06-09 22:31                                 ` Org mode and Emacs (was: Convert README.org to plain text README while installing package) Richard Stallman
2022-06-09 23:10                                   ` Tim Cross
2022-06-10  5:59                                     ` Eli Zaretskii
2022-06-10  6:20                                       ` Ihor Radchenko
2022-06-10  6:44                                         ` Eli Zaretskii
2022-06-11  4:49                                           ` Tim Cross
2022-06-11  6:58                                             ` Eli Zaretskii
2022-06-11  7:59                                               ` Tim Cross
2022-06-11  8:29                                                 ` Eli Zaretskii
2022-06-12  9:05                                               ` Ihor Radchenko
2022-06-12  9:18                                                 ` Eli Zaretskii
2022-06-12 10:04                                                   ` Ihor Radchenko
2022-06-12 10:15                                                     ` Eli Zaretskii
2022-06-12 10:38                                                       ` Ihor Radchenko
2022-06-12 14:36                                                         ` Eli Zaretskii
2022-06-12 15:31                                                           ` Org mode and Emacs Colin Baxter
2022-06-15  5:19                                                           ` Org mode and Emacs (was: Convert README.org to plain text README while installing package) Ihor Radchenko
2022-06-15  6:46                                                             ` Org mode and Emacs David Engster
2022-06-15  7:36                                                               ` Ihor Radchenko
2022-06-15 13:01                                                                 ` Eli Zaretskii
2022-06-16  5:36                                                                   ` Ihor Radchenko
2022-06-16  5:58                                                                     ` Eli Zaretskii
2022-06-16  9:55                                                                       ` Ihor Radchenko
2022-06-15 13:34                                                                 ` David Engster
2022-06-16  6:50                                                                   ` Ihor Radchenko
2022-06-16 10:21                                                                     ` David Engster
2022-06-15 12:50                                                             ` Org mode and Emacs (was: Convert README.org to plain text README while installing package) Eli Zaretskii
2022-06-16  7:03                                                               ` Ihor Radchenko
2022-06-16  8:13                                                                 ` Eli Zaretskii
2022-06-16 11:12                                                                   ` Mattias Engdegård
2022-06-16 12:58                                                                     ` Ihor Radchenko
2022-06-16 16:59                                                                       ` Org mode and Emacs Stefan Monnier
2022-06-17  7:18                                                                         ` Larger GC thresholds for non-interactive Emacs (was: Org mode and Emacs) Ihor Radchenko
2022-06-17 13:49                                                                           ` Larger GC thresholds for non-interactive Emacs Stefan Monnier
2022-06-17 15:11                                                                             ` Lars Ingebrigtsen
2022-06-17 15:30                                                                               ` Lars Ingebrigtsen
2022-06-17 16:05                                                                                 ` Stefan Monnier
2022-06-17 16:11                                                                                   ` Lars Ingebrigtsen
2022-06-18  5:35                                                                                   ` Ihor Radchenko
2022-06-18 13:16                                                                                     ` Stefan Monnier
2022-06-17 17:48                                                                               ` Stefan Monnier
2022-06-17 18:20                                                                                 ` Lars Ingebrigtsen
2022-06-17 18:39                                                                                   ` Alan Mackenzie
2022-06-17 22:21                                                                                     ` Stefan Monnier
2022-06-17 22:31                                                                                       ` Lars Ingebrigtsen
2022-06-17 22:53                                                                                   ` Stefan Monnier
2022-06-18  6:11                                                                                     ` Eli Zaretskii
2022-06-18 12:45                                                                                     ` Lars Ingebrigtsen
2022-06-18 13:26                                                                                       ` Stefan Monnier
2022-06-18  2:32                                                                                   ` Stefan Monnier
2022-06-18 12:49                                                                                     ` Lars Ingebrigtsen
2022-06-18 13:06                                                                                       ` Stefan Monnier
2022-06-19 11:03                                                                                         ` Lars Ingebrigtsen
2022-06-18 13:20                                                                                       ` Eli Zaretskii
2022-06-19 11:02                                                                                         ` Lars Ingebrigtsen
2022-06-19 11:11                                                                                           ` Eli Zaretskii
2022-06-21  2:01                                                                                           ` Lynn Winebarger
2022-06-22  0:01                                                                                             ` Lynn Winebarger
2022-06-22 12:59                                                                                               ` Eli Zaretskii
2022-06-22 23:30                                                                                                 ` Lynn Winebarger
2022-06-23  7:09                                                                                                   ` Eli Zaretskii
2022-06-23  7:18                                                                                                     ` Ihor Radchenko
2022-06-23  7:37                                                                                                       ` Eli Zaretskii
2022-06-23  8:02                                                                                                         ` Ihor Radchenko
2022-06-23  8:24                                                                                                           ` Eli Zaretskii
2022-06-23  9:03                                                                                                             ` Ihor Radchenko
2022-06-23 10:08                                                                                                               ` Eli Zaretskii
2022-06-25  5:10                                                                                                                 ` Ihor Radchenko
2022-06-25  6:03                                                                                                                   ` Eli Zaretskii
2022-06-27  9:32                                                                                                                     ` Ihor Radchenko
2022-06-27 13:20                                                                                                                       ` Eli Zaretskii
2022-06-29  9:35                                                                                                                         ` Ihor Radchenko
2022-06-25  7:51                                                                                                                   ` Yuri Khan
2022-06-25  8:28                                                                                                                     ` Eli Zaretskii
2022-06-23 17:07                                                                                                     ` Lynn Winebarger
2022-06-23 18:37                                                                                                       ` Eli Zaretskii
2022-06-23 22:08                                                                                                         ` Lynn Winebarger
2022-06-24  6:53                                                                                                           ` Eli Zaretskii
2022-06-25 16:50                                                                                                             ` Lynn Winebarger
2022-06-22 23:26                                                                                             ` Stefan Monnier
2022-06-22 23:48                                                                                               ` Lynn Winebarger
2022-06-20 12:42                                                                                       ` Lynn Winebarger
2022-06-19  7:25                                                                                     ` Ihor Radchenko
2022-06-19  8:51                                                                                       ` Eli Zaretskii
2022-06-19  9:23                                                                                         ` Ihor Radchenko
2022-06-19  9:23                                                                                     ` Ihor Radchenko
2022-06-19 22:11                                                                                       ` Stefan Monnier
2022-06-20 12:21                                                                                         ` Ihor Radchenko
2022-06-23 22:12                                                                                           ` Stefan Monnier
2022-06-25  5:13                                                                                             ` Ihor Radchenko
2022-06-25  6:08                                                                                               ` Eli Zaretskii
2022-06-25  8:33                                                                                               ` Stefan Monnier
2022-06-18  5:58                                                                                 ` Eli Zaretskii
2022-06-18 13:46                                                                                   ` Stefan Monnier
2022-06-18 14:13                                                                                     ` Eli Zaretskii
2022-06-18  5:28                                                                             ` Ihor Radchenko
2022-07-01  2:34                                                                             ` Lisp-level macro to avoid excessive GC in memory-allocating code (was: Larger GC thresholds for non-interactive Emacs) Ihor Radchenko
2022-07-01  6:18                                                                               ` Eli Zaretskii
2022-07-01  7:52                                                                                 ` Ihor Radchenko
2022-07-01 10:45                                                                                   ` Eli Zaretskii
2022-07-01 11:12                                                                                     ` Ihor Radchenko
2022-07-01 13:56                                                                                       ` Lisp-level macro to avoid excessive GC in memory-allocating code Stefan Monnier
2022-07-01 14:10                                                                                         ` Eli Zaretskii
2022-06-21 13:04                                                                           ` Larger GC thresholds for non-interactive Emacs Lars Ingebrigtsen
2022-06-21 13:35                                                                             ` Lars Ingebrigtsen
2022-06-16  3:19                                                             ` Org mode and Emacs Pankaj Jangid
2022-06-16  4:03                                                               ` Visuwesh
2022-09-25  2:14                                                           ` Bastien
2022-06-12 14:58                                                         ` Org mode and Emacs (was: Convert README.org to plain text README while installing package) Eli Zaretskii
2022-06-15  5:48                                                           ` Ihor Radchenko
2022-06-15 16:49                                                             ` Eli Zaretskii
2022-06-17  6:11                                                               ` Ihor Radchenko
2022-06-17  6:41                                                                 ` Eli Zaretskii
2022-06-12 19:25                                                     ` Jean Louis
2022-06-13 12:14                                                       ` Eli Zaretskii
2022-06-13 22:37                                                 ` Richard Stallman
2022-06-14  0:43                                                   ` Ihor Radchenko
     [not found]                                                     ` <87h74mv56b.fsf@localhost>
2022-06-17  6:42                                                       ` Org syntax compatibility with texinfo syntax (was: Org mode and Emacs (was: Convert README.org to plain text README while installing package)) Ihor Radchenko
2022-06-14  2:28                                                   ` Org mode and Emacs (was: Convert README.org to plain text README while installing package) Eli Zaretskii
2022-06-14  2:45                                                     ` Ihor Radchenko
2022-06-14 11:04                                                       ` Eli Zaretskii
2022-06-14 11:18                                                         ` Ihor Radchenko
2022-06-14 11:44                                                           ` Eli Zaretskii
2022-06-12 22:38                                               ` Richard Stallman
2022-06-13  4:38                                                 ` Org mode and Emacs Werner LEMBERG
2022-06-13 16:28                                                 ` Org mode and Emacs (was: Convert README.org to plain text README while installing package) Christopher Dimech
2022-06-12  0:42                                             ` Richard Stallman
2022-06-12  1:27                                               ` Ihor Radchenko
2022-06-12  5:45                                                 ` Eli Zaretskii
2022-06-12 22:38                                                 ` Richard Stallman
2022-06-12 22:56                                                   ` Tim Cross
2022-06-13  0:39                                                     ` Ihor Radchenko
2022-06-13  1:42                                                       ` Tim Cross
2022-06-13  2:40                                                         ` Ihor Radchenko
2022-06-13  1:47                                                       ` Christopher Dimech
2022-06-13  2:47                                                         ` Ihor Radchenko
2022-06-13  5:04                                                           ` Christopher Dimech
2022-06-13  5:22                                                             ` Org mode and Emacs Werner LEMBERG
2022-06-13  5:59                                                               ` Eli Zaretskii
2022-06-13 11:54                                                       ` Org mode and Emacs (was: Convert README.org to plain text README while installing package) Eli Zaretskii
2022-06-14 13:32                                                         ` Ihor Radchenko
2022-06-14 13:45                                                           ` Eli Zaretskii
2022-06-15 23:15                                                           ` Richard Stallman
2022-06-17  6:43                                                             ` Ihor Radchenko
2022-06-14 13:18                                                   ` Ihor Radchenko
2022-06-14 13:38                                                     ` Org mode and Emacs Robert Pluim
2022-06-15  6:13                                                       ` Cusom special block export, similar org org-link :export parameter (was: Org mode and Emacs) Ihor Radchenko
2022-06-15 23:15                                                     ` Org mode and Emacs (was: Convert README.org to plain text README while installing package) Richard Stallman
2022-06-17  6:52                                                       ` Ihor Radchenko
2022-06-12  0:42                                     ` Richard Stallman
2022-06-12  1:39                                       ` Tim Cross
2022-06-12  2:40                                         ` Org mode and Emacs T.V Raman
2022-06-12  6:02                                         ` Org mode and Emacs (was: Convert README.org to plain text README while installing package) Eli Zaretskii
2022-06-12 22:38                                           ` Richard Stallman
2022-06-13  2:29                                             ` Eli Zaretskii
2022-06-12  1:45                                       ` Org mode and Emacs Po Lu
2022-06-12  2:15                                         ` Ihor Radchenko
2022-06-12  2:36                                           ` David Masterson
2022-06-12  3:06                                             ` Ihor Radchenko
2022-06-12  3:39                                               ` David Masterson
2022-06-12  4:43                                                 ` Tim Cross
2022-06-12  5:08                                                   ` Po Lu
2022-06-12  5:20                                                     ` Ihor Radchenko
2022-06-12  5:27                                                     ` Tim Cross
2022-06-12  5:53                                                   ` David Masterson
2022-06-12  6:56                                                     ` Ihor Radchenko
2022-06-12 18:29                                                       ` David Masterson
2022-06-14  5:09                                                         ` Ihor Radchenko
2022-06-19 23:48                                                           ` David Masterson
2022-06-20  0:03                                                             ` Ihor Radchenko
2022-06-20  0:24                                                               ` David Masterson
2022-06-12  3:28                                             ` Tim Cross
2022-06-12  2:50                                           ` Po Lu
2022-06-12  3:54                                             ` chad
2022-06-12  5:04                                               ` Po Lu
2022-06-12  7:02                                                 ` Ihor Radchenko
2022-06-12 22:38                                                 ` Richard Stallman
2022-06-12 22:38                                                 ` Richard Stallman
2022-06-12  6:21                                               ` Eli Zaretskii
2022-06-12  6:57                                           ` Eli Zaretskii
2022-06-12  4:53                                       ` Org mode and Emacs (was: Convert README.org to plain text README while installing package) Christopher Dimech
2022-06-10 13:56                                   ` Ihor Radchenko
2022-06-10 19:32                                   ` Akib Azmain Turja
2022-06-08 13:22                               ` Ihor Radchenko
2022-06-08 13:33                                 ` Stefan Kangas
2022-06-08 14:23                                 ` Org mode and Emacs Stefan Monnier
2022-06-08 15:08                                   ` Ihor Radchenko
2022-06-12 22:38                                   ` Richard Stallman
2022-06-07 21:51                             ` Convert README.org to plain text README while installing package Tim Cross
2022-06-08 19:26                               ` chad [this message]
2022-06-06 19:19                       ` Alan Mackenzie
2022-06-07 10:50                         ` Protesilaos Stavrou
2022-06-07 12:07                           ` Philip Kaludercic
2022-06-07 12:23                             ` Protesilaos Stavrou
2022-06-07 12:27                           ` Stefan Monnier
2022-06-07  0:43                       ` Po Lu
2022-06-07  6:46                         ` Kévin Le Gouguec
2022-06-07  7:53                           ` Po Lu
2022-06-07 22:15                             ` Kévin Le Gouguec
2022-06-08  0:36                               ` Po Lu
2022-06-08  6:41                                 ` Kévin Le Gouguec
2022-06-06 16:56                   ` Michael Albinus
2022-06-07 20:57                   ` Jean Louis
2022-06-08  6:50                     ` Tim Cross
2022-06-08  7:25                       ` Ihor Radchenko
2022-06-08  7:43                         ` Tim Cross
2022-06-08 11:27                           ` Jean Louis
2022-06-08 13:24                           ` Ihor Radchenko
2022-06-08 11:39                       ` Jean Louis
2022-06-11  6:40                       ` Jean Louis
2022-06-11 11:16                         ` Protesilaos Stavrou
2022-06-12 11:32                           ` Jean Louis
2022-06-12  2:23                         ` Tim Cross
2022-06-12 11:41                           ` Jean Louis
2022-06-12 21:58                             ` [External] : " Drew Adams
2022-06-13 22:37                             ` Richard Stallman
2022-06-05 11:23               ` Ihor Radchenko
2022-06-06  0:33                 ` Lars Ingebrigtsen
2022-06-06  0:41                   ` Lars Ingebrigtsen
2022-06-06  0:59                   ` Ihor Radchenko
2022-06-06  1:07                     ` Lars Ingebrigtsen
2022-06-06  1:33                       ` Ihor Radchenko
2022-06-06  7:39                         ` Tassilo Horn
2022-06-08 12:56                           ` Ihor Radchenko
2022-06-06 12:54                         ` Lars Ingebrigtsen
2022-06-06 12:56                         ` Lars Ingebrigtsen
2022-06-08 12:55                           ` Ihor Radchenko
2022-06-05 11:29               ` Lars Ingebrigtsen
2022-06-05 13:39                 ` Stefan Monnier
2022-06-05 14:24                   ` Alan Mackenzie
2022-06-05 14:38                     ` Stefan Monnier
2022-06-05 11:45               ` Po Lu
2022-06-05 11:59                 ` Ihor Radchenko
2022-06-05 13:11                   ` Akib Azmain Turja
2022-06-05 15:32                     ` Tassilo Horn
2022-06-05 17:46                       ` [External] : " Drew Adams
2022-06-05 17:57                         ` Tassilo Horn
2022-06-05 20:12                           ` Stefan Monnier
2022-06-06  0:24                             ` Drew Adams
2022-06-06  0:48                               ` Ihor Radchenko
2022-06-06  1:18                                 ` Drew Adams
2022-06-06  1:38                                   ` Ihor Radchenko
2022-06-06  1:41                                     ` Drew Adams
2022-06-06  1:47                                     ` Stefan Monnier
2022-06-06  7:44                                     ` Tassilo Horn
2022-06-06  9:34                                       ` Ihor Radchenko
2022-06-06  0:23                           ` Drew Adams
2022-06-06  7:20                             ` Tassilo Horn
2022-06-06 15:10                               ` Drew Adams
2022-06-05 15:52                     ` Philip Kaludercic
2022-06-05 17:44                       ` Stefan Monnier
2022-06-06 10:35                         ` Philip Kaludercic
2022-06-07 17:55                           ` Stefan Monnier
2022-06-24  7:18                             ` Akib Azmain Turja
2022-06-24  7:45                               ` Philip Kaludercic
2022-07-15 12:24                                 ` Akib Azmain Turja
2022-07-15 13:07                                   ` Philip Kaludercic
2022-07-15 14:54                                     ` Akib Azmain Turja
2022-06-24 15:42                             ` Philip Kaludercic
2022-06-24 17:50                               ` Stefan Monnier
2022-06-26 10:25                                 ` Philip Kaludercic
2022-06-26 12:22                                   ` Stefan Monnier
2022-06-26 13:08                                     ` Philip Kaludercic
2022-06-26 15:23                                       ` Stefan Monnier
2022-06-27 10:04                                         ` Philip Kaludercic
2022-06-27 12:12                                           ` Stefan Monnier
2022-06-27 14:29                                           ` Yuri Khan
2022-06-27 16:44                                             ` Philip Kaludercic
2022-06-05 11:59               ` Akib Azmain Turja
2022-06-08 17:21               ` Yoni Rabkin
2022-06-05 15:15             ` Ihor Radchenko
2022-06-05 15:22               ` Eli Zaretskii
2022-06-05 15:27                 ` Eli Zaretskii
2022-06-05 15:41                 ` Ihor Radchenko
2022-06-05 15:46                   ` Eli Zaretskii
2022-06-05 15:53                     ` Ihor Radchenko
2022-06-05 16:25                       ` Eli Zaretskii
2022-06-05 15:53                     ` Eli Zaretskii
2022-06-05 15:58                       ` Ihor Radchenko
2022-06-05 16:27                         ` Eli Zaretskii
2022-06-05 16:16                 ` Tassilo Horn
2022-06-05 17:40               ` Stefan Monnier
2022-06-08 12:51                 ` Ihor Radchenko
2022-06-08 14:17                   ` Eli Zaretskii
2022-06-08 14:38                     ` Ihor Radchenko
2022-06-08 14:43                       ` Stefan Monnier
2022-06-08 15:44                         ` Ihor Radchenko
2022-06-08 17:37                           ` Stefan Monnier
2022-06-09  3:11                             ` Ihor Radchenko
2022-06-08 16:02                         ` Eli Zaretskii
2022-06-04 17:32     ` Akib Azmain Turja
2022-06-04 17:22   ` Akib Azmain Turja
2022-06-04 16:36 ` Stefan Monnier
2022-06-05 12:29   ` Akib Azmain Turja
2022-06-05 13:34     ` Stefan Monnier
2022-06-06  3:34       ` Akib Azmain Turja

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAO2hHWaAybG8R6s-SYyJi4P_r_DgrTaZ2RZSJsU-iO1hGZRSNA@mail.gmail.com \
    --to=yandros@gmail.com \
    --cc=acm@muc.de \
    --cc=emacs-devel@gnu.org \
    --cc=theophilusx@gmail.com \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).