GNU bug report logs -
#874
Args out of range with new auto-composition implementation
Previous Next
Reported by: "Juanma Barranquero" <lekktu <at> gmail.com>
Date: Wed, 3 Sep 2008 16:30:03 UTC
Severity: normal
Found in version 23.0.60
Done: "Juanma Barranquero" <lekktu <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 12 Sep 2008 10:56:39 +0200
with message-id <f7ccd24b0809120156o45ab375dhd2c6097e1c375890 <at> 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 <at> donarmstrong.com
immediately.)
--
874: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=874
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
;;; 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
[Message part 3 (message/rfc822, inline)]
On Fri, Sep 12, 2008 at 08:32, Kenichi Handa <handa <at> 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
This bug report was last modified 16 years and 252 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.