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 07:20:27 -0700 (PDT) Organization: http://groups.google.com Message-ID: <9aeabce6-9db5-4114-ad62-cb31897fd3cd@j20g2000vbp.googlegroups.com> References: <9da36ecf-fcce-4f86-a867-838308ae9684@g20g2000vba.googlegroups.com> <87bpoltzcu.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 1245345761 31616 80.91.229.12 (18 Jun 2009 17:22:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Jun 2009 17:22:41 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 18 19:22:39 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 1MHLJt-0002uY-Hw for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Jun 2009 19:22:37 +0200 Original-Received: from localhost ([127.0.0.1]:47446 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHLJs-0006xt-Rh for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Jun 2009 13:22:36 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!j20g2000vbp.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 38 Original-NNTP-Posting-Host: 199.172.169.32 Original-X-Trace: posting.google.com 1245334827 21374 127.0.0.1 (18 Jun 2009 14:20:27 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 18 Jun 2009 14:20:27 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j20g2000vbp.googlegroups.com; posting-host=199.172.169.32; 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:170144 X-Mailman-Approved-At: Thu, 18 Jun 2009 13:16:22 -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:65371 Archived-At: On Jun 18, 10:01=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-hel= p > > 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.