unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#24339: 24.5; Need double c-g to quit from a minibuffer
@ 2016-08-30  7:47 Yujie Zhou
  2016-09-01  1:41 ` npostavs
  0 siblings, 1 reply; 4+ messages in thread
From: Yujie Zhou @ 2016-08-30  7:47 UTC (permalink / raw)
  To: 24339

Dear Emacs maintainers,

on this device I need double pressing C-g to quit from a minibuffer, 
even starting from 'emacs -Q'. More specifically, after pressing C-x 
C-f, if I do not realease the control botton, I only need one C-g to 
quit the minibuffer. But if I realease, I need two. If I only press C-g 
once, the minibuffer shows the text quit, but the cursor is still 
focused on the minibufer, and I have to press C-g again within 3 
seconds, otherwise the Find-File minibuffer reappears after the text 
quit fades in 3 seconds. And in that case, I need to double-press again 
to quit.



In GNU Emacs 24.5.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.20.6)
of 2016-06-04 on juergen
Windowing system distributor `The X.Org Foundation', version 11.0.11804000
System Description: Arch Linux

Configured using:
`configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib
--localstatedir=/var --with-x-toolkit=gtk3 --with-xft
'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe
-fstack-protector-strong' CPPFLAGS=-D_FORTIFY_SOURCE=2
LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro'

Important settings:
value of $LANG: en_US.utf8
locale-coding-system: utf-8-unix

Major mode: Lisp Interaction

Minor modes in effect:
tooltip-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

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Quit [4 times]
user-error: Beginning of history; no preceding item [2 times]
Making completion list...

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util
help-fns mail-prsvr mail-utils help-mode easymenu time-date tooltip
electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd
tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment
lisp-mode prog-mode register page menu-bar rfn-eshadow timer select
scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham
georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese hebrew greek romanian slovak czech european ethiopic
indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple
abbrev minibuffer 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 make-network-process
dbusbind gfilenotify dynamic-setting system-font-setting
font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs)

Memory information:
((conses 16 72187 3878)
(symbols 48 17717 0)
(miscs 40 37 113)
(strings 32 9260 4752)
(string-bytes 1 254488)
(vectors 16 9018)
(vector-slots 8 385729 15205)
(floats 8 64 148)
(intervals 56 189 4)
(buffers 960 12)
(heap 1024 8634 1063))






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

* bug#24339: 24.5; Need double c-g to quit from a minibuffer
  2016-08-30  7:47 bug#24339: 24.5; Need double c-g to quit from a minibuffer Yujie Zhou
@ 2016-09-01  1:41 ` npostavs
       [not found]   ` <3da9d864-d731-dec4-b0a2-cb7a7c7ff38d@lorentz.leidenuniv.nl>
  0 siblings, 1 reply; 4+ messages in thread
From: npostavs @ 2016-09-01  1:41 UTC (permalink / raw)
  To: Yujie Zhou; +Cc: 24339

Yujie Zhou <zhou@lorentz.leidenuniv.nl> writes:

> Dear Emacs maintainers,
>
> on this device I need double pressing C-g to quit from a minibuffer,
> even starting from 'emacs -Q'. More specifically, after pressing C-x 
> C-f, if I do not realease the control botton, I only need one C-g to
> quit the minibuffer. But if I realease, I need two. If I only press
> C-g 
> once, the minibuffer shows the text quit, but the cursor is still
> focused on the minibufer, and I have to press C-g again within 3
> seconds, otherwise the Find-File minibuffer reappears after the text
> quit fades in 3 seconds. And in that case, I need to double-press
> again to quit.

You've mentioned at http://emacs.stackexchange.com/a/26715/5296

    I solved this myself by switching off the option of Show position of
    pointer when the Control key is pressed in Linux mouse setting. I
    guess there is some conflict between Emacs and this option.

so it seems some OS feature might be modifying the keystrokes that Emacs
sees.  Can you show the contents <f1> l (view-lossage) after you've hit
C-g with this option on?







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

* bug#24339: 24.5; Need double c-g to quit from a minibuffer
       [not found]   ` <3da9d864-d731-dec4-b0a2-cb7a7c7ff38d@lorentz.leidenuniv.nl>
@ 2016-09-05  0:31     ` Noam Postavsky
  2016-09-08  0:35       ` npostavs
  0 siblings, 1 reply; 4+ messages in thread
From: Noam Postavsky @ 2016-09-05  0:31 UTC (permalink / raw)
  To: Yujie Zhou, 24339

[please keep 24339@debbugs.gnu.org on cc, thanks]

On Thu, Sep 1, 2016 at 4:36 AM, Yujie Zhou <zhou@lorentz.leidenuniv.nl> wrote:
> It shows C-x C-f <f1> l

Ok, looks like Emacs isn't seeing the keystrokes at all. Is it like
that for every key combined with ctrl, or just C-g?

>>
>>      I solved this myself by switching off the option of Show position of
>>      pointer when the Control key is pressed in Linux mouse setting. I
>>      guess there is some conflict between Emacs and this option.

What kind of system is this on (GNOME, KDE)? Maybe the best we can do
is add a description of the problem to etc/PROBLEMS.





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

* bug#24339: 24.5; Need double c-g to quit from a minibuffer
  2016-09-05  0:31     ` Noam Postavsky
@ 2016-09-08  0:35       ` npostavs
  0 siblings, 0 replies; 4+ messages in thread
From: npostavs @ 2016-09-08  0:35 UTC (permalink / raw)
  To: Yujie Zhou; +Cc: 24339

forward 24339 https://github.com/linuxmint/Cinnamon/issues/5216
tags 24339 notabug
close 24339
quit

On Mon, Sep 5, 2016 at 6:32 AM, Yuije Zhou <zhou@lorentz.leidenuniv.nl> wrote:
>>>>       I solved this myself by switching off the option of Show position
>>>> of
>>>>       pointer when the Control key is pressed in Linux mouse setting. I
>>>>       guess there is some conflict between Emacs and this option.
>>
>> What kind of system is this on (GNOME, KDE)? Maybe the best we can do
>> is add a description of the problem to etc/PROBLEMS.
>
>
> Cinnamon.

Okay, I found this is a known bug of Cinnamon.  Closing since it's not
an Emacs bug.





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

end of thread, other threads:[~2016-09-08  0:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-30  7:47 bug#24339: 24.5; Need double c-g to quit from a minibuffer Yujie Zhou
2016-09-01  1:41 ` npostavs
     [not found]   ` <3da9d864-d731-dec4-b0a2-cb7a7c7ff38d@lorentz.leidenuniv.nl>
2016-09-05  0:31     ` Noam Postavsky
2016-09-08  0:35       ` npostavs

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