GNU bug report logs -
#14616
24.3.50; Excessive cursor movement on non-X Emacs
Previous Next
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
View this message in rfc822 format
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.