GNU bug report logs - #14616
24.3.50; Excessive cursor movement on non-X Emacs

Previous Next

Package: emacs;

Reported by: Lars Magne Ingebrigtsen <larsi <at> gnus.org>

Date: Fri, 14 Jun 2013 08:02:02 UTC

Severity: normal

Found in version 24.3.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #98 received at 14616 <at> debbugs.gnu.org (full text, mbox):

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 14616 <at> debbugs.gnu.org
Subject: Re: bug#14616: 24.3.50; Excessive cursor movement on non-X Emacs
Date: Mon, 05 Aug 2013 21:15:40 +0200
Lars Magne Ingebrigtsen <larsi <at> gnus.org> writes:

> (mapcar (lambda (f) (pp (frame-parameters) (current-buffer))) (frame-list))

I mean:

(mapcar (lambda (f) (pp (frame-parameters f) (current-buffer))) (frame-list))
=>
((menu-bar-lines . 0)
 (buried-buffer-list)
 (buffer-list #<buffer *Group*>)
 (unsplittable)
 (minibuffer . #<window 0x2fa1930 on  *Minibuf-0*>)
 (modeline . t)
 (width . 142)
 (height . 25)
 (font . "tty")
 (background-color . "unspecified-bg")
 (foreground-color . "unspecified-fg")
 (background-mode . dark)
 (display-type . color)
 (tty . "/dev/tty")
 (tty-type . "xterm")
 (vertical-scroll-bars)
 (cursor-color . "red")
 (cursor-type . box)
 (mouse-color . "red")
 (name . "emacs")
 (left . 0)
 (top . 0)
 (user-position . t))
((buried-buffer-list #<buffer .newsrc-dribble>)
 (buffer-list #<buffer *scratch*> #<buffer *Group*> #<buffer  *Minibuf-1*>)
 (minibuffer . #<window 0xc12f90 on  *Minibuf-0*>)
 (name . "F1")
 (mouse-color . "red")
 (cursor-type . box)
 (unsplittable)
 (modeline . t)
 (width . 142)
 (height . 25)
 (font . "tty")
 (background-color . "unspecified-bg")
 (tool-bar-lines . 0)
 (menu-bar-lines . 0)
 (vertical-scroll-bars)
 (cursor-color . "white")
 (foreground-color . "unspecified-fg")
 (background-mode . dark)
 (display-type . color)
 (tty . "/dev/tty")
 (tty-type . "xterm"))


-- 
(domestic pets only, the antidote for overdose, milk.)
  No Gnus T-Shirt for sale: http://ingebrigtsen.no/no.php
  and http://lars.ingebrigtsen.no/2013/08/twenty-years-of-september.html




This bug report was last modified 11 years and 294 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.