unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Thomas Frössman" <thomasf@jossystem.se>
To: 23245@debbugs.gnu.org
Subject: bug#23245: 25.0.92; cua-mode inhibits deactivate-region-hook
Date: Fri, 8 Apr 2016 18:52:48 +0200	[thread overview]
Message-ID: <CANDWisB9eq7JxWcRB3kRk4VTD07tF+AzGrNgnWsYTT5QDE=L+Q@mail.gmail.com> (raw)
In-Reply-To: <87egagt57g.fsf@jossystem.se>

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

doh, I mixed up the mark/region functions a bit while testing.. Maybe it's
not a bug then. I will continue to investigate later.

On Fri, Apr 8, 2016 at 6:50 PM, Thomas Frössman <thomasf@jossystem.se>
wrote:

> I noticed that https://github.com/fgallina/region-bindings-mode started
> to fail to deactive from time to time after I swiched to the emacs-25
> branch.
>
> I think I have tracked the problem down to cua-mode being the thing
> which causes this.
>
> I have been able to reproduce this problem.  If i use the init.el below
> and repeatadly activates and deactivates regions for a while an AM
> is logged to the messages buffer without a DM following the
> deactivation, after this (region-active-p) evaluates to nil but there
> was to deactivation hook fired.
>
> (defun AM ()
>   (message "AM"))
> (defun DM ()
>   (message "DM" ))
> (add-hook 'activate-mark-hook 'AM)
> (add-hook 'deactivate-mark-hook 'DM)
> (cua-mode)
>
>
>
> In GNU Emacs 25.0.92.8 (x86_64-unknown-linux-gnu, GTK+ Version 3.16.7)
>  of 2016-04-08 built on transwhale
> Repository revision: 7ad1d075b940f276adaf3b6bb0c024079c403f80
> Windowing system distributor 'The X.Org Foundation', version 11.0.11702000
> System Description:     Ubuntu 15.10
>
> Configured using:
>  'configure --with-x-toolkit=gtk3 --with-file-notification=inotify
>  --without-pop --without-toolkit-scroll-bars --with-xwidgets'
>
> Configured features:
> XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GSETTINGS NOTIFY
> ACL GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB GTK3 X11 XWIDGETS
>
> Important settings:
>   value of $LC_COLLATE: sv_SE.utf8
>   value of $LC_CTYPE: sv_SE.utf8
>   value of $LC_MESSAGES: en_US.utf8
>   value of $LC_MONETARY: sv_SE.utf8
>   value of $LC_NUMERIC: sv_SE.utf8
>   value of $LC_TIME: sv_SE.utf8
>   value of $LANG: en_US.utf8
>   locale-coding-system: utf-8
>
>


-- 
Thomas Frössman
http://t.jossystem.se

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

  reply	other threads:[~2016-04-08 16:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-08 16:50 bug#23245: 25.0.92; cua-mode inhibits deactivate-region-hook Thomas Frössman
2016-04-08 16:52 ` Thomas Frössman [this message]
2016-04-08 17:56 ` bug#23245: Thomas Frössman
2020-08-12  2:52   ` bug#23245: Stefan Kangas
2020-10-01 12:13     ` bug#23245: Stefan Kangas
2016-04-10 18:08 ` bug#23245: Status: 25.0.92; cua-mode inhibits deactivate-region-hook Thomas Frössman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CANDWisB9eq7JxWcRB3kRk4VTD07tF+AzGrNgnWsYTT5QDE=L+Q@mail.gmail.com' \
    --to=thomasf@jossystem.se \
    --cc=23245@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).