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 10:47:42 -0700 (PDT)
User-agent: G2/1.0

On Jun 18, 11:29 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
>
> > 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+news2...@googlemail.com- Hide quoted text -
>
> - Show quoted text -

In Solaris, ^H is the default for backspace.  Changing it with stty
erase to ^? may resolve the emacs issues, but it will break the xterm.

-jk


reply via email to

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