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: 3+ 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
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.gnu.org/software/emacs/
* 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 public inbox
https://git.savannah.gnu.org/cgit/emacs.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).