GNU bug report logs - #22827
25.1.50; enchance request for the *Network Security Manager*

Previous Next

Package: emacs;

Reported by: José L. Doménech <j_l_domenech <at> yahoo.com>

Date: Sat, 27 Feb 2016 13:30:02 UTC

Severity: minor

Tags: fixed

Found in version 25.1.50

Fixed in version 26.1

Done: Lars Ingebrigtsen <larsi <at> gnus.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 22827 in the body.
You can then email your comments to 22827 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-gnu-emacs <at> gnu.org:
bug#22827; Package emacs. (Sat, 27 Feb 2016 13:30:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to José L. Doménech <j_l_domenech <at> yahoo.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sat, 27 Feb 2016 13:30:02 GMT) Full text and rfc822 format available.

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

From: José L. Doménech
 <j_l_domenech <at> yahoo.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 25.1.50; enchance request for the *Network Security Manager*
Date: Sat, 27 Feb 2016 14:29:29 +0100
Hello,
when the *Network Security Manager* finds a problem a buffer pops up by spliting the frame and, with my combination of emacs display configuration and screen resolution, it is not posible to read all the text that points to the problem found in the connection.

My request is to allow read all the warning text that the NSM is trying to show, by enabling an option to not split the frame, or enable scroll from the minibuffer or enable change window from the minibuffer or even add a response option to read all the warning text or whatever you see fit best.

Thanks for your great work.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#22827; Package emacs. (Sat, 27 Feb 2016 18:10:02 GMT) Full text and rfc822 format available.

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

From: martin rudalics <rudalics <at> gmx.at>
To: "José L. Doménech" <j_l_domenech <at> yahoo.com>, 
 22827 <at> debbugs.gnu.org
Subject: Re: bug#22827: 25.1.50; enchance request for the *Network Security
 Manager*
Date: Sat, 27 Feb 2016 19:09:13 +0100
> when the *Network Security Manager* finds a problem a buffer pops up
> by spliting the frame and, with my combination of emacs display
> configuration and screen resolution, it is not posible to read all the
> text that points to the problem found in the connection.
>
> My request is to allow read all the warning text that the NSM is
> trying to show, by enabling an option to not split the frame,

(custom-set-variables
 '(display-buffer-alist
   (quote
    (("*Network Security Manager*" display-buffer-same-window)))))

> or
> enable scroll from the minibuffer or enable change window from the
> minibuffer or even add a response option to read all the warning text
> or whatever you see fit best.

I suppose that all of this should be done indeed, so the plain
‘read-multiple-choice’ used here is probably suboptimal.

martin





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#22827; Package emacs. (Sat, 27 Feb 2016 21:03:02 GMT) Full text and rfc822 format available.

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

From: José L. Doménech
 <j_l_domenech <at> yahoo.com>
To: martin rudalics <rudalics <at> gmx.at>
Cc: "José L. Doménech" <j_l_domenech <at> yahoo.com>,
 22827 <at> debbugs.gnu.org
Subject: Re: bug#22827: 25.1.50;
 enchance request for the *Network Security Manager*
Date: Sat, 27 Feb 2016 22:01:44 +0100
Thanks, I was unaware of the "display-buffer-alist" variable.

Again thanks and sorry for the inconvenience.

On Sat, 27 Feb 2016 19:09:13 +0100,
martin rudalics wrote:
> 
> > when the *Network Security Manager* finds a problem a buffer pops up
> > by spliting the frame and, with my combination of emacs display
> > configuration and screen resolution, it is not posible to read all the
> > text that points to the problem found in the connection.
> >
> > My request is to allow read all the warning text that the NSM is
> > trying to show, by enabling an option to not split the frame,
> 
> (custom-set-variables
>  '(display-buffer-alist
>    (quote
>     (("*Network Security Manager*" display-buffer-same-window)))))
> 
> > or
> > enable scroll from the minibuffer or enable change window from the
> > minibuffer or even add a response option to read all the warning text
> > or whatever you see fit best.
> 
> I suppose that all of this should be done indeed, so the plain
> ‘read-multiple-choice’ used here is probably suboptimal.
> 
> martin
> 




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#22827; Package emacs. (Sun, 28 Feb 2016 05:30:02 GMT) Full text and rfc822 format available.

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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: martin rudalics <rudalics <at> gmx.at>
Cc: José L. Doménech <j_l_domenech <at> yahoo.com>,
 22827 <at> debbugs.gnu.org
Subject: Re: bug#22827: 25.1.50;
 enchance request for the *Network Security Manager*
Date: Sun, 28 Feb 2016 15:58:34 +1030
martin rudalics <rudalics <at> gmx.at> writes:

>> or
>> enable scroll from the minibuffer or enable change window from the
>> minibuffer or even add a response option to read all the warning text
>> or whatever you see fit best.
>
> I suppose that all of this should be done indeed, so the plain
> ‘read-multiple-choice’ used here is probably suboptimal.

`read-multiple-choice' should probably allow scrolling the window,
perhaps...

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




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#22827; Package emacs. (Fri, 04 Mar 2016 15:35:03 GMT) Full text and rfc822 format available.

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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: martin rudalics <rudalics <at> gmx.at>
Cc: 22827 <at> debbugs.gnu.org,
 "José L. Doménech"
 <j_l_domenech <at> yahoo.com>
Subject: Re: bug#22827: 25.1.50;
 enchance request for the *Network Security Manager*
Date: Fri, 04 Mar 2016 14:02:22 +0000
Lars Ingebrigtsen <larsi <at> gnus.org> writes:

> martin rudalics <rudalics <at> gmx.at> writes:
>
>>> or
>>> enable scroll from the minibuffer or enable change window from the
>>> minibuffer or even add a response option to read all the warning text
>>> or whatever you see fit best.
>>
>> I suppose that all of this should be done indeed, so the plain
>> ‘read-multiple-choice’ used here is probably suboptimal.
>
> `read-multiple-choice' should probably allow scrolling the window,
> perhaps...

This has now been fixed.

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




Added tag(s) fixed. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Fri, 04 Mar 2016 15:35:06 GMT) Full text and rfc822 format available.

bug marked as fixed in version 25.2, send any further explanations to 22827 <at> debbugs.gnu.org and José L. Doménech <j_l_domenech <at> yahoo.com> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Fri, 04 Mar 2016 15:35:06 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. (Sat, 02 Apr 2016 11:24:04 GMT) Full text and rfc822 format available.

bug unarchived. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 04 Dec 2016 02:50:10 GMT) Full text and rfc822 format available.

bug Marked as fixed in versions 26.1. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 04 Dec 2016 02:50:10 GMT) Full text and rfc822 format available.

bug No longer marked as fixed in versions 25.2. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 04 Dec 2016 02:50:10 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. (Sun, 01 Jan 2017 12:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 229 days ago.

Previous Next


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