Mercurial > hg > xemacs-beta
comparison lisp/w3/w3-emulate.el @ 16:0293115a14e9 r19-15b91
Import from CVS: tag r19-15b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:49:20 +0200 |
parents | 9ee227acff29 |
children | 859a2309aef8 |
comparison
equal
deleted
inserted
replaced
15:ad457d5f7d04 | 16:0293115a14e9 |
---|---|
1 ;;; w3-emulate.el --- All variable definitions for emacs-w3 | 1 ;;; w3-emulate.el --- All variable definitions for emacs-w3 |
2 ;; Author: wmperry | 2 ;; Author: wmperry |
3 ;; Created: 1996/10/09 19:00:59 | 3 ;; Created: 1997/01/22 16:28:30 |
4 ;; Version: 1.4 | 4 ;; Version: 1.6 |
5 ;; Keywords: comm, help, hypermedia | 5 ;; Keywords: comm, help, 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 Free Software Foundation, Inc. | 9 ;;; Copyright (c) 1996, 1997 Free Software Foundation, Inc. |
10 ;;; | 10 ;;; |
11 ;;; This file is part of GNU Emacs. | 11 ;;; This file is part of GNU Emacs. |
12 ;;; | 12 ;;; |
13 ;;; GNU Emacs is free software; you can redistribute it and/or modify | 13 ;;; GNU Emacs is free software; you can redistribute it and/or modify |
14 ;;; it under the terms of the GNU General Public License as published by | 14 ;;; it under the terms of the GNU General Public License as published by |
205 (define-key w3-lynx-emulation-minor-mode-map "=" 'w3-document-information) | 205 (define-key w3-lynx-emulation-minor-mode-map "=" 'w3-document-information) |
206 (define-key w3-lynx-emulation-minor-mode-map "\C-r" 'w3-reload-document) | 206 (define-key w3-lynx-emulation-minor-mode-map "\C-r" 'w3-reload-document) |
207 (define-key w3-lynx-emulation-minor-mode-map "\C-w" 'w3-refresh-buffer) | 207 (define-key w3-lynx-emulation-minor-mode-map "\C-w" 'w3-refresh-buffer) |
208 (define-key w3-lynx-emulation-minor-mode-map "\\" 'w3-source-document) | 208 (define-key w3-lynx-emulation-minor-mode-map "\\" 'w3-source-document) |
209 (define-key w3-lynx-emulation-minor-mode-map "!" 'shell) | 209 (define-key w3-lynx-emulation-minor-mode-map "!" 'shell) |
210 (define-key w3-lynx-emulation-minor-mode-map [up] 'w3-back-link) | 210 (define-key w3-lynx-emulation-minor-mode-map [up] 'w3-widget-backward) |
211 (define-key w3-lynx-emulation-minor-mode-map [down] 'w3-forward-link) | 211 (define-key w3-lynx-emulation-minor-mode-map [down] 'w3-widget-forward) |
212 (define-key w3-lynx-emulation-minor-mode-map [right] 'w3-follow-link) | 212 (define-key w3-lynx-emulation-minor-mode-map [right] 'w3-follow-link) |
213 (define-key w3-lynx-emulation-minor-mode-map [left] 'w3-backward-in-history) | 213 (define-key w3-lynx-emulation-minor-mode-map [left] 'w3-backward-in-history) |
214 | 214 |
215 (provide 'w3-emulate) | 215 (provide 'w3-emulate) |
216 | 216 |