unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Meta and Alt confusion in the manual
@ 2006-06-16 20:24 Lennart Borgman
  2006-06-17 17:57 ` Richard Stallman
  2006-06-18 19:40 ` Sascha Wilde
  0 siblings, 2 replies; 6+ messages in thread
From: Lennart Borgman @ 2006-06-16 20:24 UTC (permalink / raw)


In "(emacs) Symbol Completion" (31.8):

       The character `M-<TAB>' runs a command to complete the partial
    symbol before point against the set of meaningful symbol names.  This
    command inserts at point any additional characters that it can
    determine from the partial name.  (If your window manager defines
    `M-<TAB>' to switch windows, you can type `<ESC> <TAB>' or `C-M-i'.)

The window manager of course does not use M-<TAB>. It uses Alt-<TAB>. 
Meta is Emacs specific and could be on another keyboard key than Alt.

I think this should be corrected to avoid confusion.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Meta and Alt confusion in the manual
  2006-06-16 20:24 Meta and Alt confusion in the manual Lennart Borgman
@ 2006-06-17 17:57 ` Richard Stallman
  2006-06-18 19:40 ` Sascha Wilde
  1 sibling, 0 replies; 6+ messages in thread
From: Richard Stallman @ 2006-06-17 17:57 UTC (permalink / raw)
  Cc: emacs-devel

	determine from the partial name.  (If your window manager defines
	`M-<TAB>' to switch windows, you can type `<ESC> <TAB>' or `C-M-i'.)

    The window manager of course does not use M-<TAB>. It uses Alt-<TAB>. 
    Meta is Emacs specific and could be on another keyboard key than Alt.

    I think this should be corrected to avoid confusion.

I am not sure the existing text is wrong, but if you suggest a change,
I will think about it.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Meta and Alt confusion in the manual
  2006-06-16 20:24 Meta and Alt confusion in the manual Lennart Borgman
  2006-06-17 17:57 ` Richard Stallman
@ 2006-06-18 19:40 ` Sascha Wilde
  2006-06-19  3:30   ` Jason Rumney
  1 sibling, 1 reply; 6+ messages in thread
From: Sascha Wilde @ 2006-06-18 19:40 UTC (permalink / raw)
  Cc: Emacs Devel

Lennart Borgman <lennart.borgman.073@student.lu.se> wrote:

> In "(emacs) Symbol Completion" (31.8):
>
>       The character `M-<TAB>' runs a command to complete the partial
>    symbol before point against the set of meaningful symbol names.  This
>    command inserts at point any additional characters that it can
>    determine from the partial name.  (If your window manager defines
>    `M-<TAB>' to switch windows, you can type `<ESC> <TAB>' or `C-M-i'.)
>
> The window manager of course does not use M-<TAB>. It uses
> Alt-<TAB>.

Things are even more complicated: many window managers I know don't
think in Terms of Alt or Meta, but use Mod1 true Mod5 as modifier
(sic!) keys.  The modifiers can be assigned to virtually any key (even
more than one) under X11.  Mod1 is set to Alt_L on most default X11
installations (at least on common x86 hardware).  Many window managers
use Mod1 as default modifier, so they actually use Alt in many cases,
buts that kind of a coincidence, too.

> Meta is Emacs specific and could be on another keyboard key than
> Alt.

Ack, I wouldn't say Meta is "Emacs specific" though.

> I think this should be corrected to avoid confusion.

I think the actual technical facts (window manager might use Mod1
which might be Alt per default, which might be used as Meta by Emacs)
are a bit confusing.  I'm not sure if telling all this to the user is
less confusing than the current text.

cheers
sascha
-- 
>++++++[<+++++++++++>-]<+.>+++[<++++++>-]<.---.---------.++++++.++++.---------
-.+++++++++++.+++++.>+++++++[<-------->-]<-.>++++++[<+++++++>-]<+.--.+++..----
---.-.>++++++[<------>-]<.>++++[<+++++++++++++>-]<.------------.---.>++++++[<-
----->-]<-.>+++++[<+++++++>-]<.--.>+++[<++++++>-]<+.>++++++++[<--------->-]<--.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Meta and Alt confusion in the manual
  2006-06-18 19:40 ` Sascha Wilde
@ 2006-06-19  3:30   ` Jason Rumney
  2006-06-19  7:38     ` Sascha Wilde
  0 siblings, 1 reply; 6+ messages in thread
From: Jason Rumney @ 2006-06-19  3:30 UTC (permalink / raw)
  Cc: Lennart Borgman, Emacs Devel

Sascha Wilde wrote:
> Lennart Borgman <lennart.borgman.073@student.lu.se> wrote:
>   
>> In "(emacs) Symbol Completion" (31.8):
>>
>>       The character `M-<TAB>' ... (If your window manager defines
>>    `M-<TAB>' to ...
>> The window manager of course does not use M-<TAB>. It uses
>> Alt-<TAB>.
>>     
> Things are even more complicated

It isn't really complicated at all. We are talking about a conflict of 
window manager key assignments with Emacs' assignments, and we are 
talking about it in relation to how it affects Emacs. So it makes sense 
to talk about it in terms of what Emacs calls its keybindings. M-<TAB> 
is one key assignment we have singled out as commonly affected.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Meta and Alt confusion in the manual
  2006-06-19  3:30   ` Jason Rumney
@ 2006-06-19  7:38     ` Sascha Wilde
  2006-06-20  8:04       ` Sascha Wilde
  0 siblings, 1 reply; 6+ messages in thread
From: Sascha Wilde @ 2006-06-19  7:38 UTC (permalink / raw)
  Cc: Lennart Borgman, Emacs Devel

Jason Rumney <jasonr@gnu.org> wrote:

> Sascha Wilde wrote:
>> Lennart Borgman <lennart.borgman.073@student.lu.se> wrote:
>>   
>>> In "(emacs) Symbol Completion" (31.8):
>>>
>>>       The character `M-<TAB>' ... (If your window manager defines
>>>    `M-<TAB>' to ...
>>> The window manager of course does not use M-<TAB>. It uses
>>> Alt-<TAB>.
>>>     
>> Things are even more complicated
>
> It isn't really complicated at all. We are talking about a conflict of
> window manager key assignments with Emacs' assignments, and we are
> talking about it in relation to how it affects Emacs. So it makes
> sense to talk about it in terms of what Emacs calls its
> keybindings. M-<TAB> is one key assignment we have singled out as
> commonly affected.

I agree!  So why do you want to differentiate between Meta and Alt
while the only relevant case is when they are the same key?  (And
Emacs calls the key Meta).

cheers
sascha
-- 
Sascha Wilde
"Gimme about 10 seconds to think for a minute..."

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Meta and Alt confusion in the manual
  2006-06-19  7:38     ` Sascha Wilde
@ 2006-06-20  8:04       ` Sascha Wilde
  0 siblings, 0 replies; 6+ messages in thread
From: Sascha Wilde @ 2006-06-20  8:04 UTC (permalink / raw)
  Cc: Lennart Borgman, Emacs Devel

Sascha Wilde <wilde@sha-bang.de> wrote:

> Jason Rumney <jasonr@gnu.org> wrote:
[...]
>> It isn't really complicated at all. We are talking about a conflict of
>> window manager key assignments with Emacs' assignments, and we are
>> talking about it in relation to how it affects Emacs. So it makes
>> sense to talk about it in terms of what Emacs calls its
>> keybindings. M-<TAB> is one key assignment we have singled out as
>> commonly affected.
>
> I agree!  So why do you want to differentiate between Meta and Alt
                      ^^^

I just realized that I mixed up you and Lennart, sorry!  Forget about
the second sentence -- or replace "do you" with "should one"...  ;-)

cheers
sascha
-- 
Sascha Wilde
Hauptfunktion einer GUI ist es IMHO, die dadurch verlorene Zeit durch
einen höheren Spaß-Faktor zu kompensieren. Essentiell ein
Computerspiel.  --  Rainer Weikusat in d.c.o.u.d

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-06-20  8:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-16 20:24 Meta and Alt confusion in the manual Lennart Borgman
2006-06-17 17:57 ` Richard Stallman
2006-06-18 19:40 ` Sascha Wilde
2006-06-19  3:30   ` Jason Rumney
2006-06-19  7:38     ` Sascha Wilde
2006-06-20  8:04       ` Sascha Wilde

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).