1998Q1/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev]  Clients -->
<!--X-From-R13: Eunja Vnycraal <znynpunvNvanzr.pbz> -->
<!--X-Date: Wed, 14 Jan 1998 15:21:30 +0000 -->
<!--X-Message-Id: Pine.SUN.3.96.980114095340.4651C&#45;100000@sun38 -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 199801141147.FAA07045#helius,host4u.net -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev]  Clients</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:malachai#iname,com">
</head>
<body background="/backgrounds/paperback.gif" bgcolor="#ffffff"
      text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000">

  <font size="+4" color="#804040">
    <strong><em>MUD-Dev<br>mailing list archive</em></strong>
  </font>
      
<br>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->

Date:&nbsp;
[&nbsp;<a href="msg00238.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00240.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00237.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00240.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00239">Author</A>
&nbsp;|&nbsp;<A HREF="#00239">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00239">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev]  Clients</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#null,net">mud-dev#null,net</A></LI>
<LI><em>Subject</em>: Re: [MUD-Dev]  Clients</LI>
<LI><em>From</em>: Shawn Halpenny &lt;<A HREF="mailto:malachai#iname,com">malachai#iname,com</A>&gt;</LI>
<LI><em>Date</em>: Wed, 14 Jan 1998 10:20:46 -0500 (EST)</LI>
<LI><em>Reply-To</em>: Shawn Halpenny &lt;<A HREF="mailto:malachai#iname,com">malachai#iname,com</A>&gt;</LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
On Wed, 14 Jan 1998, Caliban Tiresias Darklock wrote:

&gt; Sometime at or around 03:52 PM 1/13/98 +0000, I personally witnessed
&gt; Matt Chatterley jumping up to shout:
&gt; &gt;On Tue, 13 Jan 1998, Shawn Halpenny wrote:
&gt; &gt;&gt; 
&gt; &gt;&gt; I would consider a toggleable vi-mode for the command line
&gt; &gt;&gt; practically a necessity.  Actually, a number of useful features
&gt; &gt;&gt; from shells would be nice:  
&gt; &gt;
&gt; &gt;Hmm. I'm not sure exactly what you mean by 'vi' mode (one which
&gt; &gt;responds instantly to keypresses in a char-by-char mode rather
&gt; &gt;than typical line based approach?).  
&gt; 
&gt; I think what he's saying is he wants command mode and input mode --
&gt; sort of like in vi, you're either inputting to the file (the MUD in
&gt; this case) or controlling the editor (the client). I don't know that
&gt; I'd completely agree with this idea, as it seems sort of backward;
&gt; after all, you could probably do just as well with a separate command
&gt; line altogether for the client. There's also the possibility that he
&gt; wants the command line to have the same *syntax* as vi. If that's what
&gt; he's asking for, then I have to kind of wonder what good the majority
&gt; of vi's commands would be in a MUD client.

Anyone who has used bash or ksh in vi mode knows exactly what I'm referring
to.  Essentially, take the majority of the single-line editing and movement
commands from vi and stick them into the command-line editing facilities of
the client.

&gt; But here's my two cents. I think one of the biggest mistakes people
&gt; make in saying 'this is what I want in a client' is to say they want
&gt; this specific feature like this specific program, instead of saying
&gt; what they want in terms of ability. Nobody wants a 'macro feature like
&gt; EMACS' -- they want the ability to define and execute their own
&gt; commands.

For the most part, I think you're correct.  But in this case, I _do_ want
command line editing "like vi".  I have progressed past (or just plain
bypassed?) the point of saying "I want a convenient way of entering commands."

&gt;           In a character-mode environment like UNIX or DOS, then yes,
&gt; that probably means a macro feature, and may mean something very like
&gt; EMACS. But in modern windowing environments like the Mac or Windows or
&gt; X, that macro facility would likely bear *no* resemblance to EMACS,
&gt; probably taking the form of a user-defined button bar with a 'command
&gt; wizard' behind it. I think we get too bogged down in what we know and
&gt; what we're used to, rather than letting the programmer take our needs
&gt; and build them into a useful product...

That is to say, if you know how to use your favorite editor 'vi'
inside and out and there's nothing you can't do with it, wouldn't you
benefit from putting that same interface on the front of something
whose innards accomplish the same thing, but doesn't necessarily look
like what you're accustomed to?  There's a learning curve whenever
you change the interface and if I don't have to learn what keys I
need to use to edit a command line, I can get into the game much more
quickly (perhaps that should read "conveniently") than if I have to
figure out that pressing "Ctrl-End" clears to the end-of-line instead
of "D".  Sure, it's probably documented somewhere, but if I fire up that
client and discover off the bat that all my vi knowledge just magically
works, I don't even need to bother reading the dox.

Yes, we get bogged down in what we know and what we're used to.  I am
perfectly content to let the programmer take my needs and build me a
useful product.  If I told him "I want to create macros" and he comes
back with a GUI and a bunch of buttons, fine.  But if I said "I want
vi command line editing" and he comes back with a GUI and buttons,
I'll never use the product.

&gt;                                         it's pretty common in my day
&gt; job to go in to build a program for a customer, then see them point to
&gt; some program and say "...and that's what we want it to do". If that's
&gt; what you want it to do, then what are *we* here for? Go buy that.
&gt; Obviously, that's NOT what you want it to do, so what is it missing? 
&gt; 
&gt; I think if we all just went 'I want to have this ability', it would go
&gt; a lot better than 'I want the client to do this, this, and this'.

But what of the people who _do_ know precisely what they want?  Are you
going to force them to throw out their old interface knowledge and make
them learn the new one?

&gt;                                                                    If
&gt; you want the client to have a dual-mode command line, the question to
&gt; be asked is *why* you want that. I think it's pretty clear that you
&gt; want to be able to control the client itself from the same interface
&gt; where you're controlling the MUD.

Nope.  I don't give a whit if I can control the client from the same
command line I control the MUD.  The dual mode is _only_ for editing the
line.  I'm either in edit mode where what I type is inserted into the line,
or in command mode where I can move about the line, delete words,
sentences, or what not.  I am perfectly content to have to move the mouse
if I need to select some menu, but I want my chief interface to the MUD to
be through that command line.  All the GUI gives me is client control
options.  That's what _I_ want.  That's probably not what some newbie
player to that MUD wants.

&gt;                                    You don't want to switch windows or
&gt; futz with a mouse or anything, you want to enter your commands right
&gt; there on the command line where you type the MUD commands, and you
&gt; don't want the client intercepting your MUD commands or your client
&gt; commands getting sent to the MUD. There are a lot of ways to handle
&gt; that, and a dual mode command line is only one of them. My immediate
&gt; thought is to use the / key, as in you type '/client-command' to
&gt; execute one client command in a series of MUD commands, or just '/' to
&gt; enter a sort of client command shell -- everything is a client command
&gt; until this shell is exited or turned off. This could be done by
&gt; several
&gt; methods; '//' is sensible, as is another '/', a '\', '/exit' or just
&gt; 'exit', or 'quit', 'end', a period on a line all by itself, a
&gt; control-D, etc. I selected the '/' because that's what TinyFugue uses,
&gt; and that's what most of the really serious MUD players I run into are
&gt; using, but it's quite simple to make this a configurable parameter.
&gt; The
&gt; mechanics themselves are irrelevant, provided when you hand it to
&gt; someone for testing they find that it's easy to work with and doesn't
&gt; take a year to adjust to. But I think Shawn's saying he wants a robust
&gt; command set in the client more than anything.

That is almost entirely correct (or at least I want to be given the
primitives to script my own commands) except you left out the all-important
vi-mode editing bit.  Would that be a make-or-break,
do-I-use-or-scrap-this-client sort of thing?  Probably not.  But every day
I sit down in front of my terminal at work, the nominal 5 shells I
have open are all in vi mode.  If I don't have to do a mental context
switch when I decide to MUD, all the better.

-- 
Shawn Halpenny


</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<ul compact><li><strong>Follow-Ups</strong>:
<ul>
<li><strong><A NAME="00421" HREF="msg00421.html">Re: [MUD-Dev]  Clients</A></strong>
<ul compact><li><em>From:</em> coder#ibm,net</li></ul>
<li><strong><A NAME="00404" HREF="msg00404.html">Re: [MUD-Dev]  Clients</A></strong>
<ul compact><li><em>From:</em> coder#ibm,net</li></ul>
<li><strong><A NAME="00240" HREF="msg00240.html">Re: [MUD-Dev]  Clients</A></strong>
<ul compact><li><em>From:</em> Caliban Tiresias Darklock &lt;caliban#darklock,com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00237" HREF="msg00237.html">Re: [MUD-Dev]  Clients</A></STRONG>
<UL><LI><EM>From:</EM> Caliban Tiresias Darklock &lt;caliban#darklock,com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00238.html">Re: [MUD-Dev]  Clients</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00240.html">Re: [MUD-Dev]  Clients</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00237.html">Re: [MUD-Dev]  Clients</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00240.html">Re: [MUD-Dev]  Clients</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00239"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00239"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
<ul><li>Thread context:
<BLOCKQUOTE><UL>
<LI><STRONG>Re: [MUD-Dev] Clients</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<LI><strong><A NAME="00229" HREF="msg00229.html">Re: [MUD-Dev] Clients</A></strong>, 
Matt Chatterley <a href="mailto:root#mpc,dyn.ml.org">root#mpc,dyn.ml.org</a>, Tue 13 Jan 1998, 18:16 GMT
</LI>
</ul>
<LI><strong><A NAME="00228" HREF="msg00228.html">Re: [MUD-Dev]  Clients</A></strong>, 
Shawn Halpenny <a href="mailto:malachai#iname,com">malachai#iname,com</a>, Tue 13 Jan 1998, 15:56 GMT
<UL>
<LI><strong><A NAME="00231" HREF="msg00231.html">Re: [MUD-Dev]  Clients</A></strong>, 
Matt Chatterley <a href="mailto:root#mpc,dyn.ml.org">root#mpc,dyn.ml.org</a>, Tue 13 Jan 1998, 23:50 GMT
<UL>
<LI><strong><A NAME="00237" HREF="msg00237.html">Re: [MUD-Dev]  Clients</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Wed 14 Jan 1998, 11:47 GMT
<UL>
<LI><strong><A NAME="00239" HREF="msg00239.html">Re: [MUD-Dev]  Clients</A></strong>, 
Shawn Halpenny <a href="mailto:malachai#iname,com">malachai#iname,com</a>, Wed 14 Jan 1998, 15:21 GMT
<UL>
<LI><strong><A NAME="00240" HREF="msg00240.html">Re: [MUD-Dev]  Clients</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Wed 14 Jan 1998, 16:14 GMT
<UL>
<LI><strong><A NAME="00241" HREF="msg00241.html">Re: [MUD-Dev]  Clients</A></strong>, 
Shawn Halpenny <a href="mailto:malachai#iname,com">malachai#iname,com</a>, Wed 14 Jan 1998, 16:58 GMT
</LI>
<LI><strong><A NAME="00242" HREF="msg00242.html">OT: Insane Wordwrapping</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Wed 14 Jan 1998, 17:05 GMT
<UL>
<LI><strong><A NAME="00244" HREF="msg00244.html">Re: [MUD-Dev]  OT: Insane Wordwrapping</A></strong>, 
Alex Oren <a href="mailto:alexo#bigfoot,com">alexo#bigfoot,com</a>, Thu 15 Jan 1998, 14:01 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</ul>
</LI>
</UL></BLOCKQUOTE>

</ul>
<hr>
<center>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
</center>
<hr>
</body>
</html>