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

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

Re: emacs font-lock-mode issues in solaris 10


From: Anselm Helbig
Subject: Re: emacs font-lock-mode issues in solaris 10
Date: Thu, 18 Jun 2009 17:29:31 +0200

Hi!

> > > 1) font-lock-mode fails with "X windows are not in use or not
> > > initialized"
> > > 2) backspace works in the shell, but fails inside emacs.  Instead, it
> > > pulls up the "*help*"
> >
> > > TERM is set to xterm
> > > stty:
> > > speed 9600 baud; evenp hupcl
> > > rows = 46; columns = 71; ypixels = 694; xpixels = 658;
> > > erase = ^h; swtch = <undef>;
> > > -inpck -istrip icrnl -ixany ixoff onlcr
> > > echo echoe echok echoctl echoke iexten
> >
> > I can't help with 1), but 2) is actually a FAQ. This command fixed it
> > for me:
> >
> >   stty erase '^?'
> >
> > Seehttp://www.gnu.org/software/emacs/emacs-faq.html#Backspace-invokes-help
>
> Adding (keyboard-translate ?\C-h ?\C-?) to my .emacs resolved issue
> #2.

Yes, this works, too, but you can not use C-h anymore to get help. For
this reason I'd rather use stty to have the correct terminal
settings. 

Regards, 

Anselm


-- 
Anselm Helbig 
mailto:anselm.helbig+news2009@googlemail.com


reply via email to

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