GNU bug report logs - #23955
24.5; Unexpected behavior of built-in function `transpose-regions'

Previous Next

Package: emacs;

Reported by: Gustavo Tavares Cabral <gustavotcabral <at> gmail.com>

Date: Tue, 12 Jul 2016 15:50:02 UTC

Severity: normal

Tags: fixed, patch, unreproducible

Merged with 19213

Found in versions 24.5, 25.0.50

Fixed in versions 25.1, 25.2

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Tino Calancha <tino.calancha <at> gmail.com>
To: 23955 <at> debbugs.gnu.org
Cc: tino.calancha <at> 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)
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)





This bug report was last modified 9 years and 7 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.