Re: Emacs keys differences between console and X

1997-04-25 Thread Hong Huang
> > Activating meta in X is in the XF86Config file. > Here is an extract from my /etc/X11/XF86config: > > # To set the LeftAlt to Meta, RightAlt key to ModeShift, > # RightCtl key to Compose, and ScrollLock key to ModeLock: > > LeftAlt Meta # this line was commented out before > #

Re: Emacs keys differences between console and X

1997-04-18 Thread Andreas Tille
On Thu, 17 Apr 1997, David Pfitzner wrote: > > On Thu, 17 Apr 1997, Andreas Tille wrote: > > I had a problem like this, and I think the main thing I had to do > to get the behaviour I wanted was to uncomment "XkbDisable" > in my /etc/X11/XF86Config. > (I had guessed wrong when the setup had asked

Re: Emacs keys differences between console and X

1997-04-17 Thread David Pfitzner
> On Thu, 17 Apr 1997, Andreas Tille wrote: > > > Here is an extract from my /etc/X11/XF86config: > > > > # To set the LeftAlt to Meta, RightAlt key to ModeShift, > > # RightCtl key to Compose, and ScrollLock key to ModeLock: > > > > LeftAlt Meta # this line was commented out bef

Re: Emacs keys differences between console and X

1997-04-17 Thread Rick Jones
Ok. Try reading the man page XF86Config. It explains those settings. If you run xf86config (note the syntax) it will configure this file asking questions. It will also ask if you want to map the meta key etc... I don't use the meta key otherwise I could tell you more. On Thu, 17 Apr 1997, Andr

Re: Emacs keys differences between console and X

1997-04-17 Thread Andreas Tille
On Wed, 16 Apr 1997, Rick wrote: > Activating meta in X is in the XF86Config file. Here is an extract from my /etc/X11/XF86config: # To set the LeftAlt to Meta, RightAlt key to ModeShift, # RightCtl key to Compose, and ScrollLock key to ModeLock: LeftAlt Meta # this line was comm