Articles:  VMWare review  Useful software

This weblog has moved! You shall get redirected. If not, please just go to a new place yourself: blog.kowalczyk.info

Krzysztof Kowalczyk's Weblog
Blog or you'll be blogged.


daily link  Thursday, July 25, 2002


"Television is a medium because it is neither rare nor well done."

-- Fred Friendly

   permalink  

UI idea for Emacs

One of the principles of good design is discoverability: it should be easy for users to discover what the program can do just by fooling around. Menus and toolbars add discoverability: they don't interfere if users don't care about them but they're always there, visible, for users to try out new features of the program.

Emacs, in general, has poor discoverability. Most of the work is being done with arbitrary keystrokes and obscure lisp functions and the only way to find out what a given keystroke does is by reading copious manuals or using one of the obscure lisp functions to list current key bindings. This is efficient for experienced users but presents a very high barrier to entry for new users. There are two problems:

  • it's hard to find out what a given keystroke does
  • it's hard to find out what is a keystroke that does what I want
It would help discoverability if users could easily find those 2 things out. Here enters my idea: we need to add a new window that will list all keystrokes that are reachable from a given point. Normally it would be empty. When users presses "Alt" key it would list all keystrokes that start with "Alt" key. Entries should be sorted in the order of usefulness. That way users could see what a given keystroke does and with time learn other useful keystroke by looking at the list of available options.

This window could be small, permanent window (with the ability to hide/show it) or something that only pops-up when needed (similar to how the auto-completion usually works). This idea is not limited to Emacs - many programs implement key bindings as a short-cut for frequently used functions and could benefit from a system like this.

   permalink  

 
July 2002
Sun Mon Tue Wed Thu Fri Sat
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31      
Jun   Aug


Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.

pine street



Copyright 2002 © Krzysztof Kowalczyk.
Last update: 9/20/2002; 11:48:00 PM.