Re: segfault in read_process_output() during vc-diff

2006-11-14 Thread Kim F. Storm
Tim Van Holder [EMAIL PROTECTED] writes: Testcase now attached. Great! It crashes here too. I'm using an older CVS version, so to get the crash, I had to change the following line in cvs/CVSROOT/config from UseNewInfoFmtStrings=yes to #UseNewInfoFmtStrings=yes I hope Handa can

mouse-yank-at-click (with mouse-2) in fringe

2006-11-14 Thread Klaus Zeitler
in August we had a discussion about pasting (with mouse-2) in fringe. I noticed that it doesn't work anymore, instead I get: After 0 kbd macro iterations: mouse-yank-at-click must be bound to an event with parameters In GNU Emacs 22.0.50.10 (sparc-sun-solaris2.8, Motif Version 2.1.0) of

Re: segfault in read_process_output() during vc-diff

2006-11-14 Thread Tim Van Holder
On 11/14/06, Kenichi Handa [EMAIL PROTECTED] wrote: In article [EMAIL PROTECTED], Tim Van Holder [EMAIL PROTECTED] writes: A dummy CVS repository does reproduce the problem, a tarball is attached. !!! Thank you !!! I now can reproduce the bug, and have just committed a fix. It's surprising

Re: M-x grep should hang if no files specified

2006-11-14 Thread Richard Stallman
It's very easy if done at the right place: inside GNU grep (rather than inside Emacs). And it sure should complain: the user specified a search in 0 files, so there's obviously something odd. It would fit naturally there, but there's a POSIX spec for grep, and I think this change

Inferior Python mode doesn't fontify correctly

2006-11-14 Thread Otto Maddox
For instance: M-x run-python RET import os RET help(os) RET Fontification gets very confused when, for example, single quotes are used as apostrophes rather than delimiting strings. It makes the output really difficult to read. In GNU Emacs 22.0.90.1 (powerpc-apple-darwin8.8.0, Carbon Version

Re: mouse-yank-at-click (with mouse-2) in fringe

2006-11-14 Thread Chong Yidong
Klaus Zeitler [EMAIL PROTECTED] writes: in August we had a discussion about pasting (with mouse-2) in fringe. I noticed that it doesn't work anymore, instead I get: After 0 kbd macro iterations: mouse-yank-at-click must be bound to an event with parameters Did it ever work? I just checked

Re: segfault in read_process_output() during vc-diff

2006-11-14 Thread Kenichi Handa
In article [EMAIL PROTECTED], Tim Van Holder [EMAIL PROTECTED] writes: A dummy CVS repository does reproduce the problem, a tarball is attached. !!! Thank you !!! I now can reproduce the bug, and have just committed a fix. It's surprising that this bug survived this long time. FYI, the

Re: M-x grep should hang if no files specified

2006-11-14 Thread Stefan Monnier
It's very easy if done at the right place: inside GNU grep (rather than inside Emacs). And it sure should complain: the user specified a search in 0 files, so there's obviously something odd. From grep(1): DESCRIPTION grep searches the named input FILEs (or standard input if no

Re: Slow operations on buffers of tens of megabytes

2006-11-14 Thread Richard Stallman
This should be fixed in the current sources. Is it? ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: mouse-yank-at-click (with mouse-2) in fringe

2006-11-14 Thread Chong Yidong
Klaus Zeitler [EMAIL PROTECTED] writes: in August we had a discussion about pasting (with mouse-2) in fringe. I noticed that it doesn't work anymore, instead I get: After 0 kbd macro iterations: mouse-yank-at-click must be bound to an event with parameters The following patch should make

Re: Inferior Python mode doesn't fontify correctly

2006-11-14 Thread Stefan Monnier
M-x run-python RET import os RET help(os) RET Fontification gets very confused when, for example, single quotes are used as apostrophes rather than delimiting strings. It makes the output really difficult to read. Indeed, using the programming language's syntax-table for the inferior

Re: mouse-yank-at-click (with mouse-2) in fringe

2006-11-14 Thread Stefan Monnier
! (global-set-key [right-fringe mouse-2] [mouse-2]) --- 2416,2422 ! (global-set-key [right-fringe mouse-2] 'mouse-yank-at-click) Hmm... that's nasty. So we can't redirect a mouse event like that: the event's parameters get lost. That sucks. How could we do it right? Stefan

Re: mouse-yank-at-click (with mouse-2) in fringe

2006-11-14 Thread Chong Yidong
Stefan Monnier [EMAIL PROTECTED] writes: ! (global-set-key [right-fringe mouse-2] [mouse-2]) --- 2416,2422 ! (global-set-key [right-fringe mouse-2] 'mouse-yank-at-click) Hmm... that's nasty. So we can't redirect a mouse event like that: the event's parameters get lost. That sucks.

unicode characters

2006-11-14 Thread M G Berberich
showing Marcus Kuhns UTF-demo.txt the unicode-characters - 201E (german double opening quotation-marks), - 201C (german closing opening quotation-marks), - 201A (german single opening quotation-marks), - 2018 (german single opening quotation-marks), - 2026 (ellipsis) - and the Euro-Sign are

Re: mouse-yank-at-click (with mouse-2) in fringe

2006-11-14 Thread Klaus Zeitler
Chong == Chong Yidong [EMAIL PROTECTED] writes: Chong Chong Klaus Zeitler [EMAIL PROTECTED] writes: in August we had a discussion about pasting (with mouse-2) in fringe. I noticed that it doesn't work anymore, instead I get: After 0 kbd macro iterations: