From: Dan Jacobson <jidanni@dman.ddts.net>
Subject: the Rolls Royce of pagers
Date: Tue, 15 Apr 2003 05:08:34 +0800 [thread overview]
Message-ID: <87vfxgdbxp.fsf@jidanni.org> (raw)
Gentlemen, we were discussing how the mighty emacs can't do things
when more(1) can. I have found some more.
$ echo A|emacs -nw
$ echo A|emacs -nw /dev/stdin
$ echo A|emacs -nw -
all give emacs: standard input is not a tty
$ echo A|emacs
$ echo A|emacs /dev/stdin
don't do much
$ echo A|emacs -
Option `-' is ambiguous
Yes, emacs was not perhaps designed to do these, but instead of
hemming and hawing, it could perhaps do something more acrobatic, just
in case one's supervisor is watching.
Maybe emacs should turn on View mode and become a expensive pager for
that buffer.
OK, maybe catering to these would mess up some general cases, so never
mind, over and out.
--
http://jidanni.org/ Taiwan(04)25854780
next reply other threads:[~2003-04-14 21:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-14 21:08 Dan Jacobson [this message]
[not found] <mailman.4611.1050362735.21513.bug-gnu-emacs@gnu.org>
2003-04-15 0:25 ` the Rolls Royce of pagers Thomas A. Horsley
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=87vfxgdbxp.fsf@jidanni.org \
--to=jidanni@dman.ddts.net \
/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.