Contiguous redisplay of the menu and beeps

2007-05-26 Thread MIYOSHI Masanori
In GNU Emacs 22.0.990 on Windows, the following operation causes contiguous redisplay of the menu and beeps. And Emacs doesn't accept any operations for a while. emacs -q M-x html-mode ;; in the scratch buffer M-x column-number-mode html/html C-u 8 C-b ;; move back the cursor on `' of

Re: wrong-type-argument listp 27

2007-05-26 Thread Leo
- Leo (2007-05-19) wrote:- To reproduce: 1. start emacs in terminal 2. M-x xterm-mouse-mode 3. Use mouse to drag select a region 4. Any subsequent key stroke will cause an error, backtrace: , | Debugger entered--Lisp error: (wrong-type-argument listp 27) |

Re: Contiguous redisplay of the menu and beeps

2007-05-26 Thread martin rudalics
In GNU Emacs 22.0.990 on Windows, the following operation causes contiguous redisplay of the menu and beeps. And Emacs doesn't accept any operations for a while. emacs -q M-x html-mode ;; in the scratch buffer M-x column-number-mode html/html C-u 8 C-b ;; move back the cursor

Re: Contiguous redisplay of the menu and beeps

2007-05-26 Thread martin rudalics
In GNU Emacs 22.0.990 on Windows, the following operation causes contiguous redisplay of the menu and beeps. And Emacs doesn't accept any operations for a while. emacs -q M-x html-mode ;; in the scratch buffer M-x column-number-mode html/html C-u 8 C-b ;;

Infinite loop in log-edit-changelog-entries

2007-05-26 Thread Tetsurou Okazaki
The function `log-edit-changelog-entries' enters an infinite loop when a corresponding entry is the bottom of the change log buffer and ends without a line termination. Backtrace: Debugger entered--Lisp error: (quit) re-search-forward(^[ \n]*$ nil t) log-edit-changelog-paragraph()

Re: Contiguous redisplay of the menu and beeps

2007-05-26 Thread Stephen Berman
On Sat, 26 May 2007 15:41:27 +0200 martin rudalics [EMAIL PROTECTED] wrote: In GNU Emacs 22.0.990 on Windows, the following operation causes contiguous redisplay of the menu and beeps. And Emacs doesn't accept any operations for a while. emacs -q M-x html-mode ;; in the

Re: Contiguous redisplay of the menu and beeps

2007-05-26 Thread Stephen Berman
On Sat, 26 May 2007 16:12:04 +0200 Stephen Berman [EMAIL PROTECTED] wrote: On Sat, 26 May 2007 15:41:27 +0200 martin rudalics [EMAIL PROTECTED] wrote: In GNU Emacs 22.0.990 on Windows, the following operation causes contiguous redisplay of the menu and beeps. And Emacs doesn't accept

Re: Contiguous redisplay of the menu and beeps

2007-05-26 Thread Chong Yidong
MIYOSHI Masanori [EMAIL PROTECTED] writes: In GNU Emacs 22.0.990 on Windows, the following operation causes contiguous redisplay of the menu and beeps. And Emacs doesn't accept any operations for a while. emacs -q M-x html-mode ;; in the scratch buffer M-x column-number-mode

Re: Contiguous redisplay of the menu and beeps

2007-05-26 Thread martin rudalics
In GNU Emacs 22.0.990 on Windows, the following operation causes contiguous redisplay of the menu and beeps. And Emacs doesn't accept any operations for a while. emacs -q M-x html-mode ;; in the scratch buffer M-x column-number-mode html/html C-u 8 C-b ;; move back the cursor on `' of

Re: Contiguous redisplay of the menu and beeps

2007-05-26 Thread Chong Yidong
martin rudalics [EMAIL PROTECTED] writes: In GNU Emacs 22.0.990 on Windows, the following operation causes contiguous redisplay of the menu and beeps. And Emacs doesn't accept any operations for a while. emacs -q M-x html-mode ;; in the scratch buffer M-x column-number-mode html/html

Re: Contiguous redisplay of the menu and beeps

2007-05-26 Thread martin rudalics
With `debug-on-error' t you do get an error from `forward-list'? Yes, but I don't see the not accepting any operations or continuous redisplay behaviors. Maybe that part of the bug is specific to Windows. I think there are three bugs: (1) The list scanning bug in `sgml-point-entered'. It

Re: doc string of make-directory

2007-05-26 Thread Richard Stallman
I will fix it. Thanks. ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

webjump missing wikipedia

2007-05-26 Thread Ryan Yeske
I think webjump should include wikipedia. 2007-05-27 Ryan Yeske [EMAIL PROTECTED] * net/webjump.el (webjump-sample-sites): Add simple Wikipedia query. *** webjump.el 02 Mar 2007 16:01:12 -0800 1.14 --- webjump.el 26 May 2007 18:50:24 -0700 *** ***