I'm working on the context menu for inventory buffer.
The work is similar to what I did on the revision buffer.

I found tla-revision-revision-menu has a title "Revision":

    (easy-menu-define tla-revision-revision-menu nil
      "Menu used on a revision item in `tla-revision-list-mode' buffer"
      '("Revision"
         ["Show Log"        tla-revision-cat-log t]

I think normally a title is not needed in a context menu.
So I'd like to replace "Revision" with nil.

Q1. Will you agree with my opinion how the user interface should be?
Q2. Is nil acceptable as a menu title in your emacs?

Masatake

Reply via email to