all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#5909: 23.1; (feature request) scrollable "widget-choose" window
@ 2010-04-08 19:09 Dani Moncayo
  2010-04-08 19:34 ` Dani Moncayo
  2019-08-29 21:11 ` Mauro Aranda
  0 siblings, 2 replies; 6+ messages in thread
From: Dani Moncayo @ 2010-04-08 19:09 UTC (permalink / raw)
  To: 5909

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

Hi everyone,

This is not a bug report but a feature request. Maybe not an important one,
but anyway i think would be worth the trouble.

Recently, i reported a bug related to the widget-choose window (
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5695). The problem was that the
window didn't show the entire buffer contents, and it was impossible to see
the hidden portion, because there was no way of selecting the window and
scroll the text down.

The bug has been closed, but the problem has been resolved only partially,
because there remains one case in which we'll have the same problem: When
the option list is too large to fit in the window (or the window too small
to show the entire list).


Output from "emacs-version" command:

> "GNU Emacs 23.1.1 (x86_64-pc-linux-gnu, GTK+ Version 2.18.3) of 2010-03-26
> on crested, modified by Debian"
>


Steps to reproduce the problem:

   1. Open a graphic terminal, and resize it to (90 columns, 10 rows). This
   is quite small, because the largest option list i've found right now is
   quite short too.
   2. start emacs with "-nw" and "-q" switches.
   3. M-x customize-group <RET> killing <RET>
   4. Modify a bit the "kill ring max" property.
   5. Put the cursor on the associated "[State]" text and type <RET>.
   6. Now you shoud see the widget-choose buffer, but showing only part of
   the text (similar to the attached screenshot). And there's no way to switch
   to that buffer and scroll the text.


I think that a good solution would be to generalize the implementation of
"tmm-menubar" in such way that was applicable also in this situation.

And that's all, thanks.

   Dani.

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

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

* bug#5909: 23.1; (feature request) scrollable "widget-choose" window
  2010-04-08 19:09 bug#5909: 23.1; (feature request) scrollable "widget-choose" window Dani Moncayo
@ 2010-04-08 19:34 ` Dani Moncayo
  2019-08-29 21:11 ` Mauro Aranda
  1 sibling, 0 replies; 6+ messages in thread
From: Dani Moncayo @ 2010-04-08 19:34 UTC (permalink / raw)
  To: 5909


[-- Attachment #1.1: Type: text/plain, Size: 36 bytes --]

I forgot the screenshot. I'm sorry.

[-- Attachment #1.2: Type: text/html, Size: 86 bytes --]

[-- Attachment #2: screenshot.png --]
[-- Type: image/png, Size: 23473 bytes --]

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

* bug#5909: 23.1; (feature request) scrollable "widget-choose" window
  2010-04-08 19:09 bug#5909: 23.1; (feature request) scrollable "widget-choose" window Dani Moncayo
  2010-04-08 19:34 ` Dani Moncayo
@ 2019-08-29 21:11 ` Mauro Aranda
  2019-08-30  7:00   ` Dani Moncayo
  1 sibling, 1 reply; 6+ messages in thread
From: Mauro Aranda @ 2019-08-29 21:11 UTC (permalink / raw)
  To: 5909; +Cc: dmoncayo

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

>    1. Open a graphic terminal, and resize it to (90 columns, 10 rows).
This
>    is quite small, because the largest option list i've found right now is
>    quite short too.
>    2. start emacs with "-nw" and "-q" switches.
>    3. M-x customize-group <RET> killing <RET>
>    4. Modify a bit the "kill ring max" property.
>    5. Put the cursor on the associated "[State]" text and type <RET>.
>    6. Now you shoud see the widget-choose buffer, but showing only part of
>    the text (similar to the attached screenshot). And there's no way to
switch
>    to that buffer and scroll the text.

With Emacs built from master, I followed these steps using xfce4 terminal
emulator.

After step 6, I typed C-M-v, as I'm used with a *Help* buffer, and I was
able
to scroll the widget-choose buffer.  So I think this wishlist item is
fulfilled.

Best regards,
Mauro.

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

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

* bug#5909: 23.1; (feature request) scrollable "widget-choose" window
  2019-08-29 21:11 ` Mauro Aranda
@ 2019-08-30  7:00   ` Dani Moncayo
  2019-08-30  7:10     ` Dani Moncayo
  2019-09-16 11:15     ` Mauro Aranda
  0 siblings, 2 replies; 6+ messages in thread
From: Dani Moncayo @ 2019-08-30  7:00 UTC (permalink / raw)
  To: Mauro Aranda; +Cc: 5909

On Thu, Aug 29, 2019 at 11:11 PM Mauro Aranda <maurooaranda@gmail.com> wrote:
>
> >    1. Open a graphic terminal, and resize it to (90 columns, 10 rows). This
> >    is quite small, because the largest option list i've found right now is
> >    quite short too.
> >    2. start emacs with "-nw" and "-q" switches.
> >    3. M-x customize-group <RET> killing <RET>
> >    4. Modify a bit the "kill ring max" property.
> >    5. Put the cursor on the associated "[State]" text and type <RET>.
> >    6. Now you shoud see the widget-choose buffer, but showing only part of
> >    the text (similar to the attached screenshot). And there's no way to switch
> >    to that buffer and scroll the text.
>
> With Emacs built from master, I followed these steps using xfce4 terminal
> emulator.
>
> After step 6, I typed C-M-v, as I'm used with a *Help* buffer, and I was able
> to scroll the widget-choose buffer.

Same here (GNU Emacs 26.2 (build 1, x86_64-pc-cygwin)).

> So I think this wishlist item is fulfilled.

Agreed.  Thanks.

-- 
Dani Moncayo





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

* bug#5909: 23.1; (feature request) scrollable "widget-choose" window
  2019-08-30  7:00   ` Dani Moncayo
@ 2019-08-30  7:10     ` Dani Moncayo
  2019-09-16 11:15     ` Mauro Aranda
  1 sibling, 0 replies; 6+ messages in thread
From: Dani Moncayo @ 2019-08-30  7:10 UTC (permalink / raw)
  To: Mauro Aranda; +Cc: 5909

> > So I think this wishlist item is fulfilled.
>
> Agreed.  Thanks.

PS: I filed that bug report long ago...  I wanted to "enter" the
widget-choose buffer ("switch to that buffer"), but I don't think
that's something worth spending time on it. (it's not a common
problem, and anyway you've shown an alternative way of scrolling the
buffer).


-- 
Dani Moncayo





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

* bug#5909: 23.1; (feature request) scrollable "widget-choose" window
  2019-08-30  7:00   ` Dani Moncayo
  2019-08-30  7:10     ` Dani Moncayo
@ 2019-09-16 11:15     ` Mauro Aranda
  1 sibling, 0 replies; 6+ messages in thread
From: Mauro Aranda @ 2019-09-16 11:15 UTC (permalink / raw)
  To: Dani Moncayo; +Cc: 5909-done

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

Thanks for confirming.  I'm marking this bug as done.

Best regards,
Mauro.

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

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

end of thread, other threads:[~2019-09-16 11:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-08 19:09 bug#5909: 23.1; (feature request) scrollable "widget-choose" window Dani Moncayo
2010-04-08 19:34 ` Dani Moncayo
2019-08-29 21:11 ` Mauro Aranda
2019-08-30  7:00   ` Dani Moncayo
2019-08-30  7:10     ` Dani Moncayo
2019-09-16 11:15     ` Mauro Aranda

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.