* Is OpenUsability something for Emacs?
@ 2006-08-19 15:15 Lennart Borgman
2006-08-19 20:26 ` Robert J. Chassell
2006-08-20 4:32 ` Richard Stallman
0 siblings, 2 replies; 19+ messages in thread
From: Lennart Borgman @ 2006-08-19 15:15 UTC (permalink / raw)
There is a web site for usability, http://openusability.org/, which
welcomes open source projects. The idea seems to be to gain some support
from usability experts for those projects. Is this something for Emacs?
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Is OpenUsability something for Emacs?
2006-08-19 15:15 Is OpenUsability something for Emacs? Lennart Borgman
@ 2006-08-19 20:26 ` Robert J. Chassell
2006-08-20 4:32 ` Richard Stallman
1 sibling, 0 replies; 19+ messages in thread
From: Robert J. Chassell @ 2006-08-19 20:26 UTC (permalink / raw)
Cc: emacs-devel
There is a web site for usability, http://openusability.org/,
which welcomes open source projects. The idea seems to be to gain
some support from usability experts for those projects.
You and http://openusability.org/ know about Emacspeak, right?
(Emacspeak is a full scale computational environment, providing
shells, songs, mail, and everything else to the permanently blind as
well as to the situationally blind, people like drivers.
Currently,
Project page
http://code.google.com/p/emacspeak
CVS at
http://emacspeak.googlecode.com/svn/
)
--
Robert J. Chassell
bob@rattlesnake.com GnuPG Key ID: 004B4AC8
http://www.rattlesnake.com http://www.teak.cc
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Is OpenUsability something for Emacs?
2006-08-19 15:15 Is OpenUsability something for Emacs? Lennart Borgman
2006-08-19 20:26 ` Robert J. Chassell
@ 2006-08-20 4:32 ` Richard Stallman
2006-08-20 8:37 ` Lennart Borgman
1 sibling, 1 reply; 19+ messages in thread
From: Richard Stallman @ 2006-08-20 4:32 UTC (permalink / raw)
Cc: emacs-devel
There is a web site for usability, http://openusability.org/, which
welcomes open source projects.
We don't want to refer to any GNU software as "open source",
or encourage others to do so. Could we ask for help thru this site
without doing so?
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Is OpenUsability something for Emacs?
2006-08-20 4:32 ` Richard Stallman
@ 2006-08-20 8:37 ` Lennart Borgman
2006-08-20 11:24 ` Paul Pogonyshev
` (3 more replies)
0 siblings, 4 replies; 19+ messages in thread
From: Lennart Borgman @ 2006-08-20 8:37 UTC (permalink / raw)
Cc: emacs-devel
Richard Stallman wrote:
> There is a web site for usability, http://openusability.org/, which
> welcomes open source projects.
>
> We don't want to refer to any GNU software as "open source",
> or encourage others to do so. Could we ask for help thru this site
> without doing so?
>
I do not know. I just stambled on the site and thought that it was a
good idea. I think I was a bit triggered. Just a week ago I installed
Ubuntu GNU/Linux to give it a try again. Ubuntu uses GNOME as its
default desktop. To my surprise I could not use the keyboard to navigate
the "start menu". I had no mouse attached to that computer ...
I found it hard to believe that such a big problem exists in GNOME. I
decided to wait until this problem is fixed. I am thinking about
contacting the GNOME developers.
The site above seems to have low traffic and currently there does not
seem to be much use to put Emacs there.
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Is OpenUsability something for Emacs?
2006-08-20 8:37 ` Lennart Borgman
@ 2006-08-20 11:24 ` Paul Pogonyshev
2006-08-20 13:45 ` Lennart Borgman
2006-08-21 11:12 ` Richard Stallman
2006-08-21 11:12 ` Richard Stallman
` (2 subsequent siblings)
3 siblings, 2 replies; 19+ messages in thread
From: Paul Pogonyshev @ 2006-08-20 11:24 UTC (permalink / raw)
Cc: Lennart Borgman
Lennart Borgman wrote:
> ...Just a week ago I installed Ubuntu GNU/Linux to give it a try again. Ubuntu
> uses GNOME as its default desktop. To my surprise I could not use the keyboard
> to navigate the "start menu". I had no mouse attached to that computer ...
Did you try Alt+F1?
Paul
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Is OpenUsability something for Emacs?
2006-08-20 11:24 ` Paul Pogonyshev
@ 2006-08-20 13:45 ` Lennart Borgman
2006-08-21 11:12 ` Richard Stallman
1 sibling, 0 replies; 19+ messages in thread
From: Lennart Borgman @ 2006-08-20 13:45 UTC (permalink / raw)
Cc: emacs-devel
Paul Pogonyshev wrote:
> Lennart Borgman wrote:
>
>
>> ...Just a week ago I installed Ubuntu GNU/Linux to give it a try again. Ubuntu
>> uses GNOME as its default desktop. To my surprise I could not use the keyboard
>> to navigate the "start menu". I had no mouse attached to that computer ...
>>
>
> Did you try Alt+F1?
>
> Paul
>
Thanks. No, I had no reason to assume that it was Alt+F1 I should use.
On w32 you can use C-ESC or the windows keys.
I see no reason that GNOME should not adopt to this. It is really a
usability issue for w32 users. It would certainly be attractive to
windows users if those keys worked - and I guess that is one of the goals.
But this is of course of topic here.
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Is OpenUsability something for Emacs?
@ 2006-08-21 0:58 Mikiya Matsuzaka
0 siblings, 0 replies; 19+ messages in thread
From: Mikiya Matsuzaka @ 2006-08-21 0:58 UTC (permalink / raw)
[-- Attachment #1.1: Type: text/plain, Size: 1493 bytes --]
Hou about this start with?
This might be a kind of talking about usability, although
RMS said in mail it seems not good idea to him.
The folowing is an experimental implementation of readline-
like interface in shell buffer.
;------------------------------------------------------------------------
;;;;
;;;; C-z (in any buffer) pops up shell buffer.
;;;; C-p, C-n, C-a and C-l, work just like readline in a prompt line.
;;;; C-x f goes to fundamental-mode and C-z restores it again.
;;;;
(require 'shell)
(global-set-key "\C-z" '(lambda ()
(interactive)
(shell)
(shell-mode)
(end-of-buffer)))
(add-hook 'shell-mode-hook
'(lambda ()
(define-key shell-mode-map "\C-xf" 'fundamental-mode)
(define-key shell-mode-map "\C-i" 'comint-dynamic-complete)
(define-key shell-mode-map "\C-a" 'comint-bol)
(define-key shell-mode-map "\C-p"
'(lambda (n)
(interactive "p")
(comint-previous-input n)))
(define-key shell-mode-map "\C-n"
'(lambda (n)
(interactive "p")
(comint-next-input n)))
(define-key shell-mode-map "\C-l"
'(lambda ()
(interactive)
(recenter 0)))))
;------------------------------------------------------------------------
[-- Attachment #1.2: Type: text/html, Size: 4399 bytes --]
[-- Attachment #2: Type: text/plain, Size: 142 bytes --]
_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Is OpenUsability something for Emacs?
2006-08-20 8:37 ` Lennart Borgman
2006-08-20 11:24 ` Paul Pogonyshev
@ 2006-08-21 11:12 ` Richard Stallman
2006-08-21 11:34 ` Lennart Borgman
2006-08-22 22:22 ` David Hansen
2006-08-23 2:24 ` Miles Bader
3 siblings, 1 reply; 19+ messages in thread
From: Richard Stallman @ 2006-08-21 11:12 UTC (permalink / raw)
Cc: emacs-devel
I found it hard to believe that such a big problem exists in GNOME. I
decided to wait until this problem is fixed. I am thinking about
contacting the GNOME developers.
Please don't just think about it. Please do contact them. I am not
sure whether this bug is in the standard version of GNOME, but they
can tell you.
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Is OpenUsability something for Emacs?
2006-08-20 11:24 ` Paul Pogonyshev
2006-08-20 13:45 ` Lennart Borgman
@ 2006-08-21 11:12 ` Richard Stallman
2006-08-21 11:23 ` Mikhail Gusarov
1 sibling, 1 reply; 19+ messages in thread
From: Richard Stallman @ 2006-08-21 11:12 UTC (permalink / raw)
Cc: lennart.borgman.073, emacs-devel
> ...Just a week ago I installed Ubuntu GNU/Linux to give it a try again. Ubuntu
> uses GNOME as its default desktop. To my surprise I could not use the keyboard
> to navigate the "start menu". I had no mouse attached to that computer ...
Did you try Alt+F1?
One can't expect users to know about that command.
In order for that to be the solution to the no-mouse problem,
something on the screen needs to say how to use it.
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Is OpenUsability something for Emacs?
2006-08-21 11:12 ` Richard Stallman
@ 2006-08-21 11:23 ` Mikhail Gusarov
2006-08-21 11:45 ` Lennart Borgman
` (2 more replies)
0 siblings, 3 replies; 19+ messages in thread
From: Mikhail Gusarov @ 2006-08-21 11:23 UTC (permalink / raw)
You (rms@gnu.org) wrote:
RS> One can't expect users to know about that command. In order for
RS> that to be the solution to the no-mouse problem, something on the
RS> screen needs to say how to use it.
Usability is about using things, not about learning to use
things. Would you like to have every possible Emacs keybinding shown
on the screen?
--
JID: dottedmag@jabber.dottedmag.net
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Is OpenUsability something for Emacs?
2006-08-21 11:12 ` Richard Stallman
@ 2006-08-21 11:34 ` Lennart Borgman
0 siblings, 0 replies; 19+ messages in thread
From: Lennart Borgman @ 2006-08-21 11:34 UTC (permalink / raw)
Cc: emacs-devel
Richard Stallman wrote:
> I found it hard to believe that such a big problem exists in GNOME. I
> decided to wait until this problem is fixed. I am thinking about
> contacting the GNOME developers.
>
> Please don't just think about it. Please do contact them. I am not
> sure whether this bug is in the standard version of GNOME, but they
> can tell you.
>
I did. I took it up on the mailing list below as a usability and
accessibility issue. The reactions were mixed but I hope someone of the
Gnome developers who is positive can make something, maybe use my
suggestions:
http://mail.gnome.org/archives/usability/2006-August/msg00023.html
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Is OpenUsability something for Emacs?
2006-08-21 11:23 ` Mikhail Gusarov
@ 2006-08-21 11:45 ` Lennart Borgman
2006-08-21 14:03 ` Chong Yidong
2006-08-22 7:42 ` Richard Stallman
2 siblings, 0 replies; 19+ messages in thread
From: Lennart Borgman @ 2006-08-21 11:45 UTC (permalink / raw)
Cc: emacs-devel
Mikhail Gusarov wrote:
> Usability is about using things, not about learning to use
> things. Would you like to have every possible Emacs keybinding shown
> on the screen?
>
Maybe all-or-nothing-thinking disturbes clear thinking?
The problem was that in that specific situation I told about there was
no way at all to get information about how to proceed. Is not that a
usability issue?
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Is OpenUsability something for Emacs?
2006-08-21 11:23 ` Mikhail Gusarov
2006-08-21 11:45 ` Lennart Borgman
@ 2006-08-21 14:03 ` Chong Yidong
2006-08-21 15:35 ` Drew Adams
2006-08-22 7:42 ` Richard Stallman
2 siblings, 1 reply; 19+ messages in thread
From: Chong Yidong @ 2006-08-21 14:03 UTC (permalink / raw)
Cc: emacs-devel
Mikhail Gusarov <dottedmag@dottedmag.net> writes:
> You (rms@gnu.org) wrote:
>
> RS> One can't expect users to know about that command. In order for
> RS> that to be the solution to the no-mouse problem, something on the
> RS> screen needs to say how to use it.
>
> Usability is about using things, not about learning to use
> things. Would you like to have every possible Emacs keybinding shown
> on the screen?
When you start up Emacs, it does display some basic keybindings, and
tells you how to get help.
^ permalink raw reply [flat|nested] 19+ messages in thread
* RE: Is OpenUsability something for Emacs?
2006-08-21 14:03 ` Chong Yidong
@ 2006-08-21 15:35 ` Drew Adams
2006-08-21 16:30 ` Chong Yidong
2006-08-22 7:42 ` Richard Stallman
0 siblings, 2 replies; 19+ messages in thread
From: Drew Adams @ 2006-08-21 15:35 UTC (permalink / raw)
> RS> One can't expect users to know about that command. In order for
> RS> that to be the solution to the no-mouse problem, something on the
> RS> screen needs to say how to use it.
>
> Usability is about using things, not about learning to use
> things. Would you like to have every possible Emacs keybinding shown
> on the screen?
When you start up Emacs, it does display some basic keybindings, and
tells you how to get help.
Perhaps also let the start-up screen explictly mention `C-h b'? E.g.,
`C-h b' shows you all available key bindings in any buffer.
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Is OpenUsability something for Emacs?
2006-08-21 15:35 ` Drew Adams
@ 2006-08-21 16:30 ` Chong Yidong
2006-08-22 7:42 ` Richard Stallman
1 sibling, 0 replies; 19+ messages in thread
From: Chong Yidong @ 2006-08-21 16:30 UTC (permalink / raw)
Cc: emacs-devel
"Drew Adams" <drew.adams@oracle.com> writes:
> > RS> One can't expect users to know about that command. In order for
> > RS> that to be the solution to the no-mouse problem, something on the
> > RS> screen needs to say how to use it.
> >
> > Usability is about using things, not about learning to use
> > things. Would you like to have every possible Emacs keybinding shown
> > on the screen?
>
> When you start up Emacs, it does display some basic keybindings, and
> tells you how to get help.
>
> Perhaps also let the start-up screen explictly mention `C-h b'? E.g.,
>
> `C-h b' shows you all available key bindings in any buffer.
I don't think `C-h b' is useful for new users; it overwhelms with too
much information. The current startup screen seems sufficient.
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Is OpenUsability something for Emacs?
2006-08-21 11:23 ` Mikhail Gusarov
2006-08-21 11:45 ` Lennart Borgman
2006-08-21 14:03 ` Chong Yidong
@ 2006-08-22 7:42 ` Richard Stallman
2 siblings, 0 replies; 19+ messages in thread
From: Richard Stallman @ 2006-08-22 7:42 UTC (permalink / raw)
Cc: emacs-devel
RS> One can't expect users to know about that command. In order for
RS> that to be the solution to the no-mouse problem, something on the
RS> screen needs to say how to use it.
Usability is about using things, not about learning to use
things. Would you like to have every possible Emacs keybinding shown
on the screen?
Emacs is not a GUI designed for beginning users.
It is a mistake to take a size fits all" approach to these questions.
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Is OpenUsability something for Emacs?
2006-08-21 15:35 ` Drew Adams
2006-08-21 16:30 ` Chong Yidong
@ 2006-08-22 7:42 ` Richard Stallman
1 sibling, 0 replies; 19+ messages in thread
From: Richard Stallman @ 2006-08-22 7:42 UTC (permalink / raw)
Cc: emacs-devel
Perhaps also let the start-up screen explictly mention `C-h b'? E.g.,
`C-h b' shows you all available key bindings in any buffer.
I think of that as a rather advanced help command,
not among the basic few that are the first to mention.
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Is OpenUsability something for Emacs?
2006-08-20 8:37 ` Lennart Borgman
2006-08-20 11:24 ` Paul Pogonyshev
2006-08-21 11:12 ` Richard Stallman
@ 2006-08-22 22:22 ` David Hansen
2006-08-23 2:24 ` Miles Bader
3 siblings, 0 replies; 19+ messages in thread
From: David Hansen @ 2006-08-22 22:22 UTC (permalink / raw)
On Sun, 20 Aug 2006 10:37:55 +0200 Lennart Borgman wrote:
> Richard Stallman wrote:
>> There is a web site for usability,
>> http://openusability.org/, which welcomes open source
>> projects.
>>
>> We don't want to refer to any GNU software as "open source",
>> or encourage others to do so. Could we ask for help thru this site
>> without doing so?
>>
> I do not know. I just stambled on the site and thought that
> it was a good idea. I think I was a bit triggered. Just a
> week ago I installed Ubuntu GNU/Linux to give it a try
> again. Ubuntu uses GNOME as its default desktop. To my
> surprise I could not use the keyboard to navigate the "start
> menu". I had no mouse attached to that computer ...
Then probably gnome is not the best "desktop" for you
anyway. Try some keyboard friendly Window Manager
(e.g. ratpoison, ion or, if you prefer "classic" management
of windows, fvwm). There are lots of free window managers
available.
David
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: Is OpenUsability something for Emacs?
2006-08-20 8:37 ` Lennart Borgman
` (2 preceding siblings ...)
2006-08-22 22:22 ` David Hansen
@ 2006-08-23 2:24 ` Miles Bader
3 siblings, 0 replies; 19+ messages in thread
From: Miles Bader @ 2006-08-23 2:24 UTC (permalink / raw)
Cc: rms, emacs-devel
Lennart Borgman <lennart.borgman.073@student.lu.se> writes:
> To my surprise I could not use the keyboard to navigate
> the "start menu". I had no mouse attached to that computer ...
>
> I found it hard to believe that such a big problem exists in GNOME. I
> decided to wait until this problem is fixed. I am thinking about
> contacting the GNOME developers.
FWIW, Alt-F1 brings up the Gnome "start" menu for me (after which you
can use the arrow keys move around in it).
[You can customize those global keybindings by selecting "Desktop >
Preferences > Keyboard Shortcuts" .]
-Miles
--
Any man who is a triangle, has thee right, when in Cartesian Space, to
have angles, which when summed, come to know more, nor no less, than
nine score degrees, should he so wish. [TEMPLE OV THEE LEMUR]
^ permalink raw reply [flat|nested] 19+ messages in thread
end of thread, other threads:[~2006-08-23 2:24 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-19 15:15 Is OpenUsability something for Emacs? Lennart Borgman
2006-08-19 20:26 ` Robert J. Chassell
2006-08-20 4:32 ` Richard Stallman
2006-08-20 8:37 ` Lennart Borgman
2006-08-20 11:24 ` Paul Pogonyshev
2006-08-20 13:45 ` Lennart Borgman
2006-08-21 11:12 ` Richard Stallman
2006-08-21 11:23 ` Mikhail Gusarov
2006-08-21 11:45 ` Lennart Borgman
2006-08-21 14:03 ` Chong Yidong
2006-08-21 15:35 ` Drew Adams
2006-08-21 16:30 ` Chong Yidong
2006-08-22 7:42 ` Richard Stallman
2006-08-22 7:42 ` Richard Stallman
2006-08-21 11:12 ` Richard Stallman
2006-08-21 11:34 ` Lennart Borgman
2006-08-22 22:22 ` David Hansen
2006-08-23 2:24 ` Miles Bader
-- strict thread matches above, loose matches on Subject: below --
2006-08-21 0:58 Mikiya Matsuzaka
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.