Re: tiny patch to ange-ftp

2005-08-10 Thread Katsumi Yamaoka
> In <[EMAIL PROTECTED]> Katsumi Yamaoka wrote: > I noticed those changes cause some other problems. Please > ignore the patch I sent last. I will fix them, verify most of > features and send a new patch again, tomorrow maybe. Sorry. After perusing and testing Juri Linkov's patch, I realiz

Re: delete-selection-mode and overwrite-mode

2005-08-10 Thread Juri Linkov
> I have a feeling this fix is not enough. It seems to me > that if you delete a selection in this way, then type > several more self-inserting characters, none of them should > overwrite. Don't you agree? > > At the same time, the most natural way to achieve that result > is to turn off overwrit

Re: edebug doesn't always work

2005-08-10 Thread Joe Corneli
Sometimes when I run `edebug-defun', the echo area displays a messages that indicated that the function has been instrumented, but then edebug does not take over when the function is called. I don't know what causes this behavior, and I'm looking for su

textmodes/ispell.el: aspell does not support utf-8

2005-08-10 Thread Jorgen Schaefer
Hello, since 2005-05-07, textmodes/ispell.el sets `ispell-program-name' to aspell if found. This is a problem when using an utf-8 locale, since aspell does not support utf-8. A solution would be to use ispell in any case when `default-buffer-file-coding-system' is set to mule-utf-8. Greetings,

Re: delete-selection-mode and overwrite-mode

2005-08-10 Thread Richard M. Stallman
I have a feeling this fix is not enough. It seems to me that if you delete a selection in this way, then type several more self-inserting characters, none of them should overwrite. Don't you agree? At the same time, the most natural way to achieve that result is to turn off overwrite. I have to

Re: edebug doesn't always work

2005-08-10 Thread Richard M. Stallman
Sometimes when I run `edebug-defun', the echo area displays a messages that indicated that the function has been instrumented, but then edebug does not take over when the function is called. I don't know what causes this behavior, and I'm looking for suggestions. The on

epatch-buffer broken in CVS

2005-08-10 Thread Aaron S. Hawley
Symptoms: Epatch-buffer in combination with VC-mode doesn't work in the Emacs from CVS (installed with Trent's Debian package). The problem doesn't happen in my installation of GNU Emacs 21. Here's a small scenario that causes the error of "Wrong type argument: stringp, nil": * Start a new fil

She wants a better sex? All you need's here!

2005-08-10 Thread Gersh
___ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: tiny patch to ange-ftp

2005-08-10 Thread Katsumi Yamaoka
> In <[EMAIL PROTECTED]> Katsumi Yamaoka wrote: > Here's a new patch: > 2005-08-10 Katsumi Yamaoka <[EMAIL PROTECTED]> (tiny change) > * net/ange-ftp.el (ange-ftp-send-cmd): Withdraw the last change, > which made it impossible to connect to NetBSD's ftpd; make it work >

Re: tiny patch to ange-ftp

2005-08-10 Thread Katsumi Yamaoka
> In <[EMAIL PROTECTED]> Juri Linkov wrote: > The patch below fixes ange-ftp.el to work with both ProFTPD and > lukemftpd (which is seemingly is the same as netbsd ftpd). > This is not a final patch: I like to test it more before installing. I tested it briefly. Accessing NetBSD's ftpd seem

Re: tiny patch to ange-ftp

2005-08-10 Thread Katsumi Yamaoka
> In <[EMAIL PROTECTED]> Katsumi Yamaoka wrote: > I confirmed it in the ftp.netbsd.org host, oops. I agree to > revert it, er,... I reverted it so that ange-ftp can be used with NetBSD's ftpd as well. Following up to it, I modified `ange-ftp-ls' so as to make it return a single line when li

edebug doesn't always work

2005-08-10 Thread Joe Corneli
Sometimes when I run `edebug-defun', the echo area displays a messages that indicated that the function has been instrumented, but then edebug does not take over when the function is called. I don't know what causes this behavior, and I'm looking for suggestions. The only workaround I've foun

delete-selection-mode and overwrite-mode

2005-08-10 Thread Juri Linkov
After typing a character on a selected region with both delete-selection-mode and overwrite-mode enabled, it deletes the character adjacent to the selected region. This is not what is expected with these modes. Instead of that, it should work like other commands in delete-selection-mode, i.e. to

Re: tiny patch to ange-ftp

2005-08-10 Thread Juri Linkov
> This looks wrong to me. NetBSD's ftpd does not accept two arguments to the > LS command, last I tried. Concatenating them and enclosing them in double > quotes won't make any difference either: it'll just consider that you want > to see the listing of the "-alF /foo" directory which probably >