all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Stephen J. Turnbull" <stephen@xemacs.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: acm@muc.de, emacs-devel@gnu.org, rms@gnu.org,
	Dmitry Gutov <dgutov@yandex.ru>
Subject: Re: [Emacs-diffs] master 4e23cd0 4/5: * mail/rmail.el	(rmail-show-message-1): When displaying a mime message,
Date: Fri, 10 Apr 2015 01:24:04 +0900	[thread overview]
Message-ID: <87mw2he0d7.fsf@uwakimon.sk.tsukuba.ac.jp> (raw)
In-Reply-To: <83fv89g3dl.fsf@gnu.org>

Eli Zaretskii writes:

 > [Even without Lisp applications, Emacs] is still a useful text
 > editor.  With Git, unless you know how to resolve pull/push
 > conflicts, you cannot do the simplest thing.  And that's the
 > difference; I don't understand how you can deny it.

The only way I can make sense of that comment is that your definition
of "simple" is the activity of highest complexity known to man:
working in large distributed teams, which is the situation that
induces pull/push conflicts.  Emacs provides zero[1] functionality
for handling that that doesn't involve a full "commit" (ie, file
save), and Emacs knows nothing about history *outside* of buffers (the
equivalent of a Git workspace).  Git does almost nothing that isn't
tuned to that level of *external* complexity.

The simplest thing is to use Git like RCS: git commit, git diff,
lather, rinse, repeat.  Even Richard and Alan do that without getting
their shorts in a knot.  But their workflows are very workspace-and-
mainline-centric; they don't see a need for dealing with branches, let
alone the DAG.  They don't want to go beyond the RCS workflow.  DVCS
fans do; branches and DAG manipulations are useful tools for many
development activities and workflows, which Richard and Alan evidently
perform rarely if ever.  Unfortunately for them most of the developing
world has decided that DVCS and DAGs are good things, and they're
finding themselves more and more isolated, even within the Emacs
community.

Granted, Git has a lot of spurious complication (the Git analogs of
`cl-caadar'! this happens when a tool is work-in-progess, as all
useful free software tools are in practice), but the problems Richard
and Alan are encountering are soon solved by those who study a little
bit, and establish some discipline in performing what they've learned.
Richard and Alan, too, could very easily develop and make habitual a
DVCS routine that allows them to continue the same programming
workflow with a little extra typing that happens to differ from
CVS.[2]  Instead they started a flamewar, and Richard has made
explicit that he expects somebody else to do most of the work of
adapting git to his specification.

There's nothing wrong with wanting your tools to be adapted to you, of
course, but if you want to cooperate with others, sometimes you need
to compromise with the shared tools.  Hundreds, maybe thousands, of
developers have been compromising with Richard's fiats about tools
(diff -c, ChangeLogs, Bazaar to name three) for decades.  Of course
such conventions are useful, but which is optimal is a matter of
personal preference and habit, which (shockingly enough) differ from
developer to developer.  Not everybody can have what they want.

Footnotes: 
[1]  I've heard of collaborative editing tools built on Emacs, but
AFAIK it's not a common activity or supported in Emacs itself.  And
AFAIK "agile" has moved away from that, favoring techniques like pair
programming instead.

[2]  Yes, I know that Richard at least finds typing painful.  Of all
people on God's green Earth, Richard should be able to find ways of
abbreviating ritualized typing.




  reply	other threads:[~2015-04-09 16:24 UTC|newest]

Thread overview: 74+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20150405124321.362.95112@vcs.savannah.gnu.org>
     [not found] ` <E1Yejtc-00007F-4B@vcs.savannah.gnu.org>
2015-04-05 12:56   ` [Emacs-diffs] master 4e23cd0 4/5: * mail/rmail.el (rmail-show-message-1): When displaying a mime message, Dmitry Gutov
2015-04-05 13:08     ` Eli Zaretskii
2015-04-05 13:16       ` Dmitry Gutov
2015-04-05 15:43         ` Eli Zaretskii
2015-04-05 19:47           ` Dmitry Gutov
2015-04-05 20:07             ` Eli Zaretskii
2015-04-05 22:32               ` Dmitry Gutov
2015-04-06  7:54                 ` Eli Zaretskii
2015-04-06 12:03                   ` Dmitry Gutov
2015-04-06 12:24                     ` Eli Zaretskii
2015-04-06 23:32                       ` Dmitry Gutov
2015-04-07  6:12                         ` Eli Zaretskii
2015-04-07 16:13                   ` Richard Stallman
2015-04-07 16:32                     ` Eli Zaretskii
2015-04-07 16:51                     ` Alan Mackenzie
2015-04-07 17:12                       ` Eli Zaretskii
2015-04-07 20:11                         ` Alan Mackenzie
2015-04-08  6:36                           ` Eli Zaretskii
2015-04-08  1:38                       ` Dmitry Gutov
2015-04-08 10:48                         ` Alan Mackenzie
2015-04-08 22:19                           ` chad
2015-04-09 13:16                             ` Richard Stallman
2015-04-09  1:16                           ` Dmitry Gutov
2015-04-09  7:27                             ` Eli Zaretskii
2015-04-09 12:20                               ` Dmitry Gutov
2015-04-09 12:51                                 ` Eli Zaretskii
2015-04-09 16:12                                   ` Dmitry Gutov
2015-04-08 18:19                         ` Richard Stallman
2015-04-09  1:31                           ` Dmitry Gutov
2015-04-09  7:36                             ` Eli Zaretskii
2015-04-09 16:24                               ` Stephen J. Turnbull [this message]
2015-04-09 16:35                                 ` Eli Zaretskii
2015-04-10  4:53                                   ` Stephen J. Turnbull
2015-04-10  7:49                                     ` Eli Zaretskii
2015-04-10  8:30                                       ` Stephen J. Turnbull
2015-04-11 19:18                                 ` Richard Stallman
2015-04-12  6:10                                   ` Stephen J. Turnbull
2015-04-13 21:06                                 ` Alan Mackenzie
2015-04-13 23:08                                   ` Stephen J. Turnbull
2015-04-14 17:16                                     ` Alan Mackenzie
2015-04-14 17:31                                       ` Eli Zaretskii
2015-04-14 21:23                                         ` João Távora
2015-04-15  2:46                                           ` Eli Zaretskii
2015-04-15  8:09                                             ` Harald Hanche-Olsen
2015-04-15 16:13                                               ` Eli Zaretskii
2015-04-15 16:21                                                 ` Harald Hanche-Olsen
2015-04-15 16:36                                                   ` Eli Zaretskii
2015-04-14 21:47                                       ` Steinar Bang
2015-04-08 18:21                       ` Richard Stallman
2015-04-08 18:29                         ` Eli Zaretskii
2015-04-08 19:18                           ` John Yates
2015-04-09 13:41                             ` Stephen J. Turnbull
2015-04-08  1:32                     ` Dmitry Gutov
2015-04-08 18:19                       ` Richard Stallman
2015-04-09  1:19                         ` Dmitry Gutov
2015-04-09  7:31                           ` Eli Zaretskii
2015-04-09 11:43                             ` Dmitry Gutov
2015-04-07 20:45                   ` Stephen J. Turnbull
2015-04-08  5:39                     ` Eli Zaretskii
2015-04-05 17:42         ` Richard Stallman
2015-04-05 18:04           ` Eli Zaretskii
2015-04-06  5:50             ` Richard Stallman
2015-04-06  7:43               ` Eli Zaretskii
2015-04-06  7:45                 ` Harald Hanche-Olsen
2015-04-07 16:13                 ` Richard Stallman
2015-04-07 17:05                   ` Eli Zaretskii
2015-04-08 12:02                 ` Sebastien Vauban
2015-04-08 12:26                   ` Harald Hanche-Olsen
2015-04-08 18:01                     ` Stephen J. Turnbull
2015-04-08 12:38                   ` Eli Zaretskii
2015-04-15  0:34               ` Rostislav Svoboda
2015-04-05 17:42     ` Richard Stallman
2015-04-05 19:01       ` Harald Hanche-Olsen
2015-04-05 21:00       ` Dmitry Gutov

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=87mw2he0d7.fsf@uwakimon.sk.tsukuba.ac.jp \
    --to=stephen@xemacs.org \
    --cc=acm@muc.de \
    --cc=dgutov@yandex.ru \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=rms@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.