GNU bug report logs - #3435
23.0.91; Two-column mode don't split columns correctly

Previous Next

Package: emacs;

Reported by: Teemu Likonen <tlikonen <at> iki.fi>

Date: Sun, 31 May 2009 16:40:05 UTC

Severity: serious

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 3435 in the body.
You can then email your comments to 3435 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3435; Package emacs. (Sun, 31 May 2009 16:40:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to Teemu Likonen <tlikonen <at> iki.fi>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Sun, 31 May 2009 16:40:05 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Teemu Likonen <tlikonen <at> iki.fi>
To: emacs-pretest-bug <at> gnu.org
Cc: rfrancoise <at> debian.org
Subject: 23.0.91; Two-column mode don't split columns correctly
Date: Sun, 31 May 2009 19:39:20 +0300
In two-column mode there is "2C-split" (C-x 6 s) command which is
supposed to detect the split column and then split window vertically
etc. The column detection does not work correctly in my Emacs 23.0.91.1.

Example file:

    foo  123
    bar  456

Put the point before the "1" and try the 2C-split command (C-x 6 s). The
left buffer/window contains this:

    foo
    bar  456

And the right buffer/window contains this:

    123

Only the first line is actually split.

There is another minor bug: "2C-dissociate" (C-x 6 d) command does not
update the modeline. It looks like 2C mode is still turned on even
though it isn't. Then "recenter-top-bottom" (C-l) updates the modeline.



In GNU Emacs 23.0.91.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11)
 of 2009-03-21 on elegiac, modified by Debian
 (emacs-snapshot package, version 1:20090320-1~lenny1)
Windowing system distributor `The X.Org Foundation', version 11.0.10402000
configured using `configure  '--build' 'i486-linux-gnu' '--host' 'i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs-snapshot:/etc/emacs:/usr/local/share/emacs/23.0.91/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.0.91/site-lisp:/usr/share/emacs/site-lisp' '--with-x=yes' '--with-x-toolkit=gtk' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -DSITELOAD_PURESIZE_EXTRA=5000 -g -O2' 'LDFLAGS=-g -Wl,--as-needed' 'CPPFLAGS=''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: en_US.UTF-8
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: fi_FI.UTF-8
  value of $XMODIFIERS: @im=none
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t



Severity set to `serious' from `normal' Request was from Chong Yidong <cyd <at> stupidchicken.com> to control <at> emacsbugs.donarmstrong.com. (Sun, 31 May 2009 22:25:05 GMT) Full text and rfc822 format available.

Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3435; Package emacs. (Mon, 01 Jun 2009 01:05:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Chong Yidong <cyd <at> stupidchicken.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Mon, 01 Jun 2009 01:05:04 GMT) Full text and rfc822 format available.

Message #12 received at 3435 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Chong Yidong <cyd <at> stupidchicken.com>
To: Teemu Likonen <tlikonen <at> iki.fi>
Cc: 3435 <at> debbugs.gnu.org
Subject: Re: 23.0.91; Two-column mode don't split columns correctly
Date: Sun, 31 May 2009 20:57:51 -0400
> In two-column mode there is "2C-split" (C-x 6 s) command which is
> supposed to detect the split column and then split window vertically
> etc. The column detection does not work correctly in my Emacs
> 23.0.91.1.

Thanks for noticing this bug.  I have a patch for this, and will check
it in shortly.



Reply sent to Chong Yidong <cyd <at> stupidchicken.com>:
You have taken responsibility. (Thu, 04 Jun 2009 01:35:09 GMT) Full text and rfc822 format available.

Notification sent to Teemu Likonen <tlikonen <at> iki.fi>:
bug acknowledged by developer. (Thu, 04 Jun 2009 01:35:10 GMT) Full text and rfc822 format available.

Message #17 received at 3435-done <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Chong Yidong <cyd <at> stupidchicken.com>
To: Teemu Likonen <tlikonen <at> iki.fi>
Cc: 3435-done <at> debbugs.gnu.org
Subject: Re: 23.0.91; Two-column mode don't split columns correctly
Date: Wed, 03 Jun 2009 21:30:09 -0400
> > In two-column mode there is "2C-split" (C-x 6 s) command which is
> > supposed to detect the split column and then split window vertically
> > etc. The column detection does not work correctly in my Emacs
> > 23.0.91.1.

> Thanks for noticing this bug.  I have a patch for this, and will check
> it in shortly.

Done.



bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> emacsbugs.donarmstrong.com. (Thu, 02 Jul 2009 14:24:19 GMT) Full text and rfc822 format available.

This bug report was last modified 15 years and 360 days ago.

Previous Next


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