all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#3435: 23.0.91; Two-column mode don't split columns correctly
@ 2009-05-31 16:39 ` Teemu Likonen
  2009-06-04  1:35   ` bug#3435: marked as done (23.0.91; Two-column mode don't split columns correctly) Emacs bug Tracking System
  0 siblings, 1 reply; 3+ messages in thread
From: Teemu Likonen @ 2009-05-31 16:39 UTC (permalink / raw)
  To: emacs-pretest-bug; +Cc: rfrancoise

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





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

* bug#3435: 23.0.91; Two-column mode don't split columns correctly
@ 2009-06-01  0:57 Chong Yidong
  0 siblings, 0 replies; 3+ messages in thread
From: Chong Yidong @ 2009-06-01  0:57 UTC (permalink / raw)
  To: Teemu Likonen; +Cc: 3435

> 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.





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

* bug#3435: marked as done (23.0.91; Two-column mode don't split columns correctly)
  2009-05-31 16:39 ` bug#3435: 23.0.91; Two-column mode don't split columns correctly Teemu Likonen
@ 2009-06-04  1:35   ` Emacs bug Tracking System
  0 siblings, 0 replies; 3+ messages in thread
From: Emacs bug Tracking System @ 2009-06-04  1:35 UTC (permalink / raw)
  To: Chong Yidong

[-- Attachment #1: Type: text/plain, Size: 894 bytes --]


Your message dated Wed, 03 Jun 2009 21:30:09 -0400
with message-id <87zlcon5um.fsf@cyd.mit.edu>
and subject line Re: 23.0.91; Two-column mode don't split columns correctly
has caused the Emacs bug report #3435,
regarding 23.0.91; Two-column mode don't split columns correctly
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
3435: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=3435
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 3968 bytes --]

From: Teemu Likonen <tlikonen@iki.fi>
To: emacs-pretest-bug@gnu.org
Cc: rfrancoise@debian.org
Subject: 23.0.91; Two-column mode don't split columns correctly
Date: Sun, 31 May 2009 19:39:20 +0300
Message-ID: <878wkdkz0n.fsf@iki.fi>

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


[-- Attachment #3: Type: message/rfc822, Size: 1396 bytes --]

From: Chong Yidong <cyd@stupidchicken.com>
To: Teemu Likonen <tlikonen@iki.fi>
Cc: 3435-done@emacsbugs.donarmstrong.com
Subject: Re: 23.0.91; Two-column mode don't split columns correctly
Date: Wed, 03 Jun 2009 21:30:09 -0400
Message-ID: <87zlcon5um.fsf@cyd.mit.edu>

> > 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.

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

end of thread, other threads:[~2009-06-04  1:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <87zlcon5um.fsf@cyd.mit.edu>
2009-05-31 16:39 ` bug#3435: 23.0.91; Two-column mode don't split columns correctly Teemu Likonen
2009-06-04  1:35   ` bug#3435: marked as done (23.0.91; Two-column mode don't split columns correctly) Emacs bug Tracking System
2009-06-01  0:57 bug#3435: 23.0.91; Two-column mode don't split columns correctly Chong Yidong

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.