Re: quail inserts raw characters on unfinished sequences

2005-10-27 Thread Juri Linkov
>> This could be fixed, when you agree with the change. > > Ok, I know agree with the change. Please install your > change after fixing it. I fixed and installed it. > But, please suppress this facility for such > non-deterministic input methods as chinese-py. You can > check it by `quail-deter

Re: format, concat and text properties

2005-10-27 Thread Richard M. Stallman
Does this fix it? *** editfns.c 24 Oct 2005 19:43:35 -0400 1.403 --- editfns.c 27 Oct 2005 23:34:00 -0400 *** *** 3662,3668 ++nchars; } ! start = nchars; nchars += nchars_string; end =

Re: show-paren-mode indicates mismatch for escaped parentheses

2005-10-27 Thread Richard M. Stallman
The current situation with escape characters is still not clear for me. I don't understand why `scan_lists' can't match escaped parens in strings in emacs-lisp mode? In strings "(" and "\(" have exactly the same meaning. So why to not treat them equally? scan_lists is not meant so

Re: flyspell + longlines: hang/wait

2005-10-27 Thread Richard M. Stallman
Regarding Python code: what you want makes sense, and could be a useful feature. But it is a completely different feature from the one longlines mode is trying to implement. Regarding LaTeX, I find it incomprehensible that you want to record each paragraph as a single long line. I can't argue wi

Re: DEL key doesn't kill mouse-dragged region

2005-10-27 Thread Richard M. Stallman
Does this mean that you suggest DEL to do different things if I have a mouse-dragged highlighted region versus if I have a highlighted region made using something like C-a C-SPC C-SPC C-e DEL (temporarily activate transient mark mode, go to end of line and DEL)? I don't think th

Re: silly precision when reporting file size

2005-10-27 Thread Richard M. Stallman
Good idea--thanks. ___ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

[PATCH] tool-bar.el

2005-10-27 Thread Nick Roberts
The doc strings for tool-bar-add-item-from-menu and tool-bar-local-item-from-menu appear to have been hacked from earlier commands. Nick *** tool-bar.el 18 Oct 2005 11:02:46 +1300 1.1 --- tool-bar.el 28 Oct 2005 15:27:27 +1300 *** *** 143,149 ;;;###autoload (de

Re: flyspell + longlines: hang/wait

2005-10-27 Thread David Reitter
On 27 Oct 2005, at 16:27, Ralf Angeli wrote: - I've been doing some work in Python lately. Python enforces strict formatting, and you don't have the option of inserting a newline at almost arbitrary (whitespace) positions like in C, for example. Of course there is such an option. Just pu

Re: show-paren-mode indicates mismatch for escaped parentheses

2005-10-27 Thread Ralf Angeli
* Juri Linkov (2005-10-27) writes: >> To me it looks like the syntax table is fine, but `forward-sexp' >> (i.e. `scan_lists') is disregarding it. > > How do you think `scan_lists' should treat a character quote? > I think that when point is after it, then `scan_lists' should work > as if point was

Re: flyspell + longlines: hang/wait

2005-10-27 Thread Ralf Angeli
* David Reitter (2005-10-27) writes: > On 27 Oct 2005, at 02:31, Richard M. Stallman wrote: >> >> A paragraph is NOT meant to be a single line, and if it appears as >> one, that is very inconvenient. > > > Let me give you two examples. > > - I've been doing some work in Python lately. Python enfor

Re: flyspell + longlines: hang/wait

2005-10-27 Thread David Reitter
On 27 Oct 2005, at 02:31, Richard M. Stallman wrote: - line numbers displayed are plain wrong Would you please explain what you mean? Whether they are right or wrong might be a matter of interpretation. This is the crucial point. Some have argued that line-breaking at display time is e

Re: quail inserts raw characters on unfinished sequences

2005-10-27 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Juri Linkov <[EMAIL PROTECTED]> writes: >> When "ц" is shown, doesn't a user expect it to be changed to >> "ч" when he types another "h" (because "ch" sequence is >> mapped to "ч")? > The user may expect "ц" to be changed to "ч" only for the full > sequence "ch"

Re: DEL key doesn't kill mouse-dragged region

2005-10-27 Thread Mathias Dahl
"Richard M. Stallman" <[EMAIL PROTECTED]> writes: > Experienced users who want something like that can use > delete-selection-mode. However, I'm concerned about beginners who > expect this behavior based on other editors. > > Typing DEL after dragging a region is something that an experienced > E

Re: yank & internationalization - problems with coding

2005-10-27 Thread kokrhac - Ales MATAS
Jason Rumney >C-x RET C-x c is undefined for me. Did you mean C-x RET x >(set-selection-coding-system)? Right (sorry for mistake). >Did you try just copying and pasting without resorting to manually >fiddling withg coding-systems? No I did not do that ... I'fool. It's functional (with