emacs-devel
[Top][All Lists]
Advanced

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

23.0.60; easymenu does not display multiple separators


From: Daiki Ueno
Subject: 23.0.60; easymenu does not display multiple separators
Date: Wed, 28 May 2008 15:42:29 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Please try the following expression.  You will see only the first
separator in the "Test" menu on the menu-bar (screenshot attached).

(easy-menu-define
  test-menu
  (current-local-map)
  "Test menu"
  '("Test"
    ["doctor" doctor t]
    "----"
    ["hanoi" hanoi t]
    "----"
    ["life" life t]
    "----"
    ["zone" zone t]))

(easy-menu-add nil test-menu)

In GNU Emacs 23.0.60.2 (i686-pc-linux-gnu, GTK+ Version 2.12.9)
 of 2008-05-28 on p360
Windowing system distributor `The X.Org Foundation', version 11.0.10400090
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: ja_JP.UTF-8
  value of $XMODIFIERS: @im=SCIM
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Group

Minor modes in effect:
  gnus-topic-mode: t
  gnus-undo-mode: t
  which-function-mode: t
  icomplete-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<escape> x g n u SPC s n o SPC SPC <backspace> <backspace> 
<backspace> SPC n o SPC SPC <return> <escape> x r e 
p o r <tab> <return>

Recent messages:
Loading remem...done
Loading /home/ueno/.emacs/init.el (source)...done
Loading /home/ueno/.emacs/custom.el (source)...
Loading icomplete...done
Loading which-func...done
Loading /home/ueno/.emacs/custom.el (source)...done
For information about GNU Emacs and the GNU system, type C-h C-a.
Reading /home/ueno/.newsrc.eld...
Ignoring disappeared server `nnimap'
Checking new news...done

Attachment: easymenu-bug.png
Description: PNG image

-- 
Daiki Ueno

reply via email to

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