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 in a terminal via qrsh on Sun Grid Engine - text rendering Date: Tue, 13 Oct 2015 19:22:52 +0000 (UTC) Organization: Aioe.org NNTP Server Message-ID: References: NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1444764398 22800 80.91.229.3 (13 Oct 2015 19:26:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 Oct 2015 19:26:38 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 13 21:26:38 2015 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 1Zm5DY-0004ZL-Vc for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Oct 2015 21:26:37 +0200 Original-Received: from localhost ([::1]:38977 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zm5DY-000439-0r for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Oct 2015 15:26:36 -0400 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!1.eu.feeder.erje.net!news.etla.org!aioe.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: miwrTBUc11pFN9YlsnJ7Hg.user.speranza.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:215334 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:107618 Archived-At: Seb James wrote: > I have a problem with emacs used within a terminal on my university's > high performance computing (HPC) system, which runs Scientific Linux > with GNU Emacs 23.1.1(*) It might be a bug in emacs 23, which is very old. Scientific linux installations in clusters always have prehistoric versions of software. The best is that you get a modern emacs and build it as a user wget http://ftp.gnu.org/gnu/emacs/emacs-24.5.tar.gz tar xzvf emacs-24.5.tar.gz cd emacs-24.5 ./configure --without-x --without-sound --prefix=~/local ; make ; make install If you will always be running it inside a terminal emulator you can use --without-x and have a smaller executable Then you can run your up to date emacs with ~/local/bin/emacs