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: jk
Subject: Re: emacs font-lock-mode issues in solaris 10
Date: Thu, 18 Jun 2009 07:20:27 -0700 (PDT)
User-agent: G2/1.0

On Jun 18, 10:01 am, Anselm Helbig <anselm.helbig
+news2...@googlemail.com> wrote:
> 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
>
> HTH,
>
> Anselm
>
> --
> Anselm Helbig
> mailto:anselm.helbig+news2...@googlemail.com
Adding (keyboard-translate ?\C-h ?\C-?) to my .emacs resolved issue
#2.

Anyone have any ideas on issue #1?

Thanks.


reply via email to

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