unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* menu items
@ 2008-01-05  8:45 Nick Roberts
  2008-01-05 10:13 ` martin rudalics
  2008-01-05 10:43 ` Juri Linkov
  0 siblings, 2 replies; 5+ messages in thread
From: Nick Roberts @ 2008-01-05  8:45 UTC (permalink / raw)
  To: emacs-devel


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  <nickrob@snap.net.nz>

	* 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);
      }

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

end of thread, other threads:[~2008-01-05 15:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-05  8:45 menu items Nick Roberts
2008-01-05 10:13 ` martin rudalics
2008-01-05 10:43 ` Juri Linkov
2008-01-05 15:38   ` Drew Adams
2008-01-05 15:53     ` Lennart Borgman (gmail)

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).