GNU bug report logs - #874
Args out of range with new auto-composition implementation

Previous Next

Package: emacs;

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

From: help-debbugs <at> gnu.org (Emacs bug Tracking System)
To: "Juanma Barranquero" <lekktu <at> gmail.com>
Subject: bug#874 closed by "Juanma Barranquero" <lekktu <at> gmail.com> (Re: 
 Args out of range with new auto-composition implementation)
[Message part 1 (text/plain, inline)]
This is an automatic notification regarding your bug report
which was filed against the emacs package:

#874: Args out of range with new auto-composition implementation

It has been closed by "Juanma Barranquero" <lekktu <at> gmail.com>.

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact "Juanma Barranquero" <lekktu <at> gmail.com> by
replying to this email.


-- 
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)]
From: "Juanma Barranquero" <lekktu <at> gmail.com>
To: "Kenichi Handa" <handa <at> m17n.org>
Cc: emacs-devel <at> gnu.org, 874-done <at> debbugs.gnu.org
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 <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

[Message part 3 (message/rfc822, inline)]
From: "Juanma Barranquero" <lekktu <at> gmail.com>
To: "Emacs Bug Tracker" <submit <at> debbugs.gnu.org>
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



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.