[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Search]
w3 and emacspeak
- To: bart@xxxxxxxxxxx
 
- Subject: w3 and emacspeak
 
- From: "T. V. Raman" <raman@xxxxxxxxxxx>
 
- Date: Tue, 1 Jun 1999 18:03:24 -0700 (PDT)
 
- CC: emacspeak@xxxxxxxxxxx
 
- In-Reply-To: <14164.30232.151691.392300@xxxxxxxxxxx>
 
- Old-Return-Path: <raman@xxxxxxxxxxx>
 
- Reply-To: raman@xxxxxxxxxxx
 
- Resent-Date: Tue, 1 Jun 1999 21:03:56 -0400 (EDT)
 
- Resent-From: emacspeak@xxxxxxxxxxx
 
- Resent-Message-ID: <"ZiZ6uB.A.gdE.uLIV3"@hub>
 
- Resent-Sender: emacspeak-request@xxxxxxxxxxx
 
there is a
2 line change to make links in the focus cell work.
I'll append an updated w3-focus-on-this-cell function
below--
(defun w3-table-focus-on-this-cell (&optional at-depth)
  "Focus on current cell --optional argument at-depth
specifies nesting level. Focusing on a cell results in its
contents being displayed in a separate buffer in W3 mode.
This is useful to navigate pages that use a single table
cell for a newspaper style column"
  (interactive "p")
  (let ((contents (w3-table-this-cell-contents at-depth))
        (buffer (get-buffer-create
                 (format "Cell-%s" (buffer-name))))
        (inhibit-read-only t))
    (save-excursion
      (set-buffer buffer)
      (erase-buffer)
      (w3-mode)
      (insert contents)
      (goto-char (point-min))
      (w3-resurrect-hyperlinks)
      (w3-resurrect-images))
    (switch-to-buffer buffer)))
-- 
Best Regards,
--raman
      Adobe Systems                 Tel: 1 408 536 3945   (W14-128)
      Advanced Technology Group     Fax: 1 408 537 4042 
      W14-128 345 Park Avenue     Email: raman@xxxxxxxxxxx 
      San Jose , CA 95110 -2704     Email:  raman@xxxxxxxxxxx
      http://labrador.corp.adobe.com/~raman/        (Adobe Intranet)
      http://cs.cornell.edu/home/raman/    (Cornell)
----------------------------------------------------------------------
    Disclaimer: The opinions expressed are my own and in no way should be taken
as representative of my employer, Adobe Systems Inc.
____________________________________________________________
-----------------------------------------------------------------------------
       To unsubscribe or change your address send mail to
"emacspeak-request@xxxxxxxxxxx" with a subject of "unsubscribe" or "help"
   
Emacspeak Files |
Subscribe |
Unsubscribe