* bug#45483: Subject: 28.0.50; yank-pop broken
@ 2020-12-28 10:04 Andreas Röhler
2020-12-28 17:22 ` Juri Linkov
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Andreas Röhler @ 2020-12-28 10:04 UTC (permalink / raw)
To: 45483
In order to search stuff I often mark that item and put it into the
search-string using yank-pop.
MARK-SOMETHING, C-s, M-y
Unfortunately M-y doesn't ‘yank-pop’ any more, instead minibuffer
prompts me saying "Yank from kill-ring:"
This would require extra typing and is not as convenient as previous
behavior.
Thanks all,
Andreas
---
In GNU Emacs 28.0.50 (build 1, i686-pc-linux-gnu, GTK+ Version 3.14.5,
cairo version 1.14.0)
of 2020-12-27
Repository revision: df882c9701755e2ae063f05d3381de14ae09951e
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.11604000
System Description: Debian GNU/Linux 8 (jessie)
Configured using:
'configure --with-mailutils -with-modules --with-ffi'
Configured features:
XPM JPEG TIFF GIF PNG CAIRO SOUND DBUS GSETTINGS GLIB NOTIFY INOTIFY ACL
GNUTLS LIBXML2 FREETYPE LIBOTF ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XDBE
XIM MODULES THREADS PDUMPER
Important settings:
value of $LANG: de_DE.UTF-8
locale-coding-system: utf-8-unix
Major mode: Lisp Interaction
Minor modes in effect:
tooltip-mode: t
global-eldoc-mode: t
eldoc-mode: t
electric-indent-mode: t
mouse-wheel-mode: t
tool-bar-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
Load-path shadows:
None found.
Features:
(shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs
rfc822 mml easymenu mml-sec epa derived epg epg-config gnus-util rmail
rmail-loaddefs auth-source cl-seq eieio eieio-core cl-macs
eieio-loaddefs password-cache json map text-property-search time-date
subr-x seq byte-opt gv bytecomp byte-compile cconv mm-decode mm-bodies
mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader cl-loaddefs
cl-lib sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils
misearch multi-isearch iso-transl tooltip eldoc electric uniquify
ediff-hook vc-hooks lisp-float-type mwheel term/x-win x-win
term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe
tabulated-list replace newcomment text-mode elisp-mode lisp-mode
prog-mode register page tab-bar menu-bar rfn-eshadow isearch timer
select scroll-bar mouse jit-lock font-lock syntax facemenu font-core
term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms
cp51932 hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese composite charscript charprop case-table epa-hook
jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice button
loaddefs faces cus-face macroexp files window text-properties overlay
sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote threads dbusbind inotify
dynamic-setting system-font-setting font-render-setting cairo
move-toolbar gtk x-toolkit x multi-tty make-network-process emacs)
Memory information:
((conses 8 146125 8070)
(symbols 24 30229 1)
(strings 16 65341 2006)
(string-bytes 1 1054871)
(vectors 8 12332)
(vector-slots 4 176871 12142)
(floats 8 22 43)
(intervals 28 189 2)
(buffers 560 10)
(heap 1024 12568 849))
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#45483: Subject: 28.0.50; yank-pop broken
2020-12-28 10:04 bug#45483: Subject: 28.0.50; yank-pop broken Andreas Röhler
@ 2020-12-28 17:22 ` Juri Linkov
2020-12-29 7:35 ` Andreas Röhler
2020-12-28 17:39 ` Drew Adams
2020-12-30 9:31 ` Juri Linkov
2 siblings, 1 reply; 5+ messages in thread
From: Juri Linkov @ 2020-12-28 17:22 UTC (permalink / raw)
To: Andreas Röhler; +Cc: 45483
> In order to search stuff I often mark that item and put it into the
> search-string using yank-pop.
>
> MARK-SOMETHING, C-s, M-y
>
> Unfortunately M-y doesn't ‘yank-pop’ any more, instead minibuffer prompts
> me saying "Yank from kill-ring:"
>
> This would require extra typing and is not as convenient as
> previous behavior.
Please see the recent discussion about this at
https://lists.gnu.org/archive/html/emacs-devel/2020-12/msg01866.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#45483: Subject: 28.0.50; yank-pop broken
2020-12-28 10:04 bug#45483: Subject: 28.0.50; yank-pop broken Andreas Röhler
2020-12-28 17:22 ` Juri Linkov
@ 2020-12-28 17:39 ` Drew Adams
2020-12-30 9:31 ` Juri Linkov
2 siblings, 0 replies; 5+ messages in thread
From: Drew Adams @ 2020-12-28 17:39 UTC (permalink / raw)
To: Andreas Röhler, 45483
> Unfortunately M-y doesn't ‘yank-pop’ any more, instead minibuffer
> prompts me saying "Yank from kill-ring:"
>
> This would require extra typing and is not as convenient as previous
> behavior.
FWIW, I agree.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#45483: Subject: 28.0.50; yank-pop broken
2020-12-28 17:22 ` Juri Linkov
@ 2020-12-29 7:35 ` Andreas Röhler
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Röhler @ 2020-12-29 7:35 UTC (permalink / raw)
To: Juri Linkov; +Cc: 45483
On 28.12.20 18:22, Juri Linkov wrote:
>> In order to search stuff I often mark that item and put it into the
>> search-string using yank-pop.
>>
>> MARK-SOMETHING, C-s, M-y
>>
>> Unfortunately M-y doesn't ‘yank-pop’ any more, instead minibuffer prompts
>> me saying "Yank from kill-ring:"
>>
>> This would require extra typing and is not as convenient as
>> previous behavior.
> Please see the recent discussion about this at
> https://lists.gnu.org/archive/html/emacs-devel/2020-12/msg01866.html
Thanks. In the long run that change might make some sense. Will learn
the use of C-s C-y instead.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#45483: Subject: 28.0.50; yank-pop broken
2020-12-28 10:04 bug#45483: Subject: 28.0.50; yank-pop broken Andreas Röhler
2020-12-28 17:22 ` Juri Linkov
2020-12-28 17:39 ` Drew Adams
@ 2020-12-30 9:31 ` Juri Linkov
2 siblings, 0 replies; 5+ messages in thread
From: Juri Linkov @ 2020-12-30 9:31 UTC (permalink / raw)
To: Andreas Röhler; +Cc: 45483
tags 45483 fixed
close 45483 28.0.50
thanks
> In order to search stuff I often mark that item and put it into the
> search-string using yank-pop.
>
> MARK-SOMETHING, C-s, M-y
>
> Unfortunately M-y doesn't ‘yank-pop’ any more, instead minibuffer prompts
> me saying "Yank from kill-ring:"
>
> This would require extra typing and is not as convenient as
> previous behavior.
As a result of the discussion on emacs-devel, now
'C-s M-y' is reverted back to the old behavior.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-12-30 9:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-28 10:04 bug#45483: Subject: 28.0.50; yank-pop broken Andreas Röhler
2020-12-28 17:22 ` Juri Linkov
2020-12-29 7:35 ` Andreas Röhler
2020-12-28 17:39 ` Drew Adams
2020-12-30 9:31 ` Juri Linkov
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).