Package: emacs24-common Version: 24.4+1-4 Severity: normal Forwarded: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18872
Consider the following XML file: ------------------------------------------------------------------ <?xml version="1.0" encoding="utf-8"?> <root> <a/> <!-- <a b="" --> </root> ------------------------------------------------------------------ 1. Open it with "emacs -Q". 2. Go to line 6 (<a b="") and type C-SPC. 3. Go to line 7 and type M-w to copy line 6. 4. Go to line 4 (just after <a/>) and type C-y. One gets: ------------------------------------------------------------------ <?xml version="1.0" encoding="utf-8"?> <root> <a/> <a b="" [] <!-- <a b="" --> </root> ------------------------------------------------------------------ where [] is the cursor. 5. Type TAB. This should have put the cursor just below the 'b' for indentation, but this does nothing. 6. If one types DEL then RET, one doesn't get an indentation either. 7. If one types DEL then RET again, one gets the indentation! This is a regression. I've reported this bug upstream: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18872 -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16-3-amd64 (SMP w/8 CPU cores) Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages emacs24-common depends on: ii dpkg 1.17.21 ii emacsen-common 2.0.8 ii install-info 5.2.0.dfsg.1-5 emacs24-common recommends no packages. Versions of packages emacs24-common suggests: ii emacs24-common-non-dfsg 24.4+1-2 ii emacs24-el 24.4+1-4 -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

