unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#28789: 25.3; python-shell-send-region
@ 2017-10-11 19:07 Glen Luckjiff
  2021-02-04 17:25 ` bug#28789: 25.3; python-shell-send-region doesn't deactivate region Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Glen Luckjiff @ 2017-10-11 19:07 UTC (permalink / raw)
  To: 28789

[-- Attachment #1: Type: text/plain, Size: 4357 bytes --]

In Emacs 24.5.1 after one selected a region and sent (C-c C-r) the point
would be unset.  In 25.3 the remains set - bit annoying since need to
hit C-g to unset point.  Thanks.



In GNU Emacs 25.3.1 (x86_64-w64-mingw32)
of 2017-09-26 built on LAPHROAIG
Windowing system distributor 'Microsoft Corp.', version 6.1.7601
Configured using:
'configure --without-dbus --without-compress-install 'CFLAGS=-O2
-static -g3' PKG_CONFIG_PATH=/mingw64/lib/pkgconfig'

Configured features:
XPM JPEG TIFF GIF PNG RSVG SOUND NOTIFY ACL GNUTLS LIBXML2 ZLIB
TOOLKIT_SCROLL_BARS

Important settings:
  value of $LANG: ENU
  locale-coding-system: cp1252

Major mode: Python

Minor modes in effect:
  shell-dirtrack-mode: t
  show-paren-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-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

Recent messages:
Checking for load-path shadows...done
Auto-saving...
Mark set
Can't guess python-indent-offset, using defaults: 4
Sent: print 'asdf'...
Quit
Mark activated
Can't guess python-indent-offset, using defaults: 4
Sent: print 'asdf'...
next-line: End of buffer
Quit

Load-path shadows:
None found.

Features:
(thingatpt compile warnings tramp-cache shadow sort mail-extr emacsbug
message dired rfc822 mml mml-sec epg mm-decode mm-bodies mm-encode
mailabbrev gmm-utils mailheader sendmail python tramp-sh tramp
tramp-compat tramp-loaddefs trampver ucs-normalize shell pcomplete
format-spec advice json map comint ring ansi-color mail-utils
network-stream nsm starttls url-http tls gnutls mail-parse rfc2231
rfc2047 rfc2045 ietf-drums url-gw url-cache url-auth url url-proxy
url-privacy url-expand url-methods url-history url-cookie url-domsuf
url-util mailcap url-handlers url-parse auth-source cl-seq eieio
eieio-core cl-macs gnus-util mm-util help-fns mail-prsvr password-cache
url-vars pp cus-edit wid-edit edmacro kmacro paren cus-start cus-load
zenburn-theme finder-inf info package epg-config seq byte-opt gv
bytecomp byte-compile cl-extra help-mode easymenu cconv cl-loaddefs
pcase cl-lib time-date mule-util tooltip eldoc electric uniquify
ediff-hook vc-hooks lisp-float-type mwheel dos-w32 ls-lisp disp-table
w32-win w32-vars term/common-win tool-bar dnd fontset image regexp-opt
fringe tabulated-list newcomment elisp-mode lisp-mode prog-mode register
page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock
font-lock syntax facemenu font-core frame 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 charscript case-table epa-hook
jka-cmpr-hook help simple abbrev minibuffer 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 w32notify w32 multi-tty
make-network-process emacs)

Memory information:
((conses 16 333810 17526)
(symbols 56 30936 1)
(miscs 48 124 267)
(strings 32 55463 9606)
(string-bytes 1 1524877)
(vectors 16 45711)
(vector-slots 8 820228 9750)
(floats 8 278 218)
(intervals 56 335 67)
(buffers 976 25))

Jefferies archives and monitors outgoing and incoming e-mail. The contents of this email, including any attachments, are confidential to the ordinary user of the email address to which it was addressed. If you are not the addressee of this email you may not copy, forward, disclose or otherwise use it or any part of it in any form whatsoever. This email may be produced at the request of regulators or in connection with civil litigation. Jefferies accepts no liability for any errors or omissions arising as a result of transmission. Use by other than intended recipients is prohibited. In the United Kingdom, Jefferies operates as Jefferies International Limited; registered in England: no. 1978621; registered office: Vintners Place, 68 Upper Thames Street, London EC4V 3BJ. Jefferies International Limited is authorized and regulated by the Financial Conduct Authority.

[-- Attachment #2: Type: text/html, Size: 17134 bytes --]

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

* bug#28789: 25.3; python-shell-send-region doesn't deactivate region
  2017-10-11 19:07 bug#28789: 25.3; python-shell-send-region Glen Luckjiff
@ 2021-02-04 17:25 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2021-02-04 17:25 UTC (permalink / raw)
  To: Glen Luckjiff; +Cc: 28789

Glen Luckjiff <GLuckjiff@Jefferies.com> writes:

> In Emacs 24.5.1 after one selected a region and sent (C-c C-r) the point
> would be unset.  In 25.3 the remains set - bit annoying since need to
> hit C-g to unset point.  Thanks.

I've now made Emacs 28 deactivate the region, too -- I think that's how
most of these commands work?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

end of thread, other threads:[~2021-02-04 17:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-11 19:07 bug#28789: 25.3; python-shell-send-region Glen Luckjiff
2021-02-04 17:25 ` bug#28789: 25.3; python-shell-send-region doesn't deactivate region Lars Ingebrigtsen

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