emacs-devel
[Top][All Lists]
Advanced

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

menu items


From: Nick Roberts
Subject: menu items
Date: Sat, 5 Jan 2008 21:45:25 +1300

The menu items are too distracting.  I would like to see the key
bindings permanently greyed out as they are of secondary interest.  This
probably flies in the face of convention, however, so how about just removing 
the brackets surrounding the key binding?  This makes them a bit quieter and
does seem to follow convention ( = expectation).

-- 
Nick                                           http://www.inet.net.nz/~nickrob


2008-01-05  Nick Roberts  <address@hidden>

        * keyboard.c (parse_menu_item): Don't enclose key bindings on
        menu bar in parentheses.


--- keyboard.c  2008-01-05 21:34:07.000000000 +1300
*************** parse_menu_item (item, notreal, inmenuba
*** 8110,8116 ****
    tem = XCDR (cachelist);
    if (newcache && !NILP (tem))
      {
!       tem = concat3 (build_string ("  ("), tem, build_string (")"));
        XSETCDR (cachelist, tem);
      }
  
--- 8110,8117 ----
    tem = XCDR (cachelist);
    if (newcache && !NILP (tem))
      {
!       tem = concat2 (build_string ("  "), tem);
!       // tem = concat3 (build_string ("  ("), tem, build_string (")"));
        XSETCDR (cachelist, tem);
      }
  




reply via email to

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