From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.help Subject: Re: Disabling blinking cursor Date: Fri, 21 Oct 2005 00:45:21 GMT Organization: NTL Message-ID: <87k6g7g0f2.fsf@xxx.fr> References: <1129796526.548540.288290@f14g2000cwb.googlegroups.com> <1129825397.177146.121090@g14g2000cwa.googlegroups.com> <8764rs3zpn.fsf@xxx.fr> <1129855259.899724.7350@o13g2000cwo.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1129855855 28778 80.91.229.2 (21 Oct 2005 00:50:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Oct 2005 00:50:55 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 21 02:50:47 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ESl77-0001tr-4V for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Oct 2005 02:50:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESl76-0006PQ-Lk for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Oct 2005 20:50:28 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news.astraweb.com!newsrouter-eu.astraweb.com!hwmnpeer01.ams!news-out.ntli.net!newsrout1-gui.ntli.net!ntli.net!newspeer1-win.ntli.net!newsfe5-win.ntli.net.POSTED!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:O+aunrtC/+hurSiztu2Ebq/Vr/I= Original-Lines: 25 Original-NNTP-Posting-Host: 81.109.110.238 Original-X-Trace: newsfe5-win.ntli.net 1129855521 81.109.110.238 (Fri, 21 Oct 2005 01:45:21 BST) Original-NNTP-Posting-Date: Fri, 21 Oct 2005 01:45:21 BST Original-Xref: shelby.stanford.edu gnu.emacs.help:134836 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: , 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:30421 Archived-At: onestatusquo@yahoo.com writes: >> C-h k C-h f > > This combination does not produce anything in 21.3.1. It should produce the same than: M-x describe-key M-x describe-function It is not supposed to turn off the blink-cursor-mode but to enable you to get information about a function (e.g. blink-cursor-mode.) > I have not modified any bindings, I even removed my .emacs file. Try M-x blink-cursor-mode - only if you run Emacs on X Window. ,---- | On window systems, the command Mx blink-cursor-mode turns on or off | the blinking of the cursor. (On terminals, the terminal itself blinks | the cursor. `---- -- Bastien