Bug 1335247
Summary: | ctrl-s search is broken with 'emacs -nw' when using copy/paste 'search string' with mouse | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Satish Balay <balay> |
Component: | emacs | Assignee: | Jan Synacek <jsynacek> |
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 24 | CC: | jchaloup, jonathan.underwood, jsynacek, msekleta, phracek |
Target Milestone: | --- | Keywords: | Patch |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-05-23 11:47:17 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Satish Balay
2016-05-11 16:31:48 UTC
Filed upstream: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=23519 The upstream bugreport now has a patch. I have verified locally that it fixes this bug. http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=869092c9ed373e97f92c7f7518396e3fbdb24dd8 The fix will be available in the next emacs release. I tried using emacs-25.0.95-1.fc24.x86_64 - the primary issue appears to be resolved. However - there is a minor regression in behaviour. When copy/pasting text - all the upper-case letters are converted to lower-case. I see this is the default behaviour in GUI mode. However in GUI mode - If I do the following - the upper-case letters are preserved Ctrl-S, mouse-select command bar, copy/paste text. [Normal mode is: Ctrl-S, copy/paste text on command bar] |