GNU bug report logs -
#19471
Can't copy display-string text
Previous Next
Full log
Message #12 received at control <at> debbugs.gnu.org (full text, mbox):
retitle 19471 Can't copy display-string text
severity 19471 wishlist
found 19471 25.0.95
quit
"Kelly Dean" <kelly <at> prtime.org> writes:
> Do:
> C-h i g (elisp)translation keymaps RET
> C-HOME C-SPACE DOWN M-w
> C-x b foo RET C-y
>
> What it looks like you copied is ⌜(elisp)Top > Keymaps > Translation Keymaps⌝. But when you paste it, you instead get
> ⌜File: elisp.info, Node: Translation Keymaps, Next: Key Binding Commands, Prev: Remapping Commands, Up: Keymaps⌝
>
> I suppose that's rational in some twisted sense, but it's unreasonable user-unfriendliness for a text editor.
> See my message ⌜Re: Correspondence between web-pages and Info-pages⌝ in emacs-devel for why this matters.
>
> I tried switching the buffer to fundamental mode in order to copy the
> text, but that didn't solve the problem, so Emacs apparently has some
> kind of low-level text-mangling voodoo that hijacks kill-ring-save.
It's implemented by an overlay with a display property. Normal Emacs
text copying commands work on the underlying text, rather than the
displayed one. You can see the what overlays/properties are in effect
by doing C-u C-x = on the string in question.
Perhaps we could add some feature to be able to copy the displayed
string instead of the underlying text.
This bug report was last modified 7 years and 214 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.