bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#6941: 24.0.50; yank doesn't return latest kill


From: Jan Djärv
Subject: bug#6941: 24.0.50; yank doesn't return latest kill
Date: Mon, 30 Aug 2010 15:37:54 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100713 Thunderbird/3.0.6

2010-08-29 21:39, Andreas Röhler skrev:

emacs -Q:

Hi,

with yank following a kill-new, Emacs doesn't yank the latest killed
string.

Checked it in a scratch buffer with following content after default:

abc foo bar
(kill-new (buffer-substring-no-properties 192 195) ==> "abc"
(kill-new (buffer-substring-no-properties 196 199) ==> "foo"
(kill-new (buffer-substring-no-properties 200 203) ==> "bar"

After evaluating this, following yank should insert "bar".

Instead it inserted some other, previously killed content.


If I add the missing ) to those expressions, I do get bar yanked.
Try again with proper expressions.

        Jan D.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]