bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#874: marked as done (Args out of range with new auto-composition im


From: Emacs bug Tracking System
Subject: bug#874: marked as done (Args out of range with new auto-composition implementation)
Date: Fri, 12 Sep 2008 02:05:06 -0700

Your message dated Fri, 12 Sep 2008 10:56:39 +0200
with message-id <f7ccd24b0809120156o45ab375dhd2c6097e1c375890@mail.gmail.com>
and subject line Re: Args out of range with new auto-composition implementation
has caused the Emacs bug report #874,
regarding Args out of range with new auto-composition implementation
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
874: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=874
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- Subject: Args out of range with new auto-composition implementation Date: Wed, 3 Sep 2008 18:21:51 +0200
;;; testbug.el ;;;
(column-number-mode 1)

(defun testbug ()
  (interactive)
  (split-window)
  (other-window 1)
  (pop-to-buffer (get-buffer-create "testbug")))
;;;;;;;;;;;;;;;;;

emacs -Q -l testbug.el
C-h H
M-: (goto-char 276) <RET>   ;; or move the cursor to any auto-composed char
M-x testbug <RET>

  => "Args out of range: 274, 274"

(and the windows are not correctly painted.)

At home's laptop I can reproduce the bug at will; as a weird
datapoint, at work I've only been able to reproduce it when the buffer
is called "*ielm*", even if IELM is *not* loaded.

emacs-devel discussion (including a backtrace):

http://lists.gnu.org/archive/html/emacs-devel/2008-09/msg00045.html



--- End Message ---
--- Begin Message --- Subject: Re: Args out of range with new auto-composition implementation Date: Fri, 12 Sep 2008 10:56:39 +0200
On Fri, Sep 12, 2008 at 08:32, Kenichi Handa <handa@m17n.org> wrote:

> Anyway, I've just installed a workaround of not handling
> automatic composition if the current buffer is not
> associated with a window.

That fixes the problem. Thanks.

 Juanma


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]