unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#38288: 27.0.50; Rectangle kill/copy/yank stopped working
@ 2019-11-20  5:47 Pankaj Jangid
  2019-11-20  6:58 ` Pankaj Jangid
  0 siblings, 1 reply; 3+ messages in thread
From: Pankaj Jangid @ 2019-11-20  5:47 UTC (permalink / raw)
  To: 38288


* Steps
  1. set mark at one point
  2. goto another point slightly lower right side of fist point to cover
  some text to kill/copy
  3. C-x r k OR C-x r M-w
  4. Try to yank at some other point

* Result
  Some previously normally killed text is yanked instead of recently
  rectangularly killed one.


In GNU Emacs 27.0.50 (build 39, x86_64-apple-darwin19.0.0, NS appkit-1894.10 Version 10.15.1 (Build 19B88))
 of 2019-11-20 built on Pankajs-MacBook-Pro.local
Repository revision: 0fce8e9391fd107f9267188a36b85aea778b8440
Repository branch: master
Windowing system distributor 'Apple', version 10.3.1894
System Description:  Mac OS X 10.15.1

Recent messages:
Mark activated
next-line: End of buffer
Mark set
Quit
Making completion list...
Quit
Mark activated
You can run the command ‘kill-rectangle’ with C-x r k
next-line: End of buffer
Mark set [2 times]

Configured using:
 'configure --with-harfbuzz CPPFLAGS=-I/usr/local/opt/ruby/include
 LDFLAGS=-L/usr/local/opt/ruby/lib'

Configured features:
RSVG DBUS GLIB NOTIFY KQUEUE ACL GNUTLS LIBXML2 ZLIB TOOLKIT_SCROLL_BARS
NS MODULES THREADS JSON PDUMPER LCMS2 GMP

Important settings:
  value of $LC_CTYPE: UTF-8
  value of $LANG: en_US
  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
format-spec rfc822 mml easymenu mml-sec password-cache epa derived epg
epg-config gnus-util rmail rmail-loaddefs 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
rect tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type
mwheel term/ns-win ns-win ucs-normalize mule-util term/common-win
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 loaddefs button faces
cus-face macroexp files text-properties overlay sha1 md5 base64 format
env code-pages mule custom widget hashtable-print-readable backquote
threads dbusbind kqueue cocoa ns lcms2 multi-tty make-network-process
emacs)

Memory information:
((conses 16 46150 9845)
 (symbols 48 6124 1)
 (strings 32 15509 1913)
 (string-bytes 1 510469)
 (vectors 16 10340)
 (vector-slots 8 131115 13952)
 (floats 8 20 59)
 (intervals 56 265 0)
 (buffers 1000 13))

-- 
Pankaj Jangid







^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#38288: 27.0.50; Rectangle kill/copy/yank stopped working
  2019-11-20  5:47 bug#38288: 27.0.50; Rectangle kill/copy/yank stopped working Pankaj Jangid
@ 2019-11-20  6:58 ` Pankaj Jangid
  2019-11-20 16:19   ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Pankaj Jangid @ 2019-11-20  6:58 UTC (permalink / raw)
  To: Pankaj Jangid; +Cc: 38288

Pankaj Jangid <pankaj.jangid@gmail.com> writes:

> * Steps
>   1. set mark at one point
>   2. goto another point slightly lower right side of fist point to cover
>   some text to kill/copy
>   3. C-x r k OR C-x r M-w
>   4. Try to yank at some other point
>
> * Result
>   Some previously normally killed text is yanked instead of recently
>   rectangularly killed one.

This is working fine in commit
123c775aa7a92fc323f88c2e4b6e8185d4c369b4. Please close this.

-- 
Pankaj Jangid





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#38288: 27.0.50; Rectangle kill/copy/yank stopped working
  2019-11-20  6:58 ` Pankaj Jangid
@ 2019-11-20 16:19   ` Eli Zaretskii
  0 siblings, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2019-11-20 16:19 UTC (permalink / raw)
  To: Pankaj Jangid; +Cc: pankaj.jangid, 38288-done

> From: Pankaj Jangid <p4j@j4d.net>
> Date: Wed, 20 Nov 2019 06:58:43 +0000
> Feedback-ID: 1.us-east-1.txOs6RzEvQ8hCXYeLqJ8lVjB3e7LuQl8h6pdq90PbRQ=:AmazonSES
> Cc: 38288@debbugs.gnu.org
> 
> This is working fine in commit
> 123c775aa7a92fc323f88c2e4b6e8185d4c369b4. Please close this.

Thanks, closing.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-20 16:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-20  5:47 bug#38288: 27.0.50; Rectangle kill/copy/yank stopped working Pankaj Jangid
2019-11-20  6:58 ` Pankaj Jangid
2019-11-20 16:19   ` Eli Zaretskii

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).