* Strange yank behaviour
@ 2004-07-27 17:26 Torsten Bronger
2004-07-28 17:42 ` Michael Slass
0 siblings, 1 reply; 7+ messages in thread
From: Torsten Bronger @ 2004-07-27 17:26 UTC (permalink / raw)
Halloechen!
Sometimes, when I want to insert something with C-y, I don't get
the last bust the *second* last think that I've killed. With M-y I
can switch to the correct one.
How can I switch off this behaviour? I use GNU Emacs 21.3.50.2.
Thank you!
Tschoe,
Torsten.
--
Torsten Bronger, aquisgrana, europa vetus
^ permalink raw reply [flat|nested] 7+ messages in thread
* Strange yank behaviour
@ 2004-07-27 17:27 Torsten Bronger
2004-07-28 5:25 ` Barry Margolin
0 siblings, 1 reply; 7+ messages in thread
From: Torsten Bronger @ 2004-07-27 17:27 UTC (permalink / raw)
Halloechen!
Sometimes, when I want to insert something with C-y, I don't get the
last but the *second* last snippet that I've killed. With M-y I can
switch to the correct one. It doesn't happen always, and I don't
know under which conditions.
How can I switch off this behaviour? I use GNU Emacs 21.3.50.2.
Thank you!
Tschoe,
Torsten.
--
Torsten Bronger, aquisgrana, europa vetus
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Strange yank behaviour
2004-07-27 17:27 Strange yank behaviour Torsten Bronger
@ 2004-07-28 5:25 ` Barry Margolin
2004-07-28 18:10 ` Torsten Bronger
0 siblings, 1 reply; 7+ messages in thread
From: Barry Margolin @ 2004-07-28 5:25 UTC (permalink / raw)
In article <m3isc9xsvj.fsf@wilson.rwth-aachen.de>,
Torsten Bronger <bronger@physik.rwth-aachen.de> wrote:
> Halloechen!
>
> Sometimes, when I want to insert something with C-y, I don't get the
> last but the *second* last snippet that I've killed. With M-y I can
> switch to the correct one. It doesn't happen always, and I don't
> know under which conditions.
>
> How can I switch off this behaviour? I use GNU Emacs 21.3.50.2.
It should never happen in the first place. Are you sure you're not
giving a numeric argument to C-y? M-2 C-y will yank the 2nd item on the
killing ring, M-3 C-y will yank the 3rd, and so on.
--
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Strange yank behaviour
2004-07-27 17:26 Torsten Bronger
@ 2004-07-28 17:42 ` Michael Slass
0 siblings, 0 replies; 7+ messages in thread
From: Michael Slass @ 2004-07-28 17:42 UTC (permalink / raw)
Torsten Bronger <bronger@physik.rwth-aachen.de> writes:
>Halloechen!
>
>Sometimes, when I want to insert something with C-y, I don't get
>the last bust the *second* last think that I've killed. With M-y I
>can switch to the correct one.
>
>How can I switch off this behaviour? I use GNU Emacs 21.3.50.2.
>
Not exact, but related...
check out browse-kill-ring.el (google)
--
Mike Slass
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Strange yank behaviour
2004-07-28 5:25 ` Barry Margolin
@ 2004-07-28 18:10 ` Torsten Bronger
2004-07-28 18:29 ` David Kastrup
0 siblings, 1 reply; 7+ messages in thread
From: Torsten Bronger @ 2004-07-28 18:10 UTC (permalink / raw)
Halloechen!
Barry Margolin <barmar@alum.mit.edu> writes:
> In article <m3isc9xsvj.fsf@wilson.rwth-aachen.de>,
> Torsten Bronger <bronger@physik.rwth-aachen.de> wrote:
>
>> Sometimes, when I want to insert something with C-y, I don't get
>> the last but the *second* last snippet that I've killed. With
>> M-y I can switch to the correct one. It doesn't happen always,
>> and I don't know under which conditions.
>>
>> How can I switch off this behaviour? I use GNU Emacs 21.3.50.2.
>
> It should never happen in the first place. Are you sure you're
> not giving a numeric argument to C-y?
Yes. Since I've failed to make it reproducible so far, I assume
that it happens due to an unstable CVS version that I got. My Emacs
seems to switch into this strange yank mode approximately twice per
week and stays there until restarted, but sometimes it recovers
earlier. Yes, I do know how odd this sounds. :-/
Anyway, I think I can live with it until the next release.
Tschoe,
Torsten.
--
Torsten Bronger, aquisgrana, europa vetus
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Strange yank behaviour
2004-07-28 18:10 ` Torsten Bronger
@ 2004-07-28 18:29 ` David Kastrup
2004-07-29 15:55 ` Torsten Bronger
0 siblings, 1 reply; 7+ messages in thread
From: David Kastrup @ 2004-07-28 18:29 UTC (permalink / raw)
Torsten Bronger <bronger@physik.rwth-aachen.de> writes:
> Halloechen!
>
> Barry Margolin <barmar@alum.mit.edu> writes:
>
> > In article <m3isc9xsvj.fsf@wilson.rwth-aachen.de>,
> > Torsten Bronger <bronger@physik.rwth-aachen.de> wrote:
> >
> >> Sometimes, when I want to insert something with C-y, I don't get
> >> the last but the *second* last snippet that I've killed. With
> >> M-y I can switch to the correct one. It doesn't happen always,
> >> and I don't know under which conditions.
> >>
> >> How can I switch off this behaviour? I use GNU Emacs 21.3.50.2.
> >
> > It should never happen in the first place. Are you sure you're
> > not giving a numeric argument to C-y?
>
> Yes. Since I've failed to make it reproducible so far, I assume
> that it happens due to an unstable CVS version that I got. My Emacs
> seems to switch into this strange yank mode approximately twice per
> week and stays there until restarted, but sometimes it recovers
> earlier. Yes, I do know how odd this sounds. :-/
gcc-3.4 ?
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Strange yank behaviour
2004-07-28 18:29 ` David Kastrup
@ 2004-07-29 15:55 ` Torsten Bronger
0 siblings, 0 replies; 7+ messages in thread
From: Torsten Bronger @ 2004-07-29 15:55 UTC (permalink / raw)
Halloechen!
David Kastrup <dak@gnu.org> writes:
> Torsten Bronger <bronger@physik.rwth-aachen.de> writes:
>
>> Barry Margolin <barmar@alum.mit.edu> writes:
>>
>>> In article <m3isc9xsvj.fsf@wilson.rwth-aachen.de>,
>>> Torsten Bronger <bronger@physik.rwth-aachen.de> wrote:
>>>
>>>> Sometimes, when I want to insert something with C-y, I don't
>>>> get the last but the *second* last snippet that I've killed.
>>>> With M-y I can switch to the correct one. It doesn't happen
>>>> always, and I don't know under which conditions.
>>>>
>>>> [...]
>>>
>>> [...]
>>
>> [...] Since I've failed to make it reproducible so far, I assume
>> that it happens due to an unstable CVS version that I got. My
>> Emacs seems to switch into this strange yank mode approximately
>> twice per week and stays there until restarted, but sometimes it
>> recovers earlier. Yes, I do know how odd this sounds. :-/
>
> gcc-3.4 ?
I compiled Emacs with gcc 3.3.1.
Tschoe,
Torsten.
--
Torsten Bronger, aquisgrana, europa vetus
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2004-07-29 15:55 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-27 17:27 Strange yank behaviour Torsten Bronger
2004-07-28 5:25 ` Barry Margolin
2004-07-28 18:10 ` Torsten Bronger
2004-07-28 18:29 ` David Kastrup
2004-07-29 15:55 ` Torsten Bronger
-- strict thread matches above, loose matches on Subject: below --
2004-07-27 17:26 Torsten Bronger
2004-07-28 17:42 ` Michael Slass
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.