Mercurial > hg > xemacs-beta
comparison lisp/w3/w3-menu.el @ 173:8eaf7971accc r20-3b13
Import from CVS: tag r20-3b13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:49:09 +0200 |
parents | 5a88923fcbfe |
children | 489f57a838ef |
comparison
equal
deleted
inserted
replaced
172:a38aed19690b | 173:8eaf7971accc |
---|---|
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/06/24 13:59:48 | 3 ;; Created: 1997/07/06 22:24:36 |
4 ;; Version: 1.40 | 4 ;; Version: 1.41 |
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. |
289 (defconst w3-menu-view-menu | 289 (defconst w3-menu-view-menu |
290 (list | 290 (list |
291 "View" | 291 "View" |
292 ["Document Information" w3-document-information t] | 292 ["Document Information" w3-document-information t] |
293 ["Document Source" w3-source-document t] | 293 ["Document Source" w3-source-document t] |
294 ["Document Errors" w3-display-errors w3-current-badhtml] | |
294 ["Load Images" w3-load-delayed-images w3-delayed-images] | 295 ["Load Images" w3-load-delayed-images w3-delayed-images] |
295 "----" | 296 "----" |
296 ["Refresh" w3-refresh-buffer w3-current-parse] | 297 ["Refresh" w3-refresh-buffer w3-current-parse] |
297 ["Reload" w3-reload-document (and (url-view-url t) | 298 ["Reload" w3-reload-document (and (url-view-url t) |
298 (not (equal (url-view-url t) "")))] | 299 (not (equal (url-view-url t) "")))] |