unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#1860: 23.0.60; odd white block next to cursor, after typing some spaces
@ 2009-01-11 20:43 Eric Hanchrow
       [not found] ` <handler.1860.B.123170661926993.ack@emacsbugs.donarmstrong.com>
  2009-01-13  3:16 ` bug#1860: 23.0.60; odd white block next to cursor, after typing some spaces Leonardo Etcheverry
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Hanchrow @ 2009-01-11 20:43 UTC (permalink / raw)
  To: emacs-pretest-bug

Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

I'm using "urxvt", if it matters.
I started emacs like this:
$ cd /usr/local/src/emacs/src
$ ./emacs -Q -nw

That put me in the *scratch* buffer, naturally.  I then typed

     SPC SPC SPC SPC SPC SPC SPC

The cursor moved to the right, as expected.  But after the last SPC,
something strange happened: the cursor (a solid white rectangle) now
appears twice as wide as it ought to: it's as if columns six and seven
(I count starting from zero, the way column-number-mode does) both
light up whenever the cursor enters them.

I've seen this in other places too, but I can't come up with a simple
description of when it happens.

I honestly don't know if this is a bug or a feature.  If it's a
feature, I very much want to disable it.

This version of emacs was built from source whose last CVS checkin
looks like this:

    Author: Glenn Morris <rgm@gnu.org>
    Date:   Sat Jan 10 22:35:59 2009 +0000

        (Acknowledgments): Some more updates based on AUTHORS.

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/usr/local/src/emacs/etc/DEBUG for instructions.


In GNU Emacs 23.0.60.10 (i686-pc-linux-gnu, GTK+ Version 2.14.4)
 of 2009-01-10 on debian
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC
SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC ESC x r e p
o r t - e m TAB RET

Recent messages:
("./emacs" "-Q")
For information about GNU Emacs and the GNU system, type C-h C-a.






^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#1860: Acknowledgement (23.0.60; odd white block next to cursor, after typing some spaces)
       [not found] ` <handler.1860.B.123170661926993.ack@emacsbugs.donarmstrong.com>
@ 2009-01-13  2:21   ` Eric Hanchrow
  0 siblings, 0 replies; 3+ messages in thread
From: Eric Hanchrow @ 2009-01-13  2:21 UTC (permalink / raw)
  To: 1860

xterm doesn't exhibit this problem; someone on IRC said that
gnome-terminal does.






^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#1860: 23.0.60; odd white block next to cursor, after typing some spaces
  2009-01-11 20:43 bug#1860: 23.0.60; odd white block next to cursor, after typing some spaces Eric Hanchrow
       [not found] ` <handler.1860.B.123170661926993.ack@emacsbugs.donarmstrong.com>
@ 2009-01-13  3:16 ` Leonardo Etcheverry
  1 sibling, 0 replies; 3+ messages in thread
From: Leonardo Etcheverry @ 2009-01-13  3:16 UTC (permalink / raw)
  To: Bug-gnu-emacs


Eric,

After you brought up this issue in #emacs yesterday, I spent some time
reading the urxvt documentation and found this:

-ptab|+ptab
    If enabled (default), "Horizontal Tab" characters are being stored as
actual wide characters in the screen buffer, which makes it possible to
select and paste them. Since a horizontal tab is a cursor movement and not
an actual glyph, this can sometimes be visually annoying as the cursor on a
tab character is displayed as a wide cursor; resource pastableTabs. 

If you start urxvt with the +ptab option the double sized cursor goes away;
at least testing it with emacs -Q -nw

leo___


Eric Hanchrow-2 wrote:
> 
> I'm using "urxvt", if it matters.
> I started emacs like this:
> $ cd /usr/local/src/emacs/src
> $ ./emacs -Q -nw
> 
> That put me in the *scratch* buffer, naturally.  I then typed
> 
>      SPC SPC SPC SPC SPC SPC SPC
> 
> The cursor moved to the right, as expected.  But after the last SPC,
> something strange happened: the cursor (a solid white rectangle) now
> appears twice as wide as it ought to: it's as if columns six and seven
> (I count starting from zero, the way column-number-mode does) both
> light up whenever the cursor enters them.
> 
> I've seen this in other places too, but I can't come up with a simple
> description of when it happens.
> 
> I honestly don't know if this is a bug or a feature.  If it's a
> feature, I very much want to disable it.
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/bug-1860%3A-23.0.60--odd-white-block-next-to-cursor%2C-after-typing-some-spaces-tp21404156p21428744.html
Sent from the Emacs - Bugs mailing list archive at Nabble.com.








^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-01-13  3:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-11 20:43 bug#1860: 23.0.60; odd white block next to cursor, after typing some spaces Eric Hanchrow
     [not found] ` <handler.1860.B.123170661926993.ack@emacsbugs.donarmstrong.com>
2009-01-13  2:21   ` bug#1860: Acknowledgement (23.0.60; odd white block next to cursor, after typing some spaces) Eric Hanchrow
2009-01-13  3:16 ` bug#1860: 23.0.60; odd white block next to cursor, after typing some spaces Leonardo Etcheverry

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).