From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Aclander Subject: Re: Bug: shiftmeta[left|right] on multi line items [9.1.2 (release_9.1.2-40-g6ca906 @ /usr/local/share/emacs/27.0.50/lisp/org/)] Date: Sat, 09 Dec 2017 21:25:56 -0800 Message-ID: <87indfw3vf.fsf@gmail.com> References: <87a7zezz4e.fsf@gmail.com> <87r2seuzm7.fsf@nicolasgoaziou.fr> <87k1xvwh1m.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eNu7q-0002aQ-9Y for emacs-orgmode@gnu.org; Sun, 10 Dec 2017 00:26:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eNu7n-0004FP-6b for emacs-orgmode@gnu.org; Sun, 10 Dec 2017 00:26:06 -0500 Received: from mail-pg0-x22a.google.com ([2607:f8b0:400e:c05::22a]:45362) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eNu7m-0004F3-Vt for emacs-orgmode@gnu.org; Sun, 10 Dec 2017 00:26:03 -0500 Received: by mail-pg0-x22a.google.com with SMTP id m25so8935238pgv.12 for ; Sat, 09 Dec 2017 21:26:02 -0800 (PST) In-reply-to: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Allen Li Cc: Nathan Aclander , emacs-orgmode@gnu.org, Nicolas Goaziou --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Allen Li writes: > I think what Nicolas is saying is this (^ is point): > > * ^Heading > > M-S-left/right works here. > > * Heading > ^content text > > M-S-left/right does not work here. Let=E2=80=99s assume that it does work > here to be consistent with the feature/bug you are requesting. > > * Heading > > - foo > - bar > ^second bar line > > M-S-left/right does not work here. Let=E2=80=99s assume that it does work > here per the feature/bug you are requesting. Does it move bar, foo, > or Heading? What if the text is very long and you cannot see where > you are? > > ... > some very long text > ^some very long text > some very long text > ... > > What M-S-left/right does would be very confusing. Using ^ as point like you did, what I am expecting to happen is: Case 1: =20 * Heading =2D foo - ^bar second bar line M-S-left/right moves =2D bar second bar line=20 left and right. Case 2: =2D foo - bar ^second bar line M-S-left/right moves =2D bar second bar line=20 left and right. Case 3: ... some very long text ^some very long text some very long text ... Whatever sub list that "some very long text" is part of should be moved left and right. None of these scenarios seem very confusing, and ( at least to me ) seem more consistent than the current behavior. Could you explain why you find adding this behavior would make this confusing? As a current workaround, what I have to do is: 1. save point 2. Go to the parent sub-list 3. Shift left or right 4. move point back to its previous location.=20 Nathan --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEGeJXVkBwWe7PtHGAT+2Q9qPVLSQFAlosxWQACgkQT+2Q9qPV LSTy+Q/9FN/ZB5WTlz8YSEyNV5NZpD7G2drKcYQkKJPgTPhMXUX4e4b8Md1mHbBd bP3yyrAzJoE7rSmhrwpCl7Z5O+QG4d+W5XG5QqvXBLX1kQIpv1Mgc0NezkSFg6Di h/9yJyo67wa5fbnq/AUKXkf3tM4RgUYw9l5YFXvDbPormFr3mDAKWeG0gBan/ClG 4rdw7gERMUx5yYXc2/3hPMfx5VecknNxJKMjG/tMg7YUPZ8J7hzHoP8YfGtoGNOn GlRYhtExuh61D8NhtQ5YQ6+S5ttwuEvW0vIdL7xbo55T1iUqK99IiRKvjbCwjp1l zouEcqGxsY7Exfko4FWQ27sLJOcD8F7yfcHl6dHTHmzllJilJ4/jrmRy8RkWlpbq c+UFVchrRHIb7++jy5TjDDNWR5F9qeP9dlCCDz71nYwq8Xp2Y5J5jXzg+9/0w1oc rSZPVC0M2cFlUg/KULyAoeBIQDRl/09RQXa2A4QWfteIRN20iwQvLeAiSBC6YV3e 6IaX7LncO+OHt6Sf1HUvN2vIJEorYy/1GepdnQI2P9gMS0O7LyIk8TOd53WyMapy oikVh5Iu/6sSMG4/tlrjxTOJBdPr28QS2fOMVik4VGOYWtUMVb54CO1fpn9ROSIc cO3xXwQYB7OHVGvvOWIg/IfmN3DtrbZ4wbPsd4uwgB/970WxvlY= =z2RJ -----END PGP SIGNATURE----- --=-=-=--