From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Javier Newsgroups: gmane.emacs.help Subject: Re: emacs doesn't show letters in RHEL6.6 Date: Mon, 4 Jan 2016 13:10:42 +0000 (UTC) Organization: Aioe.org NNTP Server Message-ID: References: NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1451913336 28654 80.91.229.3 (4 Jan 2016 13:15:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Jan 2016 13:15:36 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 04 14:15:20 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aG4ym-00052E-PL for geh-help-gnu-emacs@m.gmane.org; Mon, 04 Jan 2016 14:15:20 +0100 Original-Received: from localhost ([::1]:44963 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aG4ym-0001JC-7Y for geh-help-gnu-emacs@m.gmane.org; Mon, 04 Jan 2016 08:15:20 -0500 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!1.eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!news.mixmin.net!aioe.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: NpGanX2njae9ZwyoZgDYiQ.user.gioia.aioe.org Original-X-Complaints-To: abuse@aioe.org User-Agent: tin/2.2.1-20140504 ("Tober an Righ") (UNIX) (Linux/3.18.6-1-ARCH (x86_64)) X-Notice: Filtered by postfilter v. 0.8.2 Original-Xref: usenet.stanford.edu gnu.emacs.help:216312 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:108602 Archived-At: > I'm using RHEL6.6 but emacs is behaving very strange. Letters > disappear (doesn't show) while I write or scroll. I have to do > Ctrl-L to refresh to see the letters. Extremely annoying and I can > hardly use emacs anymore. Version on emacs is 1:23.1-25.el6. I > downloaded a newer emacs and compiled it, but the problem > persists. Could it have something to do with X or gdm? As a first guess I would put the blame on gtk. Try to compile emacs again, but this time with the lucid toolkit. ./configure --with-x-toolkit=lucid ; make ; make install In most distros you don't need to compile since there is an emacs24-lucid or emacs-lucid package, but since you are on RHEL you may need to compile it yourself. If that doesn't work try emacs -nw on the terminal, to see if it displays letters ok.