Mercurial > hg > xemacs-beta
diff lisp/w3/FAQ @ 138:6608ceec7cf8 r20-2b3
Import from CVS: tag r20-2b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:31:46 +0200 |
parents | 34a5b81f86ba |
children | 318232e2a3f0 |
line wrap: on
line diff
--- a/lisp/w3/FAQ Mon Aug 13 09:31:13 2007 +0200 +++ b/lisp/w3/FAQ Mon Aug 13 09:31:46 2007 +0200 @@ -34,6 +34,15 @@ This will turn on stylistic warnings for any local HTML files or files loaded from the `*.some.domain.name' domain. +Q: How do I make emacs scroll the window horizontally when tabbing + through links? +A: XEmacs: + (add-hook 'w3-mode-hook '(lambda () (auto-show-mode 1))) + + Emacs (if you have hscroll.el from ftp:// ?????): + (autoload 'turn-on-hscroll "hscroll" nil t) + (add-hook 'w3-mode-hook 'turn-on-hscroll) + Courtesy of greg stark <gsstark@mit.edu> Q: How do i get Shift-Tab to go backwards on a text terminal or XTerm? aka: I hate the new text widgets, I can't go through the links with n and b