Bug 553346
| Summary: | The Ctrl-c, Ctrl-b combination does not add new lines | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | parli-rhbug |
| Component: | emacs | Assignee: | Karel Klíč <kklic> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 11 | CC: | jonathan.underwood, kklic, rvokal, twaugh |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | emacs-23.1-21.fc12 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-04-20 13:09:09 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
parli-rhbug
2010-01-07 16:56:27 UTC
Fixing component. I can't reproduce this - trying your recipe, when I press C-c C-b the point (cursor) just moves back to the begining of the tag. Looking at the key binding I see this is the expected behaviour: C-c C-b runs the command sgml-skip-tag-backward, which is an interactive compiled Lisp function. It is bound to C-c C-b, C-c <left>, <menu-bar> <sgml> <sgml-skip-tag-backward>. (sgml-skip-tag-backward arg) Skip to beginning of tag or matching opening tag if present. With prefix argument arg, repeat this arg times. Return non-nil if we skipped over matched tags. OK, I suspect the missing part of your recipe is that you're editing with nxml-mode turned on, right? Upstream bug report: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=2840 There's a fix in CVS/bzr apparently, but I haven't dug it out yet. This is the changeset that fixes this problem - won't have time to test it for a few hours yet tho: http://bazaar.launchpad.net/~vcs-imports/emacs/trunk/revision/98299 My apologies, yes, I am using nxml-mode. emacs-23.1-20.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/emacs-23.1-20.fc12 emacs-23.1-11.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/emacs-23.1-11.fc11 emacs-23.1-11.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update emacs'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/emacs-23.1-11.fc11 emacs-23.1-20.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update emacs'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/emacs-23.1-20.fc12 emacs-23.1-13.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/emacs-23.1-13.fc11 emacs-23.1-21.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/emacs-23.1-21.fc12 It looks like emacs-23.1-11.fc11 has fixed the issue. The line-feeds appear where I expect them. Thank you. emacs-23.1-21.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update emacs'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/emacs-23.1-21.fc12 emacs-23.1-13.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update emacs'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/emacs-23.1-13.fc11 emacs-23.1-13.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. emacs-23.1-21.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. |