unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: "'Uday S Reddy'" <u.s.reddy@cs.bham.ac.uk>
Cc: 'Lennart Borgman' <lennart.borgman@gmail.com>, emacs-devel@gnu.org
Subject: RE: Key bindings proposal
Date: Mon, 2 Aug 2010 10:59:51 -0700	[thread overview]
Message-ID: <F7E7B0722E9443EF80FAA9246927F58A@us.oracle.com> (raw)
In-Reply-To: <19542.56658.583000.394397@gargle.gargle.HOWL>

> > Could discovery be even easier?  Yes, IMO.  Icicles users have the
> > equivalent of `apropos' available on the fly every time they use the
> > minibuffer for anything.  Could the menus be improved?  Yes.  Could
> > menu access from the keyboard be improved?  Yes, IMO (though `tmm'
> > is OK) - La Carte, especially together with Icicles, gives you
> > excellent menu access and menu discovery from the keyboard.
> > 
> > And other improvements are always possible.  But Emacs is _better_,
> > not worse, than most apps wrt command discovery and access.
> 
> Oh, that self-congratulation again!  At least on Windows, you don't
> need any special libraries to access the stadard menubar by keyboard.
> If you press the Alt-key once, the menubar gets selected.  Then you
> type keys as follows (in the dired-mode menubar):
> 
>   o - goes to Options
>   o - goes to Operate
>   RET - selects the Operate menu
>   i - goes to Isearch Files
>   RET - selects Isearch Files
> 
> A Windows developer or Java developer that cares about access would
> have also associated key strokes with each menu title and menu item.
> These appear as underscored characters in the menus.  For instance,
> one could have chosen `p' in `Operate' as the selected key
> stroke. Then typing `p' would have taken you directly to `Operate'
> without stopping at `Options'.  When there are unique key strokes
> associated with the menu items, no RET character is needed for
> selection.  So, in an accessible Windows application, the above
> navigation could have been done with 2 keystrokes instead of the 5
> that Emacs requires.  This is something like 10-15 year old
> technology.  Just open Thunderbird and play with keys to navigate the
> menus.  You will get the idea.

AFAIK, Lennart added support for the MS Windows menu navigation keystrokes (aka
menu accelerators) - see his library `menacc.el'.  And AFAIK La Carte supports
Lennart's addition.  I have not tried this feature myself because I am not
interested in using it.  But AFAIK it is available (though not in vanilla Emacs,
and only on Windows).

FYI, it was unclear to me that you were talking about this particular kind of
keyboard navigation of menus (menu accelerators).  You seemed also/instead to be
claiming that menu items were not associated with keyboard shortcuts, which is
not true for the most part.  But those keyboard shortcuts are something
different from menu accelerators.

> Do you still want to claim that Emacs is better than most apps for
> access?

Yep.  And I said "discovery and access", and most of what I wrote had to do with
_discovery_.  Why?  Because discovery is the strong point of menus, IMHO.

And yes, IMO Emacs beats "most apps" in both respects.  But I am no expert on
all available apps - I could be wrong. ;-)

Menu accelerators are one thing.  There you might have a point, though I'm not
sure how important such a feature is.  Perhaps they could be added to Emacs more
generally than just for Windows.  I'm no help for that.

However, I have a feeling (but again, I'm ignorant and unpracticed here) that
using menus via accelerators on a regular basis is not the way to go.

Menus are about organizing commands.  They are helpful for discovery (and
rediscovery of infrequently used commands).  Regularly using menus (e.g. via
accelerators) to access frequently used commands sounds like a bad habit - to
me.  But again, I do not really know what I'm talking about here. ;-)

That sounds like just substituting an alternative set of key bindings, one that
reflects the menu structure instead of another key organization.  And while menu
structure has a certain logic to it (which is why it can be helpful), that logic
is not necessarily the best key-binding logic.  It is a logic aimed at a
particular purpose, IMO: discovery (and rediscovery): finding the needle in the
haystack).

In any case, when it comes to keyboard access of menus in general (not menu
accelerators), Emacs is not lacking.  Likewise when it comes to discovery of
menu items.  As I said, Emacs is OK out of the box (`tmm'), and it shines with a
little extra help (e.g. La Carte, Icicles).

There is really no reason that an Emacs user, new or old, should not use menus
to discover Emacs functionality.  And thereby learn keyboard shortcuts (they are
indicated in the menus).  _That's_ why I introduced menus into the discussion:
because you were talking about discovery in Emacs without mentioning menus.

> > The complaints here about weird Emacs keybindings are surprising to
> > me, coming from you, Uday, who are familiar with Emacs.  They sound
> > like the superficial comments of a vi'er or someone unfamiliar with
> > Emacs - someone who has the impression that one is _required_ to use
> > `M-x a C-s' in order to search.  It is trivial to use `M-x', trivial
> > to use the menu, and trivial to bind a simpler key to something that
> > you use often.
> 
> I didn't "complain" about the weird key bindings.  I gave the weird
> bindings as an example to talk about the over-reliance of Emacs on key
> bindings.

That statement (claim) is all the talking you did about it, AFAICT.  I think you
did not give any argument or examples to support the claim of an "over-reliance"
on key bindings.  You did not even explain what you mean by that.

You seemed to suggest that users are _required_ to use the default key sequences
(whether seemingly weird ones such as `M-s a C-s' or not), or at least that they
are _required_ to use keyboard keys (as opposed to menus or `M-x').

I countered that there is no such over-reliance.  But you didn't make clear what
you mean by that, so my rebuttal can only guess.

If you mean that Emacs forces users to use keyboard key bindings, weird or not,
then I disagree.  And especially if you mean that Emacs forces users to use
particular key bindings (the defaults).

> > Try Icicles and La Carte.  You can easily sort items on the fly and
> > you can easily get to any item, no matter where it is in the menu
> > tree.
> 
> Can they match the 3-key stroke access (Alt p i) to "Isearch Files" in
> the dired menu?

AFAIK, they support Lennart's addition of `&' to menu items to support Windows
keyboard navigation of menus.  (I have not tested that.)  So if Lennart has
added menu accelerators for this menu item, and if those accelerators give you a
key sequence as short as `Alt p i', then yes.  Otherwise no.

But that's not why I pointed you to Icicles and La Carte.  You asked about
_sorting_, so I mentioned Icicles, which lets you change sort orders on the fly,
including to any sort orders you define yourself (which is simple).

And I mentioned _direct access_ to a menu item anywhere in the tree.  The entire
path to a menu item is matchable, so you can match a deep item directly.  And
you can use multiple simple match patterns (regexps, substrings, fuzzy
match,...) instead of using a single complex pattern.

(You can of course also drill down menu by menu, just as you do with your
Windows key navigation or with `tmm'.  That is simply a special case of prefix
matching.)

I do not mention direct access to a menu item in order to promote the use of
menus on a regular basis, as a substitute for the usual key bindings.  I mention
it in the context of discoverability.

You can _very_ easily discover what menu items there are that involve searching
files (or any other functionality) - regardless of what the menu organization
might be.  Just type `ear S-SPC file' to see all menu items that contain both
`ear' (for "search") and `file', in either order.  You can even filter to find
all menu items that do _not_ match some pattern, or that match this but not
that, where "this" and "that" are as complex as you like.

And you can check the doc strings for any of the matching menu items - on the
fly.  If you cycle among some or all of them, the first line of the doc string
is shown in the mode line of *Completions*.  And you can see (in *Help*) the
entire doc string for any of them (cycling or picking one or more directly).

I emphasize discovery because to me that is where menus come into their own.  If
you want to use menus on a regular basis to access everything, then menu
accelerators might be interesting to you.

To me, menus are interesting because they _organize_ commands.  And that
organization can help you (a) find something and (b) learn what commands are
available and (c) what keys they are bound to.

I would not recommend that organization as the best keyboard access - e.g. menu
accelerators, but I don't speak from practice here.

> > > On second thought, perhaps the menus are not as disorganized as I
> > > had imagined. I haven't yet begun to use them seriously.
> > 
> > Please do.  You will thank yourself.  And you will no doubt file
> > menu bugs or enhancement requests or provide patches for
> > improvements.  Welcome.
> 
> I will be quite happy to use menus if the menu items have keystrokes
> associated with them like on Windows & Java applications.  Without
> that, they are quite inefficient.  
> 
> I will check to see if La Carte and Icicles can help.

Whether or not La Carte and Icicles can help you personally is one thing.  The
point in mentioning them here was, as I said, to show "that Emacs can easily
give excellent menu access and provide excellent menu discovery.  Out of the box
it is OK, and it could easily be made even better."





  reply	other threads:[~2010-08-02 17:59 UTC|newest]

Thread overview: 277+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-26 22:01 Key bindings proposal [Was: Emacs learning curve] Uday S Reddy
2010-07-27  3:17 ` Stephen J. Turnbull
2010-07-27 10:32 ` Key bindings proposal Stefan Monnier
2010-07-27 11:30   ` Eric M. Ludlam
2010-07-27 11:32   ` Stephen J. Turnbull
2010-07-27 12:03     ` Stefan Monnier
2010-07-27 16:41       ` Uday S Reddy
2010-07-27 23:32         ` Miles Bader
2010-07-29 14:05           ` Stefan Monnier
2010-07-27 16:41       ` Stephen J. Turnbull
2010-07-27 17:52         ` Uday S Reddy
2010-07-28  5:57           ` Stephen J. Turnbull
2010-07-28 18:32             ` Uday S Reddy
2010-07-29  5:47               ` Stephen J. Turnbull
2010-07-29 15:28   ` Uday S Reddy
2010-07-29 16:05     ` Andreas Röhler
2010-07-31  7:16     ` Mathias Dahl
2010-07-31 10:04       ` Uday S Reddy
2010-07-31 14:07         ` Alan Mackenzie
2010-07-31 18:17         ` Drew Adams
2010-08-02 14:59           ` Uday S Reddy
2010-08-02 17:59             ` Drew Adams [this message]
2010-08-02 18:10               ` Lennart Borgman
2010-08-03  9:45                 ` Jan Djärv
2010-08-03 10:02                   ` Lennart Borgman
2010-08-03  2:09               ` Stephen J. Turnbull
2010-08-03 11:56               ` Uday S Reddy
2010-08-03 14:04                 ` Juanma Barranquero
2010-08-03 15:02                   ` Lennart Borgman
2010-08-03 15:16                     ` Juanma Barranquero
2010-08-03 15:54                       ` Lennart Borgman
2010-08-03 15:18                     ` David Kastrup
2010-08-03 15:51                       ` Lennart Borgman
2010-08-03 15:58                         ` no forking relation (was: Key bindings proposal) Drew Adams
2010-08-05  8:39                   ` Key bindings proposal Uday S Reddy
2010-08-05  9:22                     ` Juanma Barranquero
2010-08-05 11:00                       ` Lennart Borgman
2010-08-05 11:24                         ` Juanma Barranquero
2010-08-05 12:16                           ` Lennart Borgman
2010-08-05 13:59                             ` Uday S Reddy
2010-08-05 14:07                               ` Lennart Borgman
2010-08-05 13:10                         ` Uday S Reddy
2010-08-05 13:13                           ` Juanma Barranquero
2010-08-05 13:22                           ` Lennart Borgman
2010-08-05 13:48                             ` Uday S Reddy
2010-08-05 14:01                               ` Lennart Borgman
2010-08-05 14:01                                 ` Lennart Borgman
2010-08-05 17:08                                   ` Uday S Reddy
     [not found]                                 ` <19546.51009.703000.960158@gargle.gargle.HOWL>
2010-08-05 14:18                                   ` Lennart Borgman
2010-08-06  0:50                             ` Jason Rumney
2010-08-06  1:28                               ` Lennart Borgman
2010-08-06  1:35                                 ` Jason Rumney
2010-08-06  1:41                                   ` Lennart Borgman
2010-08-06  1:58                                     ` Lennart Borgman
2010-08-06  2:16                                       ` Óscar Fuentes
2010-08-06  2:38                                         ` Lennart Borgman
2010-08-06  2:34                                       ` Lennart Borgman
2010-08-06  2:55                                         ` Lennart Borgman
2010-08-06  3:11                                           ` Lennart Borgman
2010-08-06  6:05                                             ` Jason Rumney
2010-08-06 15:07                                               ` Lennart Borgman
2010-08-06 15:29                                                 ` Lennart Borgman
2010-08-05 20:33                           ` Óscar Fuentes
2010-08-05 21:26                             ` Uday S Reddy
2010-08-05 22:55                               ` Lennart Borgman
2010-08-06  0:05                               ` Drew Adams
2010-08-06  7:46                                 ` Eli Zaretskii
2010-08-06  3:21                             ` Stephen J. Turnbull
2010-08-06  3:25                               ` Lennart Borgman
2010-08-06  5:22                                 ` Stephen J. Turnbull
2010-08-06  6:21                                   ` Tassilo Horn
2010-08-06  5:09                               ` Miles Bader
2010-08-06  9:02                                 ` Stephen J. Turnbull
2010-08-06 17:32                               ` Uday S Reddy
2010-08-06 17:46                                 ` Óscar Fuentes
2010-08-06 18:40                                   ` Uday S Reddy
2010-08-06 19:13                                   ` Drew Adams
2010-08-06 19:04                                 ` Juanma Barranquero
2010-08-08 22:22                                 ` Chong Yidong
2010-08-08 22:29                                   ` Lennart Borgman
2010-08-08 23:06                                     ` David De La Harpe Golden
2010-08-08 23:09                                     ` Chong Yidong
     [not found]                                       ` <AANLkTim86uB8Yb3P9_HX2NN=RQ6svVTvXfyvUQfAJAnE@mail.gmail! .com>
2010-08-08 23:19                                       ` Lennart Borgman
2010-08-08 23:42                                         ` Chong Yidong
     [not found]                                           ` <AANLkTikRWNmYsEqJX7ccPFGsBobNLkeYRY+1BvnBDOt9!! @mail.gmail.com>
     [not found]                                           ` <AANLkTikRWNmYsEqJX7ccPFGsBobNLkeYRY+1BvnBDOt9! @mail.gmail.com>
2010-08-09 14:50                                           ` Lennart Borgman
2010-08-09 15:16                                             ` Uday S Reddy
2010-08-09 16:08                                               ` Drew Adams
2010-08-10  7:30                                                 ` Stephen J. Turnbull
2010-08-12 15:21                                             ` Chong Yidong
2010-08-12 15:46                                               ` Andreas Schwab
2010-08-12 16:13                                                 ` Jan Djärv
2010-08-12 15:59                                               ` Lennart Borgman
2010-08-12 21:20                                                 ` Juanma Barranquero
2010-08-12 21:57                                                   ` Uday S Reddy
2010-08-12 22:06                                                     ` Uday S Reddy
2010-08-12 22:12                                                     ` Juanma Barranquero
2010-08-12 23:02                                                       ` Lennart Borgman
2010-08-12 23:11                                                         ` Juanma Barranquero
2010-08-13  8:57                                                       ` Uday S Reddy
2010-08-13 14:42                                                         ` Drew Adams
2010-08-13 14:57                                                           ` Lennart Borgman
2010-08-13 16:09                                                             ` Drew Adams
2010-08-13 16:15                                                               ` Lennart Borgman
2010-08-13 17:40                                                                 ` David Robinow
2010-08-14  0:01                                                                 ` Drew Adams
2010-08-13 16:07                                                           ` Uday S Reddy
2010-08-13 22:34                                                             ` Juanma Barranquero
2010-08-14  0:01                                                             ` Drew Adams
2010-08-14  9:23                                                               ` Uday S Reddy
2010-08-13 22:53                                                         ` Juanma Barranquero
2010-08-14  7:08                                                           ` Uday S Reddy
2010-08-13 15:37                                                     ` Chong Yidong
2010-08-13 15:46                                                       ` Óscar Fuentes
2010-08-13 16:50                                                         ` Chong Yidong
2010-08-13 20:32                                                           ` Óscar Fuentes
2010-08-13 22:37                                                             ` Juanma Barranquero
2010-08-13 23:30                                                               ` Óscar Fuentes
2010-08-13 23:53                                                                 ` Juanma Barranquero
2010-08-14  0:21                                                                   ` Óscar Fuentes
2010-08-15 22:21                                                                     ` Juanma Barranquero
2010-08-14  0:00                                                             ` Drew Adams
2010-08-14  0:25                                                               ` Óscar Fuentes
2010-08-14  2:05                                                                 ` Drew Adams
2010-08-14 10:20                                                                   ` Jeff Clough
2010-08-14  7:48                                                             ` Uday S Reddy
2010-08-14  8:18                                                               ` Jason Rumney
2010-08-15 22:27                                                               ` Juanma Barranquero
2010-08-16  7:25                                                           ` christian.lynbech
2010-08-16  7:37                                                             ` Miles Bader
2010-08-13 16:01                                                       ` Jason Rumney
2010-08-13 22:40                                                         ` Juanma Barranquero
2010-08-13 22:46                                                           ` Lennart Borgman
2010-08-13 16:04                                                       ` Lennart Borgman
2010-08-13 16:53                                                         ` Chong Yidong
2010-08-14  0:41                                                           ` Jason Rumney
2010-08-14  1:24                                                             ` Chong Yidong
2010-08-14  2:13                                                               ` Jason Rumney
2010-08-14  2:02                                                             ` Drew Adams
2010-08-13 22:43                                                         ` Juanma Barranquero
2010-08-14  0:30                                                         ` Jason Rumney
2010-08-14 12:07                                                           ` Lennart Borgman
2010-08-14 13:56                                                             ` Jason Rumney
2010-08-09  1:01                                         ` Juanma Barranquero
2010-08-09  8:48                                           ` Uday S Reddy
2010-08-09  8:13                                   ` Uday S Reddy
2010-08-10  7:52                                   ` Uday Reddy
2010-08-13  9:05                                   ` Uday S Reddy
2010-08-03 15:54                 ` Stephen J. Turnbull
2010-08-04  9:52                   ` Uday S Reddy
2010-08-04 10:20                     ` joakim
2010-08-04 10:52                       ` Lennart Borgman
2010-08-04 11:11                         ` joakim
2010-08-04 11:25                           ` Lennart Borgman
2010-08-04 11:44                             ` joakim
2010-08-04 13:24                             ` Jason Rumney
2010-08-04 13:29                               ` Lennart Borgman
2010-08-04 11:19                         ` Jan Djärv
2010-08-04 11:27                           ` Lennart Borgman
2010-08-04 13:27                             ` Jason Rumney
2010-08-04 13:45                               ` Lennart Borgman
2010-08-04 11:16                       ` Uday S Reddy
2010-08-04 11:28                         ` Andreas Schwab
2010-08-04 11:36                           ` Uday S Reddy
2010-08-04 12:03                             ` Andreas Schwab
2010-08-04 12:09                               ` Lennart Borgman
2010-08-04 12:13                                 ` Andreas Schwab
2010-08-04 12:17                                   ` Lennart Borgman
2010-08-04 12:33                               ` Uday S Reddy
2010-08-04 16:19                                 ` Tom
2010-08-04 17:38                                   ` Stuart Hacking
2010-08-05  2:39                                     ` Stephen J. Turnbull
2010-08-05  8:16                                       ` Stuart Hacking
2010-08-05  8:34                                       ` Andreas Schwab
2010-08-05 11:55                                         ` Stephen J. Turnbull
2010-08-05 12:20                                           ` Andreas Schwab
2010-08-05 12:37                                             ` Stephen J. Turnbull
2010-08-05 12:47                                               ` Andreas Schwab
2010-08-05  2:28                                   ` Chong Yidong
2010-08-05  3:14                                     ` Stephen J. Turnbull
2010-08-05  7:46                                       ` Uday S Reddy
2010-08-05 15:17                                         ` David Kastrup
2010-08-06  3:12                                         ` Stephen J. Turnbull
2010-08-06  5:54                                           ` Jan Djärv
2010-08-06  6:20                                             ` Stephen J. Turnbull
2010-08-05 14:01                                     ` Richard Stallman
2010-08-05 14:55                                       ` Eli Zaretskii
2010-08-04 14:06                               ` Stephen J. Turnbull
2010-08-04 13:53                         ` Stephen J. Turnbull
2010-08-04 13:15                       ` Jason Rumney
2010-08-04 10:54                     ` Stephen J. Turnbull
2010-08-04 11:25                       ` Uday S Reddy
2010-08-04 14:25                         ` Stephen J. Turnbull
2010-08-04 15:21                       ` Óscar Fuentes
2010-08-04 15:45                         ` joakim
2010-08-04 12:57                 ` Stefan Monnier
2010-08-02  9:42         ` Stuart Hacking
2010-08-02 10:58           ` Uday S Reddy
2010-08-02 11:17             ` Stuart Hacking
2010-08-02 11:58               ` Uday S Reddy
2010-08-03  3:03                 ` Stephen J. Turnbull
2010-08-02 10:12         ` Tassilo Horn
2010-08-02 11:24           ` Uday S Reddy
2010-08-23 13:45       ` Juri Linkov
2010-08-23 14:14         ` Thierry Volpiatto
2010-08-23 20:56           ` Juri Linkov
2010-08-23 21:15             ` Thierry Volpiatto
2010-08-23 22:36               ` Drew Adams
2010-08-24 13:55                 ` Juri Linkov
2010-08-24 15:20                   ` Thierry Volpiatto
2010-08-24 16:38                   ` Drew Adams
2010-08-25 13:47                     ` Juri Linkov
2010-08-23 14:39         ` Drew Adams
2010-08-23 20:45           ` Juri Linkov
2010-08-24 13:50           ` Juri Linkov
2010-08-24 16:34             ` Drew Adams
2010-08-25 13:48               ` Juri Linkov
2010-08-25 15:07                 ` Drew Adams
2010-08-26 23:22                   ` Juri Linkov
2010-08-27 12:10                     ` Jason Rumney
2010-08-27 22:38                       ` Juri Linkov
2010-08-28  0:01                         ` Stefan Monnier
2010-08-28  7:28                           ` Eli Zaretskii
2010-08-30 14:37                             ` Stefan Monnier
2010-08-30 15:34                               ` Drew Adams
2010-08-30 15:39                                 ` Lennart Borgman
2010-08-30 15:53                                   ` Drew Adams
2010-08-30 16:06                                     ` Lennart Borgman
2010-08-30 15:54                                 ` Andreas Schwab
2010-08-30 21:39                                 ` Davis Herring
2010-08-31  5:49                                   ` Jan Djärv
2010-08-31  9:54                                     ` Lennart Borgman
2010-08-31 12:14                                       ` Jan Djärv
2010-08-31 21:25                                         ` Lennart Borgman
2010-08-28  9:25                           ` Jan Djärv
2010-08-28  1:02                         ` Jason Rumney
2010-08-28  9:20                         ` Jan Djärv
2010-08-28  9:23                           ` Jason Rumney
2010-08-28  9:41                             ` Jan Djärv
2010-08-28 10:13                               ` Jason Rumney
2010-08-28 10:58                                 ` Jan Djärv
2010-08-28 23:16                                   ` Juri Linkov
2010-08-29  7:46                                     ` Jan Djärv
2010-08-29 11:58                                       ` David Kastrup
2010-08-29 12:24                                         ` Jan Djärv
2010-08-25 16:34                 ` Stephen J. Turnbull
2010-08-26 23:23                   ` Juri Linkov
2010-08-27  0:17                     ` Miles Bader
2010-08-27 22:38                       ` Juri Linkov
2010-08-27  8:56           ` Uday S Reddy
2010-08-23 17:10         ` Andreas Schwab
2010-08-27  8:18         ` Uday S Reddy
2010-08-27 22:34           ` Juri Linkov
2010-08-27 23:12             ` Lennart Borgman
2010-08-28 23:27               ` Juri Linkov
2010-07-30  2:04   ` coding guidelines? (was Re: Key bindings proposal) Joe Brenner
2010-07-30  8:33     ` Andreas Schwab
2010-07-30  9:32     ` Stephen J. Turnbull
2010-07-31 19:19       ` Joe Brenner
2010-07-31 19:45         ` Joe Brenner
  -- strict thread matches above, loose matches on Subject: below --
2010-07-29  0:08 Key bindings proposal [Was: Emacs learning curve] Noah Lavine
2010-07-29 11:26 ` Uday S Reddy
2010-07-29 12:21   ` Key bindings proposal joakim
2010-07-29 14:16     ` Stefan Monnier
2010-08-03 20:10 MON KEY
2010-08-03 22:19 ` Uday S Reddy
2010-08-03 20:39 MON KEY
2010-08-04  0:11 ` Lennart Borgman
     [not found] <0LflI2-1PHZPs2uvS-00oe0Z@mx.perfora.net>
2010-08-13 10:21 ` Xah Lee
2010-08-13 11:32 grischka
2010-08-13 12:49 ` Uday S Reddy
2010-08-13 20:24   ` grischka
2010-08-14  6:37     ` Uday S Reddy
2010-08-14  7:59       ` Stephen J. Turnbull
2010-08-14  9:39         ` Uday S Reddy
2010-08-23 13:45       ` Juri Linkov
     [not found] <0LpLKf-1PMJpV3jOf-00eqos@mx.perfora.net>
2010-08-13 17:40 ` Xah Lee
     [not found] <0LuegS-1Osh2D2A3E-00zozI@mx.perfora.net>
2010-08-14  0:14 ` Xah Lee
     [not found] <0MKXcd-1OjFjG3Si7-001yF5@mx.perfora.net>
2010-08-14  0:18 ` Xah Lee
     [not found] <0LyWQo-1Ovn6v30nm-01699h@mx.perfora.net>
2010-08-14 15:19 ` Xah Lee

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=F7E7B0722E9443EF80FAA9246927F58A@us.oracle.com \
    --to=drew.adams@oracle.com \
    --cc=emacs-devel@gnu.org \
    --cc=lennart.borgman@gmail.com \
    --cc=u.s.reddy@cs.bham.ac.uk \
    /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).