On Mon, Jun 15, 2015 at 11:39:54AM -0700, Frederik Eaton <[email protected]> 
wrote:
> http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.7.pod#Why_is_the_cursor_now_blinking_in_em
> 
> The suggestion in the above FAQ post to execute (setq visible-cursor
> nil) in Emacs does not work for me.

The suggestion is actually to put it into your .emacs file, did you do this?

> In order to spare your epileptic users some headaches, I wonder why
> you don't just honor
> 
> Rxvt*cursorBlink: false
> 
> and not blink the cursor when this is set?

We honour this. Urxvt also honours this. Urxvt also honours requests by
applications to change this. And in this case, your application should
also honour your request to not switch the cursor mode.

> Also, what are the terminfo sequences which Emacs uses to clear the
> screen when it finishes?

No idea, you probably have to check the source code.

> (Any tips for how to get a transcript of these from a running emacs
> process?)

It's probably not possible without some serious emacs hacking (but I don't
know). You could get the command sequences it outputs by using e.g.
strace and then see which terminfo sequences those match.

-- 
                The choice of a       Deliantra, the free code+content MORPG
      -----==-     _GNU_              http://www.deliantra.net
      ----==-- _       generation
      ---==---(_)__  __ ____  __      Marc Lehmann
      --==---/ / _ \/ // /\ \/ /      [email protected]
      -=====/_/_//_/\_,_/ /_/\_\

_______________________________________________
rxvt-unicode mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode

Reply via email to