help-gnu-emacs
[Top][All Lists]
Advanced

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

using easy-menu-add-item to add a separator before item


From: Joe Riel
Subject: using easy-menu-add-item to add a separator before item
Date: Sun, 11 May 2014 12:06:56 -0700

I have not been able to figure out how to get easy-menu-add-item
to add a separator before an added item.

The following works (no separator).

  (easy-menu-add-item nil '("Modelica") ["Check syntax" 
modelica-check-syntax-buffer t]))

I'd prefer to add a separator before.  I tried the following

  (easy-menu-add-item nil '("Modelica") "-")
  (easy-menu-add-item nil '("Modelica") ["Check syntax" 
modelica-check-syntax-buffer t])

but it gives the same result.  How can I do this?

-- 
Joe Riel


-- 
Joe Riel




reply via email to

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