unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* eudc Directory Search duplicate menu problems
@ 2002-09-17  4:41 John Paul Wallington
  2002-09-18 15:48 ` Richard Stallman
  0 siblings, 1 reply; 5+ messages in thread
From: John Paul Wallington @ 2002-09-17  4:41 UTC (permalink / raw)


emacs -q --no-site-file

then
(require 'eudc)

or choosing Tools > Directory Search > Load Hotlist of Servers (which
is bound to `eudc-load-eudc')

creates two Tools > Directory Search menus.

Making this change avoids the problem, but doesn't address it:

Index: menu-bar.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/menu-bar.el,v
retrieving revision 1.228
diff -u -r1.228 menu-bar.el
--- menu-bar.el	11 Sep 2002 21:56:50 -0000	1.228
+++ menu-bar.el	15 Sep 2002 07:50:44 -0000
@@ -989,7 +989,7 @@
 (define-key menu-bar-tools-menu [separator-net]
   '("--"))
 
-(define-key menu-bar-tools-menu [directory-search]
+(define-key menu-bar-tools-menu [directory\ search]
   '(menu-item "Directory Search" eudc-tools-menu
 	      :help "Query directory servers via LDAP, CCSO PH/QI or BBDB"))
 (define-key menu-bar-tools-menu [compose-mail]

I thought perhaps `easy-menu-intern' could be changed to replace the
spaces in its string argument with hypens before interning; that
avoided the duplicate Directory Search menu but created problems
for recentf.

Any ideas?

-- 
John Paul Wallington

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

end of thread, other threads:[~2002-09-20  3:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-17  4:41 eudc Directory Search duplicate menu problems John Paul Wallington
2002-09-18 15:48 ` Richard Stallman
2002-09-19 15:27   ` John Paul Wallington
2002-09-20  3:44     ` Richard Stallman
2002-09-20  1:46   ` John Paul Wallington

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).