emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Transient: accessibility problems for users who need to use large fo


From: Ihor Radchenko
Subject: Re: Transient: accessibility problems for users who need to use large fonts (was: [RFC] The best way to choose an "action" at point: context-menu-mode, transient, which-key or embark? (was: Fwd: Org-cite: Replace basic follow-processor with transient menu?))
Date: Wed, 18 Dec 2024 17:59:55 +0000

Samuel Wales <samologist@gmail.com> writes:

> the reason i didn't notice it is 1] for me the fringe glyph is small
> -- can it be larger?

Not easily, but doable. You need to define a new fringe bitmap with
`define-fringe-bitmap' and then set it in `fringe-indicator-alist'.

Here is an example:

(define-fringe-bitmap
    'sand-clock
    [#b11111111
     #b10000001
     #b01000010
     #b01000010
     #b01101110
     #b00111100
     #b00011000
     #b00100100
     #b01000010
     #b01011010
     #b11111111
     #b11111111])

It is not allowed to create fridges wider than 16 pixels.

>> which exact menu you are talking about and when did scroll stopped
>> working? I may be missing something.
>
> i don't think you're missing anything significant.  i didn't mean to
> make you do forensics.  it was merely a recollection of a possibility;
>  i'd find it useful if todo kw scrolled, but i cannot say that it
> regressed.

The problem is that SPC in `org-fast-todo-selection' is already used to
clear the todo keyword. (Same for tag menu).

What about making TAB show a normal completion prompt? Will it be usable?

-- 
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]