emacs-devel
[Top][All Lists]
Advanced

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

Re: feature/context-menu 1493145: Change the order of context-menu-funct


From: Stefan Monnier
Subject: Re: feature/context-menu 1493145: Change the order of context-menu-functions and add more context menus.
Date: Wed, 21 Jul 2021 15:23:01 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> -(defcustom context-menu-functions '(context-menu-undo context-menu-region)
> +(defcustom context-menu-functions '(context-menu-undo
> +                                    context-menu-region
> +                                    context-menu-local
> +                                    context-menu-minor)
>    "List of functions that produce the contents of the context menu."

This docstring needs to be expanded to tell what the functions receive
as argument and what they're supposed to return (or do).


        Stefan




reply via email to

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