From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Torsten Bronger Newsgroups: gmane.emacs.help Subject: Hook after term-setup-hook needed Date: Fri, 20 Dec 2002 15:16:04 +0100 Organization: RWTH Aachen Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: main.gmane.org 1040393751 31791 80.91.224.249 (20 Dec 2002 14:15:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 20 Dec 2002 14:15:51 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18PNwL-0008Ga-00 for ; Fri, 20 Dec 2002 15:15:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18PNw1-0004Kr-08 for gnu-help-gnu-emacs@m.gmane.org; Fri, 20 Dec 2002 09:15:29 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!canoe.uoregon.edu!logbridge.uoregon.edu!newsfeed.stueberl.de!news-mue1.dfn.de!news-koe1.dfn.de!news.rwth-aachen.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: s3m245.dialup.rwth-aachen.de Original-X-Trace: nets3.rz.RWTH-Aachen.DE 1040393707 2504 137.226.7.245 (20 Dec 2002 14:15:07 GMT) Original-X-Complaints-To: abuse@rwth-aachen.de Original-NNTP-Posting-Date: 20 Dec 2002 14:15:07 GMT User-Agent: KNode/0.4 Original-Xref: shelby.stanford.edu gnu.emacs.help:108328 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:4857 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4857 Halloechen! I changed the shape of my terminal cursor with send-string-to-terminal with Emacs 20.7. With Emacs 20.1 this doesn't work anymore. I can see my custom cursor for a nothingth of a second, then it's gone. I use term-setup-hook for this. Is there an alternative to manipulate the console appearance? In particular, a hook that is called "late enough" so that the cursor can be influenced? Tschoe, Torsten.