Re: Range striding over charsets error in nxml-mode

2006-01-23 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Clifford Wulfman <[EMAIL PROTECTED]> writes: > Invoking nxml-validate-mode on certain xml files causes the following > error: > Internal error in rng-validate-mode triggered at buffer position > 7427. Invalid regexp: "Range striding over charsets" > (The buffe

recent CVS has aspell error

2006-01-23 Thread Chris Kuklewicz
This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailin

Range striding over charsets error in nxml-mode

2006-01-23 Thread Clifford Wulfman
Invoking nxml-validate-mode on certain xml files causes the following error: Internal error in rng-validate-mode triggered at buffer position 7427. Invalid regexp: "Range striding over charsets" (The buffer position varies depending on the file; I can send a sample file if you wish.) Th

RE: command remapping problem

2006-01-23 Thread Drew Adams
BTW, in my particular application, I get around the problem (workaround) by using `define-key' with remapping only for `self-insert-command' and `substitute-key-definition' (with `global-map' as OLDMAP) for everything else. However, there should be some general solution to this, IMO. Also, if `sel

Re: thumbs doesn't show next image

2006-01-23 Thread Mathias Dahl
Dieter Wilhelm <[EMAIL PROTECTED]> writes: >> Please don't remove thumbs which is simpler than tumme, and IMHO works better > > Yes, I think in this case it makes sense to have a "lite" package - > especially for beginners - with few basic functionalities but > immediate gratification, so to say.

Re: tramp mode: login failed / accept-process-output

2006-01-23 Thread Michael Albinus
David Reitter <[EMAIL PROTECTED]> writes: > Tramp mode fails to open a file with "Login failed" due to a > timeout. I interrupted it; the trace stack is below. > > I tried troubleshooting this a bit, to no avail. > It works fine on localhost (Mac OS X) and on another server (FreeBSD). > > The prob

command remapping problem

2006-01-23 Thread Drew Adams
1. (substitute-key-definition from to map global-map) is too slow in Emacs 22, at least when `from' is `self-insert-command'. It takes several seconds on a fast machine. In previous versions of Emacs it is instantaneous. 2. More importantly, (define-key map `[remap ,from] to) is an ina