GNU bug report logs - #43689
Try to solve avoiding helm-mode turned on in key series buttons

Previous Next

Package: hyperbole;

Reported by: Jean Louis <bugs <at> gnu.support>

Date: Tue, 29 Sep 2020 05:53:02 UTC

Severity: normal

Tags: confirmed

Done: Bob Weiner <rsw <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 43689 in the body.
You can then email your comments to 43689 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-hyperbole <at> gnu.org:
bug#43689; Package hyperbole. (Tue, 29 Sep 2020 05:53:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jean Louis <bugs <at> gnu.support>:
New bug report received and forwarded. Copy sent to bug-hyperbole <at> gnu.org. (Tue, 29 Sep 2020 05:53:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jean Louis <bugs <at> gnu.support>
To: bug-hyperbole <at> gnu.org
Subject: Try to solve avoiding helm-mode turned on in key series buttons
Date: Tue, 29 Sep 2020 07:51:22 +0200
I have noticed that when I have {M-x helm-mode} turned on, that
majority of key series with M-x does not work: {M-x apropos RET hyperbole RET}

I think there are various completion systems, in general Emacs should
have standard variable that is recognizing if other completion system
is used or not. Maybe it has. Then such variable could be used to
programmatically fallback to Emacs standard completion, or return it
back to whatever completion system was used.

Hyperbole should recognize if disturbing completion system is used,
and it could temporarily turn it off, provide the key series and turn
on back what it was. 

I use:  Editor:      GNU Emacs 28.0.50 (build 15, x86_64-pc-linux-gnu, X toolkit, cairo version 1.14.8, Xaw3d scroll bars)

        Hyperbole:   7.1.2
        Sys Type:    x86_64-pc-linux-gnu
        OS Type:     gnu/linux
        Window Sys:  x
        News Reader: Gnus v5.13




Information forwarded to bug-hyperbole <at> gnu.org:
bug#43689; Package hyperbole. (Wed, 30 Sep 2020 00:57:01 GMT) Full text and rfc822 format available.

Message #8 received at 43689 <at> debbugs.gnu.org (full text, mbox):

From: Robert Weiner <rsw <at> gnu.org>
To: Jean Louis <bugs <at> gnu.support>
Cc: 43689 <at> debbugs.gnu.org
Subject: Re: bug#43689: Try to solve avoiding helm-mode turned on in key
 series buttons
Date: Tue, 29 Sep 2020 20:56:03 -0400
[Message part 1 (text/plain, inline)]
This was fixed in release 7.1.3.  Update and try again.

Bob

On Tue, Sep 29, 2020 at 1:53 AM Jean Louis <bugs <at> gnu.support> wrote:

> I have noticed that when I have {M-x helm-mode} turned on, that
> majority of key series with M-x does not work: {M-x apropos RET hyperbole
> RET}
>
> I think there are various completion systems, in general Emacs should
> have standard variable that is recognizing if other completion system
> is used or not. Maybe it has. Then such variable could be used to
> programmatically fallback to Emacs standard completion, or return it
> back to whatever completion system was used.
>
> Hyperbole should recognize if disturbing completion system is used,
> and it could temporarily turn it off, provide the key series and turn
> on back what it was.
>
> I use:  Editor:      GNU Emacs 28.0.50 (build 15, x86_64-pc-linux-gnu, X
> toolkit, cairo version 1.14.8, Xaw3d scroll bars)
>
>         Hyperbole:   7.1.2
>         Sys Type:    x86_64-pc-linux-gnu
>         OS Type:     gnu/linux
>         Window Sys:  x
>         News Reader: Gnus v5.13
>
>
>
> _______________________________________________
> Bug-hyperbole mailing list
> Bug-hyperbole <at> gnu.org
> https://lists.gnu.org/mailman/listinfo/bug-hyperbole
>
[Message part 2 (text/html, inline)]

Information forwarded to bug-hyperbole <at> gnu.org:
bug#43689; Package hyperbole. (Wed, 30 Sep 2020 09:40:01 GMT) Full text and rfc822 format available.

Message #11 received at 43689 <at> debbugs.gnu.org (full text, mbox):

From: Jean Louis <bugs <at> gnu.support>
To: rswgnu <at> gmail.com
Cc: 43689 <at> debbugs.gnu.org
Subject: Re: bug#43689: Try to solve avoiding helm-mode turned on in key
 series buttons
Date: Wed, 30 Sep 2020 12:38:56 +0300
* Robert Weiner <rsw <at> gnu.org> [2020-09-30 03:57]:
> This was fixed in release 7.1.3.  Update and try again.
> 
> Bob
> 
> On Tue, Sep 29, 2020 at 1:53 AM Jean Louis <bugs <at> gnu.support> wrote:
> 
> > I have noticed that when I have {M-x helm-mode} turned on, that
> > majority of key series with M-x does not work: {M-x apropos RET hyperbole RET}

No, it is not working.

If I disable helm mode, I get this:

Type RET on a type label to view its full documentation.

Hyperbole
  Properties: event-symbol-element-mask event-symbol-elements
              modifier-cache
helm-info-hyperbole
  Command: Predefined helm for hyperbole info.
  Properties: function-documentation
...

If I enable helm mode, all I get is this:

M-x (while prompting me to enter something)




Information forwarded to bug-hyperbole <at> gnu.org:
bug#43689; Package hyperbole. (Thu, 01 Oct 2020 01:50:02 GMT) Full text and rfc822 format available.

Message #14 received at 43689 <at> debbugs.gnu.org (full text, mbox):

From: Robert Weiner <rsw <at> gnu.org>
To: Jean Louis <bugs <at> gnu.support>
Cc: 43689 <at> debbugs.gnu.org
Subject: Re: bug#43689: Try to solve avoiding helm-mode turned on in key
 series buttons
Date: Wed, 30 Sep 2020 21:48:34 -0400
[Message part 1 (text/plain, inline)]
You are right.  I can replicate the same misbehavior here.
Maybe it is some interaction with newer Emacs.  We will have to work on it.

Thanks for the report.

Bob


On Wed, Sep 30, 2020 at 5:39 AM Jean Louis <bugs <at> gnu.support> wrote:

> * Robert Weiner <rsw <at> gnu.org> [2020-09-30 03:57]:
> > This was fixed in release 7.1.3.  Update and try again.
> >
> > Bob
> >
> > On Tue, Sep 29, 2020 at 1:53 AM Jean Louis <bugs <at> gnu.support> wrote:
> >
> > > I have noticed that when I have {M-x helm-mode} turned on, that
> > > majority of key series with M-x does not work: {M-x apropos RET
> hyperbole RET}
>
> No, it is not working.
>
> If I disable helm mode, I get this:
>
> Type RET on a type label to view its full documentation.
>
> Hyperbole
>   Properties: event-symbol-element-mask event-symbol-elements
>               modifier-cache
> helm-info-hyperbole
>   Command: Predefined helm for hyperbole info.
>   Properties: function-documentation
> ...
>
> If I enable helm mode, all I get is this:
>
> M-x (while prompting me to enter something)
>
[Message part 2 (text/html, inline)]

Added tag(s) confirmed. Request was from Mats Lidell <matsl <at> gnu.org> to control <at> debbugs.gnu.org. (Wed, 14 Oct 2020 21:04:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-hyperbole <at> gnu.org:
bug#43689; Package hyperbole. (Sun, 29 Nov 2020 15:43:01 GMT) Full text and rfc822 format available.

Message #19 received at 43689 <at> debbugs.gnu.org (full text, mbox):

From: Bob Weiner <rsw <at> gnu.org>
To: Jean Louis <bugs <at> gnu.support>
Cc: rswgnu <at> gmail.com, 43689 <at> debbugs.gnu.org
Subject: Re: bug#43689: Try to solve avoiding helm-mode turned on in key
 series buttons
Date: Sun, 29 Nov 2020 10:42:08 -0500
Two of us tested this with the latest source release of Hyperbole and
helm from MELPA.  So we will close this issue.

Robert Weiner <rsw <at> gnu.org> writes:

> You are right.  I can replicate the same misbehavior here.
> Maybe it is some interaction with newer Emacs.  We will have to work on it.
>
> Thanks for the report.
>
> Bob
>
> On Wed, Sep 30, 2020 at 5:39 AM Jean Louis <bugs <at> gnu.support> wrote:
>
>  * Robert Weiner <rsw <at> gnu.org> [2020-09-30 03:57]:
>  > This was fixed in release 7.1.3.  Update and try again.
>  > 
>  > Bob
>  > 
>  > On Tue, Sep 29, 2020 at 1:53 AM Jean Louis <bugs <at> gnu.support> wrote:
>  > 
>  > > I have noticed that when I have {M-x helm-mode} turned on, that
>  > > majority of key series with M-x does not work: {M-x apropos RET hyperbole RET}
>
>  No, it is not working.
>
>  If I disable helm mode, I get this:
>
>  Type RET on a type label to view its full documentation.
>
>  Hyperbole
>    Properties: event-symbol-element-mask event-symbol-elements
>                modifier-cache
>  helm-info-hyperbole
>    Command: Predefined helm for hyperbole info.
>    Properties: function-documentation
>  ...
>
>  If I enable helm mode, all I get is this:
>
>  M-x (while prompting me to enter something)




bug closed, send any further explanations to 43689 <at> debbugs.gnu.org and Jean Louis <bugs <at> gnu.support> Request was from Bob Weiner <rsw <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 29 Nov 2020 15:44:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 28 Dec 2020 12:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 120 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.