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

Re: Menu bar pushed to right on MacOS



(BI have more info on this bug.  It is at least partially fixed or worked
(Baround by the enclosed patch.  I'm not sure if this is the right fix
(Boverall, as I can't imagine why one wouldn't want this menu to have a
(Btitle in emacs >= 23.  I also don't know that I'm checking exactly the
(Bright condition here.  All I can tell you is that "it works for me" (so
(Bfar).
--- w3m.el.~1.1422.~	2009-02-25 15:23:56.000000000 -0500
+++ w3m.el	2009-03-18 14:29:17.000000000 -0400
@@ -7953,7 +7953,8 @@
 
 (easy-menu-define w3m-link-menu w3m-link-map "w3m link menu."
   `(,(if (or (featurep 'xemacs)
-	     (< emacs-major-version 22))
+	     (memq system-type '(darwin macos))
+             (< emacs-major-version 22))
 	 "Link")
     [,(w3m-make-menu-item "リンクをこのセッションで開く"
 			  "Open Link in This Session")
(BHTH,
(B
(B-- 
(BDave Abrahams
(BBoostPro Computing
(Bhttp://www.boostpro.com