Mercurial > hg > xemacs-beta
comparison lisp/w3/w3-menu.el @ 110:fe104dbd9147 r20-1b7
Import from CVS: tag r20-1b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:19:45 +0200 |
parents | 360340f9fd5f |
children | 8619ce7e4c50 |
comparison
equal
deleted
inserted
replaced
109:e183fc049578 | 110:fe104dbd9147 |
---|---|
1 ;;; w3-menu.el --- Menu functions for emacs-w3 | 1 ;;; w3-menu.el --- Menu functions for emacs-w3 |
2 ;; Author: wmperry | 2 ;; Author: wmperry |
3 ;; Created: 1997/03/04 14:32:11 | 3 ;; Created: 1997/03/13 19:25:10 |
4 ;; Version: 1.30 | 4 ;; Version: 1.32 |
5 ;; Keywords: menu, hypermedia | 5 ;; Keywords: menu, hypermedia |
6 | 6 |
7 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 7 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
8 ;;; Copyright (c) 1996 by William M. Perry (wmperry@cs.indiana.edu) | 8 ;;; Copyright (c) 1996 by William M. Perry (wmperry@cs.indiana.edu) |
9 ;;; Copyright (c) 1996, 1997 Free Software Foundation, Inc. | 9 ;;; Copyright (c) 1996, 1997 Free Software Foundation, Inc. |
316 ["Show Menubar" w3-toggle-menubar | 316 ["Show Menubar" w3-toggle-menubar |
317 :style toggle :selected (w3-menubar-active)] | 317 :style toggle :selected (w3-menubar-active)] |
318 (if (and w3-running-xemacs (featurep 'toolbar)) | 318 (if (and w3-running-xemacs (featurep 'toolbar)) |
319 ["Show Toolbar" w3-toggle-toolbar | 319 ["Show Toolbar" w3-toggle-toolbar |
320 :style toggle :selected (w3-toolbar-active)] | 320 :style toggle :selected (w3-toolbar-active)] |
321 nil) | 321 ["Show Toolbar" w3-toggle-toolbar nil]) |
322 (if w3-running-xemacs | 322 (if w3-running-xemacs |
323 ["Show Location" w3-toggle-location | 323 ["Show Location" w3-toggle-location |
324 :style toggle :selected (w3-location-active)] | 324 :style toggle :selected (w3-location-active)] |
325 nil) | 325 ["Show Location" w3-toggle-location nil]) |
326 (if w3-running-xemacs | 326 (if w3-running-xemacs |
327 ["Show Status Bar" w3-toggle-minibuffer | 327 ["Show Status Bar" w3-toggle-minibuffer |
328 :style toggle | 328 :style toggle |
329 :selected (eq (frame-property (selected-frame) 'minibuffer) t) | 329 :selected (eq (frame-property (selected-frame) 'minibuffer) t) |
330 ]) | 330 ]) |
632 ps-print-color-p | 632 ps-print-color-p |
633 url-automatic-caching | 633 url-automatic-caching |
634 url-be-asynchronous | 634 url-be-asynchronous |
635 url-honor-refresh-requests | 635 url-honor-refresh-requests |
636 url-privacy-level | 636 url-privacy-level |
637 url-cookie-confirmation | |
637 url-proxy-services | 638 url-proxy-services |
638 url-standalone-mode | 639 url-standalone-mode |
639 url-use-hypertext-gopher | 640 url-use-hypertext-gopher |
640 w3-default-homepage | 641 w3-default-homepage |
641 w3-default-stylesheet | 642 w3-default-stylesheet |