Re: emacs compatibility

2000-05-31 Thread Pete Forman
Kai Großjohann writes: Joe Stoy [EMAIL PROTECTED] writes: (1) base64.el[c] is not known to emacs; (2) nor is eval-when-feature. I have changed from eval-when-feature to eval-after-load. And base64 support is native in Emacs 20.4 or 20.5 or something, if I'm not mistaken. (By

Re: emacs compatibility

2000-05-31 Thread Daniel Pittman
On Wed, 31 May 2000, Pete Forman [EMAIL PROTECTED] wrote: Kai Großjohann writes: Joe Stoy [EMAIL PROTECTED] writes: (1) base64.el[c] is not known to emacs; (2) nor is eval-when-feature. I have changed from eval-when-feature to eval-after-load. And base64 support is

Re: emacs compatibility

2000-05-31 Thread Kai Großjohann
Pete Forman [EMAIL PROTECTED] writes: XEmacs 21.2 also has native base64 support. Any load or require of base64 should be wrapped in a test. The functions may be builtin or already loaded from Gnus or W3. It should be safe to (require 'base64). Either the feature is already there, then it

Re: Emacs 19

2000-05-31 Thread Yuji Yamano
"Daniel Pittman" [EMAIL PROTECTED] writes: What are the missing/non-working functions? If you could send the list of issues, etc, to the list, that would possibly help in getting the support rolled into the distribution. The missing function is `save-current-buffer'. I stolen

check in by grossjoh: 'tramp/lisp tramp-vc.el,1.4'

2000-05-31 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/lisp In directory lucy:/export/home/grossjoh/work/emacs-tramp/tramp/lisp Modified Files: tramp-vc.el Log Message: Name change.

check in by grossjoh: 'tramp Makefile,1.11'

2000-05-31 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp In directory lucy:/export/home/grossjoh/work/emacs-tramp/tramp Modified Files: Makefile Log Message: Name change.

check in by grossjoh: 'tramp/texi tramp.texi,1.25'

2000-05-31 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/texi In directory lucy:/export/home/grossjoh/work/emacs-tramp/tramp/texi Modified Files: tramp.texi Log Message: Name change.

check in by grossjoh: 'tramp/lisp Makefile,1.7'

2000-05-31 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/lisp In directory lucy:/export/home/grossjoh/work/emacs-tramp/tramp/lisp Modified Files: Makefile Log Message: Name change.

check in by grossjoh: 'tramp/texi Makefile,1.11'

2000-05-31 Thread Kai Grossjohann
Update of /services/emacs-rcp/cvsroot/tramp/texi In directory lucy:/export/home/grossjoh/work/emacs-tramp/tramp/texi Modified Files: Makefile Log Message: Leftovers from name change.

Re: Unidentified subject!

2000-05-31 Thread Daniel Pittman
On Wed, 31 May 2000, Joe Stoy [EMAIL PROTECTED] wrote: Apologies for what may be another half-baked late-evening report. But I'm having repeatable trouble with filename completion in a long directory. Hrm. I couldn't get this to break on my Linux machine with around 6K files. Darn. Can you

Re: help with rcp problem?

2000-05-31 Thread Tom Roche
On Wed, 31 May 2000, Tom Roche [EMAIL PROTECTED] wrote: FWIW: to improve/ease support, perhaps it would be wise to implement something like ramp-submit-problem-report, and then upgrade the "Daniel Pittman" [EMAIL PROTECTED] 5/31/00 9:35:25 PM M-x rcp-bug is your friend. Your documented

tramp ($Id: tramp.el,v 1.368 2000/05/31 22:24:21 grossjoh Exp $); tramp-check-ls-command error

2000-05-31 Thread Hal Snyder
OpenBSD is OS locally and on remote host. tramp-check-ls-command seems to be looking at wrong place in the scp buffer on its first use. All I have to do is "C-x C-f /r:megalon:foo" and I get the error shown in the backtrace below. I can make the bug go away by inserting (forward-line 1) just

Re: help with rcp problem?

2000-05-31 Thread Kai Großjohann
"Tom Roche" [EMAIL PROTECTED] writes: FWIW: to improve/ease support, perhaps it would be wise to implement something like ramp-submit-problem-report, and then upgrade the docs. What do you think about M-x tramp-bug RET? kai -- I like BOTH kinds of music.

Re: help with tramp problem?

2000-05-31 Thread Tom Roche
"Tom Roche" [EMAIL PROTECTED] writes: FWIW: to improve/ease support, perhaps it would be wise to implement something like ramp-submit-problem-report Kai Großjohann [EMAIL PROTECTED] 5/31/00 6:30:39 PM What do you think about M-x tramp-bug RET? Sure. Maybe tramp-bug-report: the function

Re: Emacs 19

2000-05-31 Thread Kai Großjohann
Yuji Yamano [EMAIL PROTECTED] writes: "Daniel Pittman" [EMAIL PROTECTED] writes: What are the missing/non-working functions? If you could send the list of issues, etc, to the list, that would possibly help in getting the support rolled into the distribution. The missing function

Re: help with rcp problem?

2000-05-31 Thread Kai Großjohann
Can you please (setq rcp-debug-buffer t), then try again and send the contents of the *debug rcp/foo* buffer? kai -- I like BOTH kinds of music.

Re: help with rcp problem?

2000-05-31 Thread Daniel Pittman
On Wed, 31 May 2000, Tom Roche [EMAIL PROTECTED] wrote: Kai Großjohann [EMAIL PROTECTED] 5/31/00 3:26:03 PM Can you please (setq rcp-debug-buffer t), then try again and send the contents of the *debug rcp/foo* buffer? FWIW: to improve/ease support, perhaps it would be wise to implement

NAME CHANGE!

2000-05-31 Thread Kai Großjohann
rcp is now called tramp. CVS users remove your working directory and check out a new one; the new directory is named `tramp' rather than `rcp'. kai -- I like BOTH kinds of music.