From: Tino Calancha <tino.calancha@gmail.com>
To: 23955@debbugs.gnu.org
Cc: tino.calancha@gmail.com
Subject: bug#23955: 24.5; Unexpected behavior of built-in function `transpose-regions'
Date: Wed, 13 Jul 2016 02:59:30 +0900 (JST) [thread overview]
Message-ID: <alpine.DEB.2.20.1607130257410.22982@calancha-pc> (raw)
In-Reply-To: <87a8hn2g0e.fsf@gustavo-VirtualBox.i-did-not-set--mail-host-address--so-tickle-me>
I cannot reproduce the bug:
emacs -Q
;; Evaluate following form
(let* ((str ";; ((right))((left))")
(expected ";; ((left))((right))")
(result (with-temp-buffer
(insert str)
(transpose-regions 6 11 15 19)
(buffer-string))))
(string= result expected))
=> t
In GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.18.9)
of 2016-04-08 on binet, modified by Debian
Windowing system distributor `The X.Org Foundation', version 11.0.11803000
System Description: Debian GNU/Linux testing (stretch)
next prev parent reply other threads:[~2016-07-12 17:59 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-12 12:32 bug#23955: 24.5; Unexpected behavior of built-in function `transpose-regions' Gustavo Tavares Cabral
2016-07-12 17:59 ` Tino Calancha [this message]
2016-07-13 12:14 ` Gustavo Tavares Cabral
2016-07-13 23:06 ` Backport fix for Bug #19213/#23955 npostavs
2016-07-14 0:33 ` John Wiegley
2016-07-14 15:02 ` Eli Zaretskii
2016-07-15 0:40 ` Noam Postavsky
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=alpine.DEB.2.20.1607130257410.22982@calancha-pc \
--to=tino.calancha@gmail.com \
--cc=23955@debbugs.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 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.