annotate lisp/w3/w3-menu.el @ 199:169c0442b401 r20-3b26

Import from CVS: tag r20-3b26
author cvs
date Mon, 13 Aug 2007 10:00:33 +0200
parents 489f57a838ef
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
1 ;;; w3-menu.el --- Menu functions for emacs-w3
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2 ;; Author: wmperry
189
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 173
diff changeset
3 ;; Created: 1997/08/20 13:57:38
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 173
diff changeset
4 ;; Version: 1.42
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 ;; Keywords: menu, hypermedia
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
8 ;;; Copyright (c) 1996 by William M. Perry (wmperry@cs.indiana.edu)
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
9 ;;; Copyright (c) 1996, 1997 Free Software Foundation, Inc.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 ;;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 ;;; This file is part of GNU Emacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 ;;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 ;;; GNU Emacs is free software; you can redistribute it and/or modify
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 ;;; it under the terms of the GNU General Public License as published by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 ;;; the Free Software Foundation; either version 2, or (at your option)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 ;;; any later version.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 ;;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 ;;; GNU Emacs is distributed in the hope that it will be useful,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 ;;; GNU General Public License for more details.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 ;;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 ;;; You should have received a copy of the GNU General Public License
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
24 ;;; along with GNU Emacs; see the file COPYING. If not, write to the
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
25 ;;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
26 ;;; Boston, MA 02111-1307, USA.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 (require 'w3-vars)
114
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
30 (require 'w3-mouse)
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 134
diff changeset
31 (require 'widget)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 134
diff changeset
32
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 134
diff changeset
33 (define-widget-keywords :href :src :title)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 134
diff changeset
34
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 134
diff changeset
35 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 134
diff changeset
36 ;;; InfoDock stuff
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 134
diff changeset
37 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
189
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 173
diff changeset
38 (if (fboundp 'id-menubar-set)
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 173
diff changeset
39 (id-menubar-set 'w3-mode 'w3-menu-make-xemacs-menubar))
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 134
diff changeset
40
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42 ;;; Spiffy new menus (for both Emacs and XEmacs)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 (defvar w3-menu-fsfemacs-bookmark-menu nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 (defvar w3-menu-fsfemacs-debug-menu nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46 (defvar w3-menu-fsfemacs-edit-menu nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47 (defvar w3-menu-fsfemacs-file-menu nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48 (defvar w3-menu-fsfemacs-go-menu nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 (defvar w3-menu-fsfemacs-help-menu nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 (defvar w3-menu-fsfemacs-view-menu nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51 (defvar w3-menu-fsfemacs-options-menu nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52 (defvar w3-menu-fsfemacs-style-menu nil)
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
53 (defvar w3-menu-fsfemacs-search-menu nil)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54 (defvar w3-menu-w3-menubar nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55 (defvar w3-links-menu nil "Menu for w3-mode in XEmacs.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 (make-variable-buffer-local 'w3-links-menu)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57
116
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
58 (defcustom w3-use-menus '(file edit view go bookmark options buffers style
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
59 emacs nil help)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60 "*Non-nil value causes W3 to provide a menu interface.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61 A value that is a list causes W3 to install its own menubar.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62 A value of 1 causes W3 to install a \"W3\" item in the Emacs menubar.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
63
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64 If the value of w3-use-menus is a list, it should be a list of symbols.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65 The symbols and the order that they are listed determine what menus
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66 will be in the menubar and how they are ordered. Valid symbol values
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67 are:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69 file -- A list of file related commands
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70 edit -- Various standard editing commands (copy/paste)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71 view -- Controlling various things about the document view
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72 go -- Navigation control
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73 bookmark -- Bookmark / hotlist control
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74 options -- Various options
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75 buffers -- The standard buffers menu
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
76 emacs -- A toggle button to switch back to normal emacs menus
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
77 style -- Control style information and who gets to set what
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
78 search -- Various search engines
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
79 help -- The help menu
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80 nil -- ** special **
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
81
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82 If nil appears in the list, it should appear exactly once. All
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83 menus after nil in the list will be displayed flushright in the
98
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 82
diff changeset
84 menubar.
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 82
diff changeset
85
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 82
diff changeset
86 NOTE! The current port of Emacs to Windows NT/95 does not support
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 82
diff changeset
87 buttons in the menubar, so the 'emacs' keyword is currently ignored
116
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
88 on that platform."
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
89 :group 'w3-menus
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
90 :type '(set (const :tag "File related commands" :value file)
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
91 (const :tag "Standard editing commands" :value edit)
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
92 (const :tag "View document information" :value view)
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
93 (const :tag "Navigation" :value go)
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
94 (const :tag "Bookmarks" :value bookmark)
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
95 (const :tag "Options" :value options)
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
96 (const :tag "Buffer list" :value buffers)
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
97 (const :tag "Stylesheet information" :value style)
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
98 (const :tag "Search engines" :value search)
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
99 (const :tag "Toggle to default menus" :value emacs)
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
100 (const :tag "Separator" :value nil)
9f59509498e1 Import from CVS: tag r20-1b10
cvs
parents: 114
diff changeset
101 (const :tag "Help" :value help)))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
103 (defun w3-menu-hotlist-constructor (menu-items)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
104 (or (cdr w3-html-bookmarks)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
105 (let ((hot-menu nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
106 (hot w3-hotlist))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
107 (while hot
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
108 (setq hot-menu (cons (vector
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
109 (w3-truncate-menu-item (car (car hot)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
110 (list 'w3-fetch (car (cdr (car hot))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
111 t) hot-menu)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
112 hot (cdr hot)))
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
113 (or hot-menu '(["No Hotlist" nil nil])))))
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
114
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
115 (defun w3-menu-html-links-constructor (menu-items)
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
116 (or menu-items
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
117 (let ((links (mapcar 'cdr w3-current-links))
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
118 (menu nil))
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
119 (if links
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
120 (setq links (delete*
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
121 nil
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
122 (reduce 'append links)
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
123 :test-not (function
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
124 (lambda (a b) ; arg order unknown
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
125 (member
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
126 (car (or a b))
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
127 w3-defined-link-types))))))
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
128 (while links
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
129 (let ((name (caar links))
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
130 (vals (cdar links))
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
131 (href nil)
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
132 (new nil))
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
133 (if (= (length vals) 1)
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
134 (setq vals (car vals)
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
135 new (vector (or (plist-get vals 'title)
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
136 (capitalize name))
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
137 (list 'w3-fetch (plist-get vals 'href)) t))
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
138 (setq new (cons (capitalize name)
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
139 (mapcar (function
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
140 (lambda (x)
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
141 (setq href (plist-get x 'href))
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
142 (vector (or (plist-get x 'title) href)
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
143 (list 'w3-fetch href) t)))
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
144 vals))))
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
145 (setq links (cdr links)
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
146 menu (cons new menu))))
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
147 (or menu '(["None" nil nil])))))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
148
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
149 (defun w3-menu-links-constructor (menu-items)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
150 (or menu-items
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
151 (let ((widgets (w3-only-links))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
152 widget href menu)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
153 (while widgets
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
154 (setq widget (car widgets)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
155 widgets (cdr widgets)
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 134
diff changeset
156 href (widget-get widget :href)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
157 menu (cons
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
158 (vector (w3-truncate-menu-item
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 134
diff changeset
159 (or (widget-get widget :title)
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
160 (w3-fix-spaces
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
161 (buffer-substring
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
162 (widget-get widget :from)
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
163 (widget-get widget :to)))))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
164 (list 'url-maybe-relative href) t) menu)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
165 (setq menu (w3-breakup-menu menu w3-max-menu-length))
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
166 (or menu '(["No Links" nil nil])))))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
167
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
168 (defun w3-toggle-minibuffer ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
169 (interactive)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
170 (cond
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
171 (w3-running-xemacs
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
172 (if (equal (frame-property (selected-frame) 'minibuffer) t)
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
173
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
174 ;; frame has a minibuffer, so remove it
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
175 ;; unfortunately, we must delete and redraw the frame
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
176 (let ((fp (frame-properties (selected-frame)))
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
177 (frame (selected-frame))
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
178 (buf (current-buffer)))
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
179 (select-frame
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
180 (make-frame (plist-put
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
181 (plist-remprop
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
182 (plist-remprop fp 'window-id) 'minibuffer)
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
183 'minibuffer nil)))
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
184 (delete-frame frame)
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
185 (switch-to-buffer buf))
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
186 ;; no minibuffer so add one
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
187 (set-frame-property (selected-frame) 'minibuffer t)))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
188 (t nil)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
189
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
190 (defun w3-toggle-location ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
191 (interactive)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
192 (cond
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
193 (w3-running-xemacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
194 (let ((on (specifier-instance has-modeline-p (selected-window))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
195 (set-specifier has-modeline-p (not on) (selected-window))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
196 (t nil)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
197
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
198 (defun w3-toggle-menubar ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
199 (interactive)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
200 (cond
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
201 ;; XEmacs style
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
202 (w3-running-xemacs
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
203 (set-specifier menubar-visible-p (cons (current-buffer)
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
204 (not (specifier-instance
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
205 menubar-visible-p)))))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
206 ;; Emacs 19 style
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
207 (t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
208 (menu-bar-mode (if (w3-menubar-active) -1 1)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
209
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
210 (defun w3-location-active ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
211 (if w3-running-xemacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
212 (specifier-instance has-modeline-p (selected-window))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
213 t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
214
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
215 (defun w3-menubar-active ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
216 (if w3-running-xemacs
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
217 (and (featurep 'menubar) (specifier-instance menubar-visible-p))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
218 (and (boundp 'menu-bar-mode) menu-bar-mode)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
219
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
220 (defun w3-menu-global-menubar ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
221 (if w3-running-xemacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
222 (default-value 'default-menubar)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
223 (lookup-key (current-global-map) [menu-bar])))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
224
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
225 (defconst w3-menu-file-menu
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
226 (list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
227 "File"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
228 ["Open Location..." w3-fetch t]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
229 ["Open File..." w3-open-local t]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
230 ["Open in New Window..." w3-fetch-other-frame t]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
231 ["New Window" make-frame t]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
232 "---"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
233 ["Save" save-buffer t nil]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
234 (list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
235 "Save As..."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
236 ["HTML" (w3-save-as "HTML Source") t]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
237 ["Formatted Text" (w3-save-as "Formatted Text") t]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
238 ["LaTeX" (w3-save-as "LaTeX Source") t]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
239 ["PostScript" (w3-save-as "PostScript") t]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
240 ["Binary" (w3-save-as "Binary") t]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
241 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
242 "---"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
243 (list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
244 "Print As..."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
245 ["PostScript" (w3-print-this-url nil "PostScript") t]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
246 ["Formatted Text" (w3-print-this-url nil "Formatted Text") t]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
247 ["HTML Source" (w3-print-this-url nil "HTML Source") t]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
248 ["LaTeX'd" (w3-print-this-url nil "LaTeX'd") t]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
249 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
250 (list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
251 "Mail Document..."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
252 ["HTML" (w3-mail-current-document nil "HTML Source") t]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
253 ["Formatted Text" (w3-mail-current-document nil "Formatted Text") t]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
254 ["PostScript" (w3-mail-current-document nil "PostScript") t]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
255 ["LaTeX Source" (w3-mail-current-document nil "LaTeX Source") t]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
256 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
257 (if w3-running-xemacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
258 "---:shadowDoubleEtchedIn"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
259 "---")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
260 ["Close" delete-frame (not (eq (next-frame) (selected-frame)))]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
261 ["Exit" save-buffers-kill-emacs t]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
262 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
263 "W3 file menu list.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
264
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
265 (defconst w3-menu-edit-menu
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
266 (list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
267 "Edit"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
268 ["Undo" advertised-undo nil]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
269 ["Cut" kill-region nil]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
270 ["Copy" copy-region-as-kill t]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
271 "----"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
272 ["Search..." w3-search-forward t]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
273 ["Search Again..." w3-search-again w3-last-search-item]
134
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents: 116
diff changeset
274 "----"
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents: 116
diff changeset
275 (list
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents: 116
diff changeset
276 "Preferences"
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents: 116
diff changeset
277 (if (fboundp 'custom-menu-create)
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents: 116
diff changeset
278 (custom-menu-create 'w3)
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents: 116
diff changeset
279 ["W3" ignore nil])
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents: 116
diff changeset
280 (if (fboundp 'custom-menu-create)
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents: 116
diff changeset
281 (custom-menu-create 'url)
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents: 116
diff changeset
282 ["URL" ignore nil])
34a5b81f86ba Import from CVS: tag r20-2b1
cvs
parents: 116
diff changeset
283 )
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
284 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
285 "W3 edit menu list.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
286
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
287 (defconst w3-menu-view-menu
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
288 (list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
289 "View"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
290 ["Document Information" w3-document-information t]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
291 ["Document Source" w3-source-document t]
173
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 165
diff changeset
292 ["Document Errors" w3-display-errors w3-current-badhtml]
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
293 ["Load Images" w3-load-delayed-images w3-delayed-images]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
294 "----"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
295 ["Refresh" w3-refresh-buffer w3-current-parse]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
296 ["Reload" w3-reload-document (and (url-view-url t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
297 (not (equal (url-view-url t) "")))]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
298 "----"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
299 ["Show URL" url-view-url t]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
300 ["Show URL At Point" w3-view-this-url t]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
301 "----"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
302 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
303 "W3 menu view list.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
304
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
305 (defconst w3-menu-debug-menu
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
306 (list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
307 "Debugging"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
308 ["View Parse Tree" (w3-display-parse-tree w3-current-parse)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
309 w3-current-parse]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
310 ["View Stylesheet" w3-display-stylesheet w3-current-stylesheet]
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
311 ["Reload Stylesheets" w3-refresh-stylesheets t]
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
312 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
313 "W3 menu debug list.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
314
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
315 (defconst w3-menu-go-menu
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
316 (list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
317 "Go"
98
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 82
diff changeset
318 ["Forward" w3-history-forward (cdr (w3-history-find-url-internal (url-view-url t)))]
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 82
diff changeset
319 ["Back" w3-history-backward (car (w3-history-find-url-internal (url-view-url t)))]
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
320 ["Home" w3 w3-default-homepage]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
321 ["View History..." w3-show-history-list url-keep-history]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
322 "----"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
323 (if w3-running-xemacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
324 '("Links" :filter w3-menu-links-constructor)
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
325 ["Links..." w3-e19-show-links-menu t])
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
326 (if w3-running-xemacs
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
327 '("Navigate" :filter w3-menu-html-links-constructor)
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
328 ["Navigate..." w3-e19-show-navigate-menu t])
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
329 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
330 "W3 menu go list.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
331
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
332 (defconst w3-menu-bookmark-menu
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
333 (list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
334 "Bookmark"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
335 ["View Bookmarks..." w3-show-hotlist w3-hotlist]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
336 ["Add Bookmark" w3-hotlist-add-document t]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
337 ["Delete Bookmark" w3-hotlist-delete t]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
338 ["Rename Bookmark" w3-hotlist-rename-entry t]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
339 ["Append Bookmark List" w3-hotlist-append t]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
340 "----"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
341 (if w3-running-xemacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
342 '("Bookmarks" :filter w3-menu-hotlist-constructor)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
343 ["Bookmarks" w3-e19-show-hotlist-menu t])
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
344 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
345 "W3 menu bookmark list.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
346
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
347 (defconst w3-menu-options-menu
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
348 (list "Options"
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
349 ["Edit Preferences" w3-preferences-edit t]
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
350 "---"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
351 ["Show Menubar" w3-toggle-menubar
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
352 :style toggle :selected (w3-menubar-active)]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
353 (if (and w3-running-xemacs (featurep 'toolbar))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
354 ["Show Toolbar" w3-toggle-toolbar
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
355 :style toggle :selected (w3-toolbar-active)]
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
356 ["Show Toolbar" w3-toggle-toolbar nil])
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
357 (if w3-running-xemacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
358 ["Show Location" w3-toggle-location
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
359 :style toggle :selected (w3-location-active)]
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
360 ["Show Location" w3-toggle-location nil])
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
361 (if w3-running-xemacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
362 ["Show Status Bar" w3-toggle-minibuffer
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
363 :style toggle
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
364 :selected (eq (frame-property (selected-frame) 'minibuffer) t)
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
365 ])
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
366 ["Incremental Display"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
367 (setq w3-do-incremental-display (not w3-do-incremental-display))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
368 :style toggle :selected w3-do-incremental-display]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
369 "----"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
370 ["Auto Load Images"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
371 (setq w3-delay-image-loads (not w3-delay-image-loads))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
372 :style toggle :selected (not w3-delay-image-loads)]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
373 ["Flush Image Cache" (setq w3-graphics-list nil) w3-graphics-list]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
374 "----"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
375 ["Download to disk" (setq w3-dump-to-disk (not w3-dump-to-disk))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
376 :style toggle :selected w3-dump-to-disk]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
377 ["Caching" (setq url-automatic-caching (not url-automatic-caching))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
378 :style toggle :selected url-automatic-caching]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
379 ["Use Cache Only"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
380 (setq url-standalone-mode (not url-standalone-mode))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
381 :style toggle :selected url-standalone-mode]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
382 "----"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
383 ["Save Options" w3-menu-save-options t]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
384 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
385 "W3 menu options list.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
386
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
387 (defconst w3-menu-style-menu
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
388 (list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
389 "Style"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
390 ["Allow Document Stylesheets" (setq w3-honor-stylesheets
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
391 (not w3-honor-stylesheets))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
392 :style toggle :selected w3-honor-stylesheets]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
393 ["Honor Color Requests" (setq w3-user-colors-take-precedence
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
394 (not w3-user-colors-take-precedence))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
395 :style toggle :selected (not w3-user-colors-take-precedence)]
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
396 "---"
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
397 ["Reload Stylesheets" w3-refresh-stylesheets t]
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
398 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
399 "W3 menu style list.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
400
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
401 (defconst w3-menu-buffer-menu
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
402 (if w3-running-xemacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
403 '("Buffers"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
404 :filter buffers-menu-filter
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
405 ["List All Buffers" list-buffers t]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
406 "--!here")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
407 nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
408 "W3 menu buffer list.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
409
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
410 (defconst w3-menu-search-menu
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
411 (list
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
412 "Search"
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
413 ["Yahoo!" (w3-fetch "http://www.yahoo.com/") t]
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
414 ["Excite" (w3-fetch "http://www.excite.com/") t]
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
415 ["AltaVista" (w3-fetch "http://www.altavista.digital.com/") t]
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
416 "---"
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
417 )
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
418 "W3 search menu")
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
419
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
420 (defconst w3-menu-emacs-button
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
421 (vector
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
422 (if w3-running-xemacs "XEmacs" "Emacs") 'w3-menu-toggle-menubar t))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
423
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
424 (defconst w3-menu-help-menu
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
425 (list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
426 "Help"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
427 ["About Emacs-w3" (w3-fetch "about:") t]
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
428 ["Manual" (w3-fetch (concat w3-documentation-root "docs/w3_toc.html")) t]
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
429 "---"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
430 ["Version Information..."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
431 (w3-fetch
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
432 (concat w3-documentation-root "help/version_" w3-version-number ".html"))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
433 t]
82
6a378aca36af Import from CVS: tag r20-0b91
cvs
parents: 80
diff changeset
434 ["On FAQ" (w3-fetch (concat w3-documentation-root "help/FAQ.html")) t]
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
435 "---"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
436 ["Mail Developer(s)" w3-submit-bug t]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
437 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
438 "W3 menu help list.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
439
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
440 (defvar w3-mode-menu-map nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
441
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
442 (defun w3-menu-initialize-w3-mode-menu-map ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
443 (if (null w3-mode-menu-map)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
444 (let ((map (make-sparse-keymap))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
445 (dummy (make-sparse-keymap)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
446 (require 'easymenu)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
447 ;; initialize all the w3-menu-fsfemacs-*-menu variables
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
448 ;; with the menus.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
449 (easy-menu-define w3-menu-fsfemacs-bookmark-menu (list dummy) nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
450 w3-menu-bookmark-menu)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
451 (easy-menu-define w3-menu-fsfemacs-debug-menu (list dummy) nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
452 w3-menu-debug-menu)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
453 (easy-menu-define w3-menu-fsfemacs-edit-menu (list dummy) nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
454 w3-menu-edit-menu)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
455 (easy-menu-define w3-menu-fsfemacs-file-menu (list dummy) nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
456 w3-menu-file-menu)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
457 (easy-menu-define w3-menu-fsfemacs-go-menu (list dummy) nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
458 w3-menu-go-menu)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
459 (easy-menu-define w3-menu-fsfemacs-help-menu (list dummy) nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
460 w3-menu-help-menu)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
461 (easy-menu-define w3-menu-fsfemacs-view-menu (list dummy) nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
462 w3-menu-view-menu)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
463 (easy-menu-define w3-menu-fsfemacs-options-menu (list dummy) nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
464 w3-menu-options-menu)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
465 (easy-menu-define w3-menu-fsfemacs-style-menu (list dummy) nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
466 w3-menu-style-menu)
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
467 (easy-menu-define w3-menu-fsfemacs-search-menu (list dummy) nil
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
468 w3-menu-search-menu)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
469
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
470 ;; block the global menubar entries in the map so that W3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
471 ;; can take over the menubar if necessary.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
472 (define-key map [rootmenu] (make-sparse-keymap))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
473 (define-key map [rootmenu w3] (cons "W3" (make-sparse-keymap "W3")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
474 (define-key map [rootmenu w3 file] 'undefined)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
475 (define-key map [rootmenu w3 files] 'undefined)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
476 (define-key map [rootmenu w3 search] 'undefined)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
477 (define-key map [rootmenu w3 edit] 'undefined)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
478 (define-key map [rootmenu w3 options] 'undefined)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
479 (define-key map [rootmenu w3 buffer] 'undefined)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
480 (define-key map [rootmenu w3 tools] 'undefined)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
481 (define-key map [rootmenu w3 help] 'undefined)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
482 (define-key map [rootmenu w3 help-menu] 'undefined)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
483 ;; now build W3's menu tree.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
484 (let ((menu-alist
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
485 '(
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
486 (bookmark
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
487 (cons "Bookmark" w3-menu-fsfemacs-bookmark-menu))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
488 (debug
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
489 (cons "Debug" w3-menu-fsfemacs-debug-menu))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
490 (edit
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
491 (cons "Edit" w3-menu-fsfemacs-edit-menu))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
492 (file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
493 (cons "File" w3-menu-fsfemacs-file-menu))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
494 (go
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
495 (cons "Go" w3-menu-fsfemacs-go-menu))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
496 (help
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
497 (cons "Help" w3-menu-fsfemacs-help-menu))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
498 (options
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
499 (cons "Options" w3-menu-fsfemacs-options-menu))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
500 (view
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
501 (cons "View" w3-menu-fsfemacs-view-menu))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
502 (style
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
503 (cons "Style" w3-menu-fsfemacs-style-menu))
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
504 (search
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
505 (cons "Search" w3-menu-fsfemacs-search-menu))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
506 (emacs
98
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 82
diff changeset
507 ;; FIXME!!! Currently, win32 doesn't support buttons
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 82
diff changeset
508 ;; in menubars, so we hack around it and ignore the
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 82
diff changeset
509 ;; 'emacs keyword on that platform. REMOVE THIS CODE
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 82
diff changeset
510 ;; as soon as that is fixed. 19.35 timeframe?
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 82
diff changeset
511 (if (eq (device-type) 'win32)
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 82
diff changeset
512 nil
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 82
diff changeset
513 (cons "[Emacs]" 'w3-menu-toggle-menubar)))))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
514 cons
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
515 (vec (vector 'rootmenu 'w3 nil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
516 ;; menus appear in the opposite order that we
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
517 ;; define-key them.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
518 (menu-list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
519 (if (consp w3-use-menus)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
520 (reverse w3-use-menus)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
521 (list 'help nil 'emacs 'buffers 'options 'bookmark
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
522 'go 'view 'edit 'file))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
523 (while menu-list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
524 (if (null (car menu-list))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
525 nil;; no flushright support in FSF Emacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
526 (aset vec 2 (intern (concat "w3-menu-fsfemacs-"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
527 (symbol-name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
528 (car menu-list)) "-menu")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
529 (setq cons (assq (car menu-list) menu-alist))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
530 (if cons
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
531 (define-key map vec (eval (car (cdr cons))))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
532 (setq menu-list (cdr menu-list))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
533 (setq w3-mode-menu-map map)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
534 (run-hooks 'w3-menu-setup-hook))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
535
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
536 (defun w3-menu-make-xemacs-menubar ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
537 (let ((menu-alist
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
538 '((bookmark . w3-menu-bookmark-menu)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
539 (style . w3-menu-style-menu)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
540 (buffer . w3-menu-buffer-menu)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
541 (debug . w3-menu-debug-menu)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
542 (edit . w3-menu-edit-menu)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
543 (emacs . w3-menu-emacs-button)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
544 (file . w3-menu-file-menu)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
545 (go . w3-menu-go-menu)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
546 (help . w3-menu-help-menu)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
547 (options . w3-menu-options-menu)
80
1ce6082ce73f Import from CVS: tag r20-0b90
cvs
parents: 70
diff changeset
548 (search . w3-menu-search-menu)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
549 (view . w3-menu-view-menu)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
550 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
551 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
552 cons
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
553 (menubar nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
554 (menu-list w3-use-menus))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
555 (while menu-list
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
556 (if (null (car menu-list))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
557 (setq menubar (cons nil menubar))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
558 (setq cons (assq (car menu-list) menu-alist))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
559 (if cons
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
560 (setq menubar (cons (symbol-value (cdr cons)) menubar))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
561 (setq menu-list (cdr menu-list)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
562 (nreverse menubar)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
563
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
564 (defun w3-menu-install-menubar ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
565 (cond
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
566 (w3-running-xemacs
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 134
diff changeset
567 (cond
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 134
diff changeset
568 ((not (featurep 'menubar)) nil) ; No menus available
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 134
diff changeset
569 ((featurep 'infodock) nil) ; InfoDock does it automatically
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 134
diff changeset
570 (t
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
571 (setq w3-menu-w3-menubar (w3-menu-make-xemacs-menubar))
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 134
diff changeset
572 (set-buffer-menubar w3-menu-w3-menubar))))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
573 ((not (fboundp 'vm-menu-undo-menu))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
574 (w3-menu-initialize-w3-mode-menu-map)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
575 (define-key w3-mode-map [menu-bar]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
576 (lookup-key w3-mode-menu-map [rootmenu w3])))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
577
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
578 (defun w3-menu-install-menubar-item ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
579 (cond
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
580 (w3-running-xemacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
581 (if (not (featurep 'menubar))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
582 nil ; No menus available
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
583 (set-buffer-menubar (copy-sequence (w3-menu-global-menubar)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
584 (add-menu nil "W3" (cdr w3-menu-w3-menubar))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
585 ((not (fboundp 'w3-menu-fsfemacs-edit-menu))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
586 (w3-menu-initialize-w3-mode-menu-map)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
587 (define-key w3-mode-map [menu-bar]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
588 (lookup-key w3-mode-menu-map [rootmenu])))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
589
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
590 (defun w3-menu-install-menus ()
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
591 (cond ((= emacs-minor-version 28) ; Hey, get with the times people!!
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
592 nil)
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
593 ((consp w3-use-menus)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
594 (w3-menu-install-menubar))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
595 ((eq w3-use-menus 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
596 (w3-menu-install-menubar-item))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
597 (t nil)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
598
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
599 (defun w3-menu-set-menubar-dirty-flag ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
600 (cond (w3-running-xemacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
601 (set-menubar-dirty-flag))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
602 (t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
603 (force-mode-line-update))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
604
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
605 (defun w3-menu-toggle-menubar ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
606 (interactive)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
607 (cond
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
608 ;;((eq w3-use-menus 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
609 ;;nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
610 (w3-running-xemacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
611 (if (null (car (find-menu-item current-menubar '("XEmacs"))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
612 (set-buffer-menubar w3-menu-w3-menubar)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
613 (set-buffer-menubar (copy-sequence (w3-menu-global-menubar)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
614 (condition-case ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
615 (add-menu-button nil ["W3" w3-menu-toggle-menubar t] nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
616 (void-function
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
617 (add-menu-item nil "W3" 'w3-menu-toggle-menubar t))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
618 (w3-menu-set-menubar-dirty-flag))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
619 (t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
620 (if (not (eq (lookup-key w3-mode-map [menu-bar])
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
621 (lookup-key w3-mode-menu-map [rootmenu w3])))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
622 (define-key w3-mode-map [menu-bar]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
623 (lookup-key w3-mode-menu-map [rootmenu w3]))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
624 (define-key w3-mode-map [menu-bar]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
625 (make-sparse-keymap))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
626 (define-key w3-mode-map [menu-bar w3]
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
627 (cons "[W3]" 'w3-menu-toggle-menubar)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
628 (w3-menu-set-menubar-dirty-flag))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
629
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
630 (defun w3-menu-save-options ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
631 (interactive)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
632 (let ((output-buffer (find-file-noselect w3-default-configuration-file))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
633 output-marker)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
634 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
635 (set-buffer output-buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
636 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
637 ;; Find and delete the previously saved data, and position to write.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
638 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
639 (goto-char (point-min))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
640 (if (re-search-forward "^;; W3 Options Settings *\n" nil 'move)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
641 (let ((p (match-beginning 0)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
642 (goto-char p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
643 (or (re-search-forward
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
644 "^;; End of W3 Options Settings *\\(\n\\|\\'\\)"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
645 nil t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
646 (error "can't find END of saved state in .emacs"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
647 (delete-region p (match-end 0)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
648 (goto-char (point-max))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
649 (insert "\n"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
650 (setq output-marker (point-marker))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
651 (let ((print-readably t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
652 (print-escape-newlines t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
653 (standard-output output-marker))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
654 (princ ";; W3 Options Settings\n")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
655 (princ ";; ===================\n")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
656 (mapcar (function
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
657 (lambda (var)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
658 (princ " ")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
659 (if (and (symbolp var) (boundp var))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
660 (prin1 (list 'setq-default var
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
661 (let ((val (symbol-value var)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
662 (if (or (memq val '(t nil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
663 (and (not (symbolp val))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
664 (not (listp val))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
665 val
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
666 (list 'quote val))))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
667 (if var (princ "\n"))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
668 '(
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
669 ps-print-color-p
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
670 url-automatic-caching
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
671 url-be-asynchronous
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
672 url-honor-refresh-requests
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
673 url-privacy-level
110
fe104dbd9147 Import from CVS: tag r20-1b7
cvs
parents: 108
diff changeset
674 url-cookie-confirmation
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
675 url-proxy-services
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
676 url-standalone-mode
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
677 url-use-hypertext-gopher
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
678 w3-default-homepage
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
679 w3-default-stylesheet
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
680 w3-delay-image-loads
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
681 w3-do-incremental-display
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
682 w3-dump-to-disk
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
683 w3-honor-stylesheets
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
684 w3-image-mappings
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
685 w3-load-hook
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
686 w3-mode-hook
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
687 w3-netscape-compatible-comments
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
688 w3-preferences-cancel-hook
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
689 w3-preferences-default-hook
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
690 w3-preferences-ok-hook
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
691 w3-preferences-setup-hook
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
692 w3-source-file-hook
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
693 w3-toolbar-orientation
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
694 w3-toolbar-type
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
695 w3-use-menus
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
696 w3-user-colors-take-precedence
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
697 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
698 )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
699 (princ ";; ==========================\n")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
700 (princ ";; End of W3 Options Settings\n")))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
701 (set-marker output-marker nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
702 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
703 (set-buffer output-buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
704 (save-buffer))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
705 ))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
706
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
707 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
708 ;;; Context-sensitive popup menu
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
709 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
710 (if (not (fboundp 'event-glyph))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
711 (fset 'event-glyph 'ignore))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
712
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
713 (defun w3-popup-menu (e)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
714 "Pop up a menu of common w3 commands"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
715 (interactive "e")
114
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
716 (if (not w3-popup-menu-on-mouse-3)
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
717 (call-interactively (lookup-key global-map (vector w3-mouse-button3)))
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
718 (mouse-set-point e)
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
719 (let* ((glyph (event-glyph e))
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
720 (widget (or (and glyph (glyph-property glyph 'widget))
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
721 (widget-at (point))))
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
722 (parent (and widget (widget-get widget :parent)))
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 134
diff changeset
723 (href (or (and widget (widget-get widget :href))
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 134
diff changeset
724 (and parent (widget-get parent :href))))
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 134
diff changeset
725 (imag (or (and widget (widget-get widget :src))
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 134
diff changeset
726 (and parent (widget-get parent :src))))
114
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
727 (menu (copy-tree w3-popup-menu))
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
728 url val trunc-url)
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
729 (if href
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
730 (progn
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
731 (setq url href)
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
732 (if url (setq trunc-url (url-truncate-url-for-viewing
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
733 url
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
734 w3-max-menu-width)))
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
735 (setcdr menu (append (cdr menu)
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
736 '("---")
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
737 (mapcar
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
738 (function
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
739 (lambda (x)
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
740 (vector (format (car x) trunc-url)
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
741 (list (cdr x) url) t)))
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
742 w3-hyperlink-menu)))))
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
743 (if imag
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
744 (progn
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
745 (setq url imag
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
746 trunc-url (url-truncate-url-for-viewing url
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
747 w3-max-menu-width))
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
748 (setcdr menu (append (cdr menu)
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
749 '("---")
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
750 (mapcar
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
751 (function
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
752 (lambda (x)
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
753 (vector (format (car x) trunc-url)
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
754 (list (cdr x) url) t)))
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
755 w3-graphlink-menu)))))
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
756 (if (not (w3-menubar-active))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
757 (setcdr menu (append (cdr menu)
114
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
758 '("---" ["Show Menubar" w3-toggle-menubar t]))))
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 110
diff changeset
759 (popup-menu menu))))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
760
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
761 (provide 'w3-menu)