From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jk Newsgroups: gmane.emacs.help Subject: Re: emacs font-lock-mode issues in solaris 10 Date: Thu, 18 Jun 2009 10:47:42 -0700 (PDT) Organization: http://groups.google.com Message-ID: <87051bb5-2f4c-4e6a-b94f-136216540b12@t10g2000vbg.googlegroups.com> References: <9da36ecf-fcce-4f86-a867-838308ae9684@g20g2000vba.googlegroups.com> <87bpoltzcu.wl%anselm.helbig+news2009@googlemail.com> <9aeabce6-9db5-4114-ad62-cb31897fd3cd@j20g2000vbp.googlegroups.com> <87ab45tvac.wl%anselm.helbig+news2009@googlemail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1245367739 12775 80.91.229.12 (18 Jun 2009 23:28:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Jun 2009 23:28:59 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 19 01:28:57 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MHR2O-0002CV-7w for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Jun 2009 01:28:56 +0200 Original-Received: from localhost ([127.0.0.1]:56945 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHR2N-0003m8-FW for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Jun 2009 19:28:55 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!t10g2000vbg.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 51 Original-NNTP-Posting-Host: 199.172.169.36 Original-X-Trace: posting.google.com 1245347262 8609 127.0.0.1 (18 Jun 2009 17:47:42 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 18 Jun 2009 17:47:42 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: t10g2000vbg.googlegroups.com; posting-host=199.172.169.36; posting-account=NCDGcgoAAABmMivTcjXKTtO_tlR9NjTG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022),gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:170147 X-Mailman-Approved-At: Thu, 18 Jun 2009 19:28:34 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:65375 Archived-At: On Jun 18, 11:29=A0am, Anselm Helbig 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. =A0Instead= , it > > > > pulls up the "*help*" > > > > > TERM is set to xterm > > > > stty: > > > > speed 9600 baud; evenp hupcl > > > > rows =3D 46; columns =3D 71; ypixels =3D 694; xpixels =3D 658; > > > > erase =3D ^h; swtch =3D ; > > > > -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: > > > > =A0 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