unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Brady Montz <bradym@balestra.org>
Cc: xemacs-design@xemacs.org, emacs-devel@gnu.org
Subject: Re: The minibuffer vs. Dialog Boxes (Re: Making XEmacs be more up-to-date)
Date: 22 Apr 2002 13:46:50 -0700	[thread overview]
Message-ID: <m2adrvea11.fsf@sandman.balestra.org> (raw)
In-Reply-To: <7263-Mon22Apr2002224014+0300-eliz@is.elta.co.il>

"Eli Zaretskii" <eliz@is.elta.co.il> writes:

> > From: Brady Montz <bradym@balestra.org>
> > Date: 22 Apr 2002 09:54:09 -0700
> > 
> > I see very little in the UI which makes these various
> > options obvious, and the biggest single struggle I have helping emacs
> > beginners is helping them learn how to find out
> > information. Currently, people have suggested three ways to get to
> > sort-paragraph from sort-lines: open sort.el (my fallback approach),
> > apropos, or Info-elisp-ref, and putting xrefs in the doc strings.
> 
> These all (and more) are under "Help" in the menu bar.
> 
> If you are saying the the menu bar is not obvious enough, then please
> suggest practical ways to make that more obvious.  The problem with
> help functions is that, IMO, a user should generally request help
> explicitly, or make some sign that she needs help.  Otherwise, if we
> stick the help info into her face when it is not requested, we risk
> ending up with the equivalent of that annoying MSWord-style paper
> clip.  So if the menu bar is not enough, please suggest the ways Emacs
> should use to decide that the user needs help (and perhaps what kind
> of help as well).

Yes, can't have clippy. I much prefer a passive approach where
everything is unobtrusively at your fingertips over clippy's obtrusive
sticking fingers in your eyeball.

As for the menu bar, I don't know what emacs 21's looks like. since I
moved to xemacs back when emacs was at 19. 

I don't think that, for this particular scenario, the xemacs help menu
bar is at all obvious. Asside from the terminology issues (will a
novice understand the difference between lookup command and lookup
function, and "apropos" is the epitome of obscure) which is being
covered elsewhere, it's certainly not obvious to me which of those
menu items is the best thing to select to show me what's similar to
the command I currently have open in a help buffer.

For this particular example, a popup menu of common "what you might
want to see after reading this help text" actions might be the best
menu modification. 

I dislike relying on having things like only in a menu though, since
it's not obvious to right-click when you want "more." A little "click
here for more" button is more to my liking.

> > Back to my example. So far, three people have suggested three
> > ways. First, not all of these ways work for every function (for
> > example, C-h C-f gnus just failed for me)
> 
> Is "C-h C-f" supposed to show the Info node for a command you type?
> If so, the equivalent command works for me in Emacs with gnus.

Yeah. I was referring to Stephen's usage of that. 

Doesn't work on my xemacs installation, so it's probably just an
install issue.

> 
> > nor for every situation
> > (for example, starting from a keybinding instead of a function name)
> 
> "C-h K" does that for me in Emacs.

Exactly. My point which you responded to was that for my example
(sort-lines), the three (maybe four) methods people gave for getting
the list of related commands don't work in all situations. For the
related situation where you know the key command but not the name, you
need yet another method (C-h k, followed by some others).

So, we have a situation where there's approx. 14 useful C-h commands
worthy of mention in the xemacs help menu, and I don't think it's
immediately obvious which to use when (oh, I know the key so I use C-h
k. I want the related functions and because this function is nicely
named C-h a will probably do the trick. I want a general overview and
this is a stable core function so the info page is probably good let's
try C-h C-f, this really should be in the info index so let's get to
that with C-h i, this is a function so C-h f, no wait it's a variable
C-h v, dammit I just want the key binding so C-h w).

Help shouldn't require help.

Here's what I'm starting to come to after this discussion - I'd like
an abstraction layer or interface between me and the
help/configuration systems. Not a wizard, but a unified interface that
wouldn't require a wizard.

I think we already have all the info we need in the various docs and
source code, and most of the functionality is already there. It's a
matter of presenting more efficient interface to it all.

> > none of them are apparant from the UI
> 
> Help->More Manuals->Find Key in Manual and Find Command in Manual do
> that in Emacs.

Just because they are in the menu does not mean that it's apparant to
the user than when he's reading about sort-lines in a help buffer, he
should select those items to find out about related commands.

It is reasonable expect a user to figure out that the "find command in
manual" might do that (but only for things with an info page). I don't
see anything in the interface of that help buffer pointing me to
that. The menu bar is about the furthest thing from my mind while
reading that text. It's out of band.

> > So, time to experiment with some code. I'd like to know any idioms
> > that people have for finding information. In particular, I'd like to
> > know the situations in which those idioms are used.
> 
> It depends on what you are looking for, I think.  If the goal is to
> find quickly a description of some subject, then a keyword-based
> search (a user types several keywords, and Emacs finds the appropriate
> documentation) is IMHO the best.  The `i' command in Info gets pretty
> close to that (it's normally the first or second method I try when
> looking for things).

I'm thinking a better search mechanism would be really nice. Just
having better searching of the info pages would be huge.

> This could be inappropriate for people who want an introduction to
> some broad issue, though.
> 
> Another idea is to try the hierarchical approach: a user is asked a
> series of questions about the subject she wants to read about, which
> (the questions) progress from general to more and more specific, until
> the subject is determined and its documentation displayed.  With each
> question, the user is given a small number (like 4) of possible
> responses that should narrow the search in the next stage.  Some
> knowledge bases on the net are organized in such ways.

Yeah, I'm not so sure about that one though. I've never found those to
be particularly useful. I think the info pages do a nice job for
that. Just prefix each item or section with a "I want to" or "what is
a" and it seems it's about as close as we could hope to get.

There might be some really nifty knowledge base lisp engines out there
that we could benefit from though.

> > For example,
> > knowing a fair bit about emacs, I generally start with my comfortable
> > turf which is a known similar function, then I apropos, search the
> > info pages or source, or a known phrase (generally with nice emacs
> > terms like buffers, regions, yank, that are stirring up so much
> > trouble elsewhere on this thread :)), and I google search.
> 
> A suggestion for a procedure that uses Emacs facilities in a certain
> order (derived from experience) can be found in the node "Help" of
> the latest Emacs user manual (shipped with Emacs 21.1).

I'll check that out.

-- 
 Brady Montz
 bradym@balestra.org

  parent reply	other threads:[~2002-04-22 20:46 UTC|newest]

Thread overview: 153+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <4.3.2.7.2.20020417123512.0398e4c8@san-francisco.beasys.com>
2002-04-19 11:40 ` The minibuffer vs. Dialog Boxes (Re: Making XEmacs be more up-to-date) Per Abrahamsen
     [not found] ` <m2d6wvodpt.fsf@sandman.balestra.org>
2002-04-19 17:00   ` Andy Piper
2002-04-20 11:03   ` Terje Bless
2002-04-20 17:27   ` Richard Stallman
     [not found]   ` <200204201727.g3KHRTg01417@aztec.santafe.edu>
2002-04-21  2:06     ` Brady Montz
     [not found]     ` <m2wuv1yfdj.fsf@sandman.balestra.org>
2002-04-21  6:48       ` Eli Zaretskii
2002-04-21  7:35         ` Brady Montz
2002-04-21 15:31           ` Stephen J. Turnbull
     [not found]           ` <87vgal3w79.fsf@tleepslib.sk.tsukuba.ac.jp>
2002-04-21 17:17             ` Brady Montz
2002-04-21 18:49             ` Eli Zaretskii
     [not found]             ` <m2d6wtx97q.fsf@sandman.balestra.org>
2002-04-21 19:09               ` Eli Zaretskii
2002-04-22  2:58               ` Stephen J. Turnbull
     [not found]               ` <87vgak30cw.fsf@tleepslib.sk.tsukuba.ac.jp>
2002-04-22 16:54                 ` Brady Montz
     [not found]                 ` <m2elh7wu6m.fsf@sandman.balestra.org>
2002-04-22 19:40                   ` Eli Zaretskii
     [not found]                   ` <7263-Mon22Apr2002224014+0300-eliz@is.elta.co.il>
2002-04-22 20:46                     ` Brady Montz [this message]
2002-04-23  4:03                       ` Stephen J. Turnbull
2002-04-23  6:31                       ` Eli Zaretskii
     [not found]                       ` <87bscbysbm.fsf@tleepslib.sk.tsukuba.ac.jp>
2002-04-23  6:41                         ` Eli Zaretskii
2002-04-23 16:21                         ` Brady Montz
     [not found]                         ` <m2r8l6v108.fsf@sandman.balestra.org>
2002-04-23 17:09                           ` Stephen J. Turnbull
     [not found]                           ` <878z7euysa.fsf@tleepslib.sk.tsukuba.ac.jp>
2002-04-23 18:20                             ` Brady Montz
2002-04-23 19:21                               ` Eli Zaretskii
     [not found]                               ` <7263-Tue23Apr2002222135+0300-eliz@is.elta.co.il>
2002-04-23 19:56                                 ` Brady Montz
2002-04-23 23:00                       ` Michael Toomim
2002-04-24  6:09                         ` Eli Zaretskii
     [not found]               ` <2950-Sun21Apr2002220958+0300-eliz@is.elta.co.il>
2002-04-22 16:56                 ` Brady Montz
2002-04-21  9:01       ` Per Abrahamsen
2002-04-21 20:21         ` Simon Josefsson
     [not found]         ` <ilusn5o950a.fsf@extundo.com>
2002-04-22  8:50           ` Per Abrahamsen
2002-04-22  9:00             ` Miles Bader
     [not found]             ` <buoy9fg85ve.fsf@mcspd15.ucom.lsi.nec.co.jp>
2002-04-22 10:44               ` Per Abrahamsen
2002-04-22 11:12               ` Simon Josefsson
     [not found]               ` <rjk7r0ovw9.fsf@zuse.dina.kvl.dk>
2002-04-22 12:36                 ` Miles Bader
2002-04-22 22:36           ` Richard Stallman
2002-04-23 20:10       ` Tutorials and Demos (Re: " Samuel Mikes
     [not found]       ` <15557.49069.908484.860930@marvin.cubane.com>
2002-04-24  4:37         ` Tutorials and Demos Robin S. Socha
     [not found] ` <4.3.2.7.2.20020419095654.00bee3c0@san-francisco.beasys.com>
2002-04-19 19:01   ` The minibuffer vs. Dialog Boxes (Re: Making XEmacs be more up-to-date) Brady Montz
2002-04-20 17:28   ` Richard Stallman
     [not found]   ` <200204201728.g3KHSDW01513@aztec.santafe.edu>
2002-04-20 21:45     ` Andy Piper
2002-04-21 15:54     ` William M. Perry
     [not found] ` <m2g01rbjhi.fsf@sandman.balestra.org>
2002-04-19 20:28   ` Andy Piper
     [not found] ` <4.3.2.7.2.20020419132421.00bfa9d0@san-francisco.beasys.com>
2002-04-19 20:39   ` Brady Montz
2002-04-20 23:53   ` William M. Perry
     [not found] ` <rjk7r3zzk4.fsf@zuse.dina.kvl.dk>
2002-04-19 16:27   ` Brady Montz
2002-04-19 16:55   ` Andy Piper
2002-04-20 17:27   ` Richard Stallman
     [not found] <f01050101-1013-195C612D544F11D6B75900039300CF5C@[192.168.1.7]>
2002-04-20 11:59 ` Eli Zaretskii
2002-04-20 14:12 ` Serge Wroclawski
2002-04-20 16:28 ` Brady Montz
2002-04-20 18:51   ` Matt Tucker
     [not found] ` <7263-Sat20Apr2002145929+0300-eliz@is.elta.co.il>
2002-04-20 12:22   ` Miles Bader
2002-04-20 14:04   ` Simon Josefsson
2002-04-20 15:30     ` Eli Zaretskii
2002-04-20 18:59     ` Andreas Schwab
     [not found]     ` <E16ywpH-0004J0-00@fencepost.gnu.org>
2002-04-20 19:48       ` Hrvoje Niksic
     [not found]       ` <sxs8z7inobz.fsf@florida.arsdigita.de>
2002-04-21  0:56         ` Terje Bless
2002-04-21  5:41         ` Miles Bader
2002-04-21  5:57           ` Hrvoje Niksic
     [not found]           ` <sxsu1q5twz5.fsf@florida.arsdigita.de>
2002-04-21  7:24             ` Miles Bader
     [not found]             ` <87adrxo6o7.fsf@tc-1-100.kawasaki.gol.ne.jp>
2002-04-21 12:21               ` Robert J. Chassell
     [not found]               ` <m16zGLO-000IiIC@localhost>
2002-04-21 13:35                 ` Miles Bader
2002-04-23 11:17                 ` Kai Großjohann
2002-04-21  6:28         ` Eli Zaretskii
2002-04-20 19:17   ` Michael Toomim
     [not found]   ` <3CC1BEB9.9020104@cs.berkeley.edu>
2002-04-20 19:28     ` Kyle Jones
2002-04-20 19:33     ` Nix
2002-04-20 19:51     ` Alfred M. Szmidt
     [not found]     ` <87elhap2r4.fsf@lgh163a.kemisten.nu>
2002-04-21  1:09       ` Terje Bless
2002-04-21 11:37         ` Alfred M. Szmidt
2002-04-21  3:28       ` Michael Toomim
     [not found]       ` <3CC231D2.6020709@cs.berkeley.edu>
2002-04-21 11:25         ` Alfred M. Szmidt
     [not found]         ` <873cxpz436.fsf@lgh163a.kemisten.nu>
2002-04-21 15:41           ` Terje Bless
2002-04-21 17:54             ` Alfred M. Szmidt
2002-04-21 17:08           ` Robert J. Chassell
     [not found]           ` <m16zKoy-000IioC@localhost>
2002-04-21 17:51             ` Alfred M. Szmidt
     [not found]     ` <15553.49507.745094.604981@ice.wonderworks.com>
2002-04-21  0:04       ` Terje Bless
2002-04-21  3:24       ` Michael Toomim
     [not found]       ` <3CC230D1.2040106@cs.berkeley.edu>
2002-04-21  3:46         ` Miles Bader
     [not found]   ` <87adrypnjn.fsf@tc-1-100.kawasaki.gol.ne.jp>
2002-04-20 19:33     ` Michael Toomim
2002-04-20 23:58     ` Terje Bless
     [not found]     ` <3CC1C275.6090009@cs.berkeley.edu>
2002-04-20 21:26       ` Kyle Jones
     [not found]       ` <15553.56593.407791.923999@ice.wonderworks.com>
2002-04-20 21:48         ` Andy Piper
2002-04-20 23:16         ` Michael Toomim
2002-04-21  6:24       ` Eli Zaretskii
2002-04-20 23:48   ` Terje Bless
     [not found] <4.3.2.7.2.20020419095141.00bf8580@san-francisco.beasys.com>
2002-04-20 15:44 ` Per Abrahamsen
2002-04-20 16:59   ` Andy Piper
2002-04-20 19:42   ` Hrvoje Niksic
     [not found]   ` <sxshem6nolr.fsf@florida.arsdigita.de>
2002-04-21  3:47     ` Michael Toomim
2002-04-21  8:44     ` Per Abrahamsen
     [not found] <f01050101-1013-2EBD099554C511D6B75900039300CF5C@[192.168.1.7]>
2002-04-21  1:45 ` Hrvoje Niksic
2002-04-21  6:38 ` Eli Zaretskii
     [not found] ` <sxssn5pvn7u.fsf@florida.arsdigita.de>
2002-04-21  2:10   ` Miles Bader
2002-04-21  3:21   ` Michael Toomim
2002-04-21  6:39   ` Eli Zaretskii
2002-04-21 15:11   ` Terje Bless
2002-04-21 17:17     ` Hrvoje Niksic
2002-04-21 19:02     ` Eli Zaretskii
     [not found]     ` <sxsbscdt1i3.fsf@florida.arsdigita.de>
2002-04-21 19:40       ` Michael Toomim
     [not found]       ` <3CC31593.1040001@cs.berkeley.edu>
2002-04-22  3:18         ` Stephen J. Turnbull
     [not found]     ` <7263-Sun21Apr2002220242+0300-eliz@is.elta.co.il>
2002-04-21 21:30       ` Terje Bless
2002-04-22  3:49         ` Stephen J. Turnbull
2002-04-22  6:04           ` Eli Zaretskii
2002-04-23 11:33           ` Kai Großjohann
     [not found]           ` <vafg01mk5tm.fsf@INBOX.auto.emacs.devel.tok.lucy.cs.uni-dortmund.de>
2002-04-23 12:28             ` Stephen J. Turnbull
2002-04-23 13:02               ` Stephen J. Turnbull
2002-04-23 13:34               ` Kai Großjohann
     [not found]               ` <vafg01mh72r.fsf@INBOX.auto.emacs.devel.tok.lucy.cs.uni-dortmund.de>
2002-04-23 14:09                 ` Stefan Monnier
2002-04-23 14:48               ` Eli Zaretskii
2002-04-23 23:23             ` Terje Bless
2002-04-23 22:27           ` Terje Bless
2002-04-22  6:02         ` Eli Zaretskii
2002-04-22  4:18       ` Miles Bader
2002-04-23  3:07     ` Andy Piper
2002-04-23 11:26     ` Kai Großjohann
     [not found]   ` <3CC23021.5090506@cs.berkeley.edu>
2002-04-21 15:19     ` Stephen J. Turnbull
     [not found] <87sn5q2mj4.fsf@amaterasu.srvr.nix>
2002-04-21  6:25 ` Eli Zaretskii
     [not found] <000601c1e8b5$2960f830$947ba8c0@TSUNAMI>
2002-04-21 10:57 ` Alex Schroeder
2002-04-21 14:48 ` Stephen J. Turnbull
     [not found] <Pine.SUN.3.91.1020421092955.2767F-100000@is>
2002-04-21 15:29 ` Terje Bless
2002-04-21 18:53   ` Eli Zaretskii
2002-04-23  3:07   ` Andy Piper
2002-04-23 18:42     ` Michael Matthew Toomim
2002-04-23 23:14     ` Terje Bless
     [not found]     ` <3CC5AB1D.5000004@cs.berkeley.edu>
2002-04-23 18:52       ` Hrvoje Niksic
2002-04-25  1:41       ` Andy Piper
2002-04-25  1:41       ` Andy Piper
     [not found] <000501c1e8b4$abd058c0$947ba8c0@TSUNAMI>
2002-04-21 15:38 ` Stephen J. Turnbull
     [not found] <buoelh89xik.fsf@mcspd15.ucom.lsi.nec.co.jp>
2002-04-22  6:06 ` Eli Zaretskii
     [not found] <rj662jq5ef.fsf@zuse.dina.kvl.dk>
2002-04-22 12:59 ` Simon Josefsson
     [not found] <Pine.SUN.3.91.1020423093250.22959G-100000@is>
2002-04-23  7:01 ` Stephen J. Turnbull
2002-04-23 11:16   ` Eli Zaretskii
     [not found] <Pine.SUN.3.91.1020423173957.27983A@is>
2002-04-23 16:28 ` Stephen J. Turnbull
2002-04-23 18:38 ` Michael Matthew Toomim
2002-04-23 19:29   ` Eli Zaretskii
     [not found]   ` <2950-Tue23Apr2002222955+0300-eliz@is.elta.co.il>
2002-04-23 22:13     ` Terje Bless
2002-04-23 23:51     ` Michael Toomim
     [not found] <Pine.LNX.4.44.0204221304080.3349-100000@yxa.extundo.com>
2002-04-22 12:33 ` Per Abrahamsen
2002-04-23 19:31 ` Richard Stallman
     [not found] <vafk7qyk64g.fsf@INBOX.auto.emacs.devel.tok.lucy.cs.uni-dortmund.de>
2002-04-23 23:21 ` Terje Bless
     [not found] ` <f01050101-1014-AC0D4356571711D6A31200039300CF5C@[192.168.1.7]>
2002-04-24  3:45   ` Sean MacLennan
2002-04-24 10:15   ` Kai Großjohann
2002-04-24 17:40   ` Jan D.
2002-04-24  0:08 Terje Bless
     [not found] <m2k7qymbos.fsf@sandman.balestra.org>
2002-04-24  6:06 ` Eli Zaretskii
2002-04-24 16:31   ` Brady Montz
     [not found] <f01050101-1014-A82EBF4C571711D6A31200039300CF5C@[192.168.1.7]>
2002-04-24  0:43 ` Robert J. Chassell
2002-04-24  6:26 ` Eli Zaretskii
2002-04-24  9:23 ` Michael Toomim
     [not found] <f01050101-1014-BA54C556571711D6A31200039300CF5C@[192.168.1.7]>
2002-04-24  6:39 ` Eli Zaretskii
     [not found] <f01050101-1014-AEEDD9C8571711D6A31200039300CF5C@[192.168.1.7]>
2002-04-24  9:08 ` Stephen J. Turnbull
     [not found] <Pine.SUN.3.91.1020424090919.4915F-100000@is>
2002-04-25  2:04 ` Hrvoje Niksic
     [not found] <000401c1ebfa$5bc43060$947ba8c0@TSUNAMI>
2002-05-01  8:33 ` Michael Toomim

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=m2adrvea11.fsf@sandman.balestra.org \
    --to=bradym@balestra.org \
    --cc=emacs-devel@gnu.org \
    --cc=xemacs-design@xemacs.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 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).