GNU bug report logs - #43633
28.0.50; Include definitions in glossary for: extensible, customizable, self-documenting, real-time display editor

Previous Next

Package: emacs;

Reported by: Jean Louis <bugs <at> gnu.support>

Date: Sat, 26 Sep 2020 17:08:02 UTC

Severity: normal

Found in version 28.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Juri Linkov <juri <at> linkov.net>
To: Jean Louis <bugs <at> gnu.support>
Cc: 43633 <at> debbugs.gnu.org, rms <at> gnu.org, Drew Adams <drew.adams <at> oracle.com>
Subject: bug#43633: 28.0.50; Include definitions in glossary for: extensible, customizable, self-documenting, real-time display editor
Date: Wed, 30 Sep 2020 21:50:01 +0300
> If I wish to edit with "ed" I would say:
>
> $ ed file
>
> but then nothing would happen, nothing would be displayed. I would
> need to do something like:
>
> i
> New line written here
> .
> w
> 22
> q
>
> then the line "New line written here" would be in the file, as I saved
> it with "w" for 22 bytes, and quit with "q"

Indeed, and 'ed' is still relevant today on minimized distributions
where only 'ed' is available for editing (that even don't provide 'vi').

> Thus "real time display" editor is (probably) comparison to line
> editors. This comparison was useful back in time, today it is hard to
> explain to people.

Emacs can't be described as "real-time" because it doesn't meet the demands of
real-time systems according to https://en.wikipedia.org/wiki/Real-time_computing
that at least require deterministic garbage collection.




This bug report was last modified 4 years and 293 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.