From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Martin Jost" Newsgroups: gmane.emacs.help Subject: Re: Cursor as underline in 21? Date: Mon, 5 Jul 2004 15:49:53 +0200 Organization: Siemens Business Services Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1089035602 19696 80.91.224.253 (5 Jul 2004 13:53:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Jul 2004 13:53:22 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 05 15:53:12 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BhTuC-0007xf-00 for ; Mon, 05 Jul 2004 15:53:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BhTwA-0003WB-Ec for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Jul 2004 09:55:14 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!news-lond.gip.net!news.gsl.net!gip.net!news-FFM2.ecrc.net!newsfeed1.sbs.de!news.mch.sbs.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: mhhbuhuc.ww200.siemens.net Original-X-Trace: news.mch.sbs.de 1089035394 15015 139.21.8.114 (5 Jul 2004 13:49:54 GMT) Original-X-Complaints-To: abuse@siemens.de Original-NNTP-Posting-Date: Mon, 5 Jul 2004 13:49:54 +0000 (UTC) X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Original-Xref: shelby.stanford.edu gnu.emacs.help:124136 Original-To: help-gnu-emacs@gnu.org 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:19467 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:19467 "DrMemory" schrieb im Newsbeitrag = news:cehFc.15567$J82.12817@fe25.usenetserver.com... > On Fri, 02 Jul 2004 17:18:44 GMT, DrMemory = wrote: >=20 > >But is there really no way to just have an underscore (blinking or > >not) for a cursor??! Forgive me if this a dead horse... To "unblink" the cursor, I would do it in emacs .emacs itself by using: (blink-cursor-mode -1) (But it is still a block-cursor; I never tried to get it to underline) If you want to get rid of the toolbar (the next thing I did, when I = started to use this version) This is (tool-bar-mode -1) HTH Martin