emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Eddward DeVilla" <eddward@gmail.com>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: undo bug (plus a plain list bug)
Date: Tue, 27 Mar 2007 14:06:53 -0500	[thread overview]
Message-ID: <b71b18520703271206w71129597keff2ed07f7995e13@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1739 bytes --]

Hi,

   I found a bug with undo and selection.  While putting together a simple
recreate, I also found a buglet involving A-left/A-right on plain lists.
First I'll describe the list bug.  If you have a plain list before the first
heading you can't use A-left or A-right to promote or demote list items.  So
given the file:

==== test 1 =========

  - Stooge
    - moe
    - larry
    - curly

==================

If you got to the line with moe on it and use A-left to promote it  I would
expect to see

===== test 1 prime =======

  - Stooge
   - moe
    - larry
    - curly

======================

It doesn't work because it's before the first heading.  Not a big deal, but
I though I'd mention it.

The second is more of an issue for someone like me who tends to live by undo
and is also sloppy about have a selection.  Given the file

==== test 2 =========

* brilliant
  - Stooge
    - moe
    - larry
    - curly

==================

Now go to the line with moe and press A-left twice to get the file:  (note:
moe indented twice.  larry and curly indented once)

==== test 2 prime ====

* brilliant
  - Stooge
  - moe
   - larry
   - curly

=================

Now select the region containing lines with moe and larry using what ever
method you like.  (The mouse is easy.)  Do two undos.  I would expect it to
undo both promotes, restoring the file back to its contents in test 2.
Instead I get:  (curly never got demoted)

==== test 2 double prime ====

* brilliant
  - Stooge
    - moe
    - larry
   - curly

========================

I'm assuming that regional undos are not a feature I'm unfamiliar with.
This is with emacs 21.2.1 on cygwin running org 4.69a.  I've seen similar on
21.1.1 on AIX and an older version org.

Edd

[-- Attachment #1.2: Type: text/html, Size: 2309 bytes --]

[-- Attachment #2: Type: text/plain, Size: 149 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

             reply	other threads:[~2007-03-27 19:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-27 19:06 Eddward DeVilla [this message]
2007-03-28 18:38 ` undo bug (plus a plain list bug) Carsten Dominik
2007-03-29  1:49   ` Eddward DeVilla

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b71b18520703271206w71129597keff2ed07f7995e13@mail.gmail.com \
    --to=eddward@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.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).