home *** CD-ROM | disk | FTP | other *** search
- In tar-mode, when I issue a view command ('v' for tar-view), I always
- get an error message complaining about wrong number of arguments. I
- have to make the following change in tar-view.el to make it work:
-
- ;; segment from function tar-extract
- (if view-p
- (if tar-view-kill-buffer
- (progn
- (view-buffer buffer)
- (and just-created (kill-buffer buffer)))
- (view-buffer buffer))
- ^^^^^^
-
- That is, to give view-buffer an argument in case tar-view-kill-buffer
- is nil.
-
- But which side is wrong? tar-mode or view-less?
-
- Thanks,
- --
- Yan ZHOU (yan@nimbus.anu.edu.au)
- Computer Sciences Laboratory
- Research School of Physical Sciences and Engineering
- The Australian National University
-
-