help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: no meta key in Windows


From: B. T. Raven
Subject: Re: no meta key in Windows
Date: Fri, 15 Sep 2006 19:56:08 -0500

C-h k reports:

for alt-delete
M-d runs the command kill-word

for alt-backspace
M-DEL runs the command undo

but this is because I have

 '(delete-selection-mode t nil (delsel))
 '(pc-selection-mode t nil (pc-select)

under custom-set-variables.

If you just installed the binaries then you shouldn't have a .emacs
initfile yet, but run emacs -q just to see if that helps.

C-<backspace> will probably run backward-kill-word.


"Ryan Krauss" <ryanlists@gmail.com> wrote in message
news:mailman.6989.1158347481.9609.help-gnu-emacs@gnu.org...
> I typed w32-alt-is-meta into a scratch buffer and hit C-j and got
> t
>
> So, I think I have a meta key.
>
> I alt-backspace does what alt-delete does on my keyboard at home (kill
> previous word).  How I make alt-del do what alt-backspace does?
>
> Thanks,
>
> Ryan
>
> On 9/15/06, B. T. Raven <ecinmn@alcisp.com> wrote:
> >
> > "Ryan Krauss" <ryanlists@gmail.com> wrote in message
> > news:mailman.6975.1158328063.9609.help-gnu-emacs@gnu.org...
> > > I am a Linux using running windows in my office somewhat against my
> > will.
> > >
> > > I am having some trouble getting windows emacs to behave like the
> > > emacs setup I have in Ubuntu.
> > >
> > > But my biggest problem right now is that I don't seem to have a meta
> > > key.  I installed emacs from:
> > >
> > > emacs-21.3-fullbin-i386.tar.gz
> > >
> > > and then ran addpm.exe.
> > >
> > > Is there something more I need to do?  alt-delete just beeps at me
and
> > > doesn't kill the previous word.
> > >
> > > Thanks,
> > >
> > > Ryan
> > > Ryan
> > >
> > >
> >
> > See if w32-alt-is-meta is nil. It should be t but I don't remember
when
> > this was set. It's not in my .emacs.
> >
> > Ed
> >
> > _______________________________________________
> > help-gnu-emacs mailing list
> > help-gnu-emacs@gnu.org
> > http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
> >
>
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]