unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#22827: 25.1.50; enchance request for the *Network Security Manager*
@ 2016-02-27 13:29 José L. Doménech
  2016-02-27 18:09 ` martin rudalics
  0 siblings, 1 reply; 5+ messages in thread
From: José L. Doménech @ 2016-02-27 13:29 UTC (permalink / raw)
  To: 22827

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.





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

* bug#22827: 25.1.50; enchance request for the *Network Security Manager*
  2016-02-27 13:29 bug#22827: 25.1.50; enchance request for the *Network Security Manager* José L. Doménech
@ 2016-02-27 18:09 ` martin rudalics
  2016-02-27 21:01   ` José L. Doménech
  2016-02-28  5:28   ` Lars Ingebrigtsen
  0 siblings, 2 replies; 5+ messages in thread
From: martin rudalics @ 2016-02-27 18:09 UTC (permalink / raw)
  To: José L. Doménech, 22827

 > 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






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

* bug#22827: 25.1.50; enchance request for the *Network Security Manager*
  2016-02-27 18:09 ` martin rudalics
@ 2016-02-27 21:01   ` José L. Doménech
  2016-02-28  5:28   ` Lars Ingebrigtsen
  1 sibling, 0 replies; 5+ messages in thread
From: José L. Doménech @ 2016-02-27 21:01 UTC (permalink / raw)
  To: martin rudalics; +Cc: José L. Doménech, 22827

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
> 





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

* bug#22827: 25.1.50; enchance request for the *Network Security Manager*
  2016-02-27 18:09 ` martin rudalics
  2016-02-27 21:01   ` José L. Doménech
@ 2016-02-28  5:28   ` Lars Ingebrigtsen
  2016-03-04 14:02     ` Lars Ingebrigtsen
  1 sibling, 1 reply; 5+ messages in thread
From: Lars Ingebrigtsen @ 2016-02-28  5:28 UTC (permalink / raw)
  To: martin rudalics; +Cc: José L. Doménech, 22827

martin rudalics <rudalics@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





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

* bug#22827: 25.1.50; enchance request for the *Network Security Manager*
  2016-02-28  5:28   ` Lars Ingebrigtsen
@ 2016-03-04 14:02     ` Lars Ingebrigtsen
  0 siblings, 0 replies; 5+ messages in thread
From: Lars Ingebrigtsen @ 2016-03-04 14:02 UTC (permalink / raw)
  To: martin rudalics; +Cc: 22827, José L. Doménech

Lars Ingebrigtsen <larsi@gnus.org> writes:

> martin rudalics <rudalics@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





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

end of thread, other threads:[~2016-03-04 14:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-27 13:29 bug#22827: 25.1.50; enchance request for the *Network Security Manager* José L. Doménech
2016-02-27 18:09 ` martin rudalics
2016-02-27 21:01   ` José L. Doménech
2016-02-28  5:28   ` Lars Ingebrigtsen
2016-03-04 14:02     ` 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).