From: "Juanma Barranquero" <lekktu@gmail.com>
To: "Emacs Bug Tracker" <submit@emacsbugs.donarmstrong.com>
Subject: bug#874: Args out of range with new auto-composition implementation
Date: Wed, 3 Sep 2008 18:21:51 +0200 [thread overview]
Message-ID: <f7ccd24b0809030921q643779e8t28aae7d9cf1b6d44@mail.gmail.com> (raw)
;;; 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
next prev reply other threads:[~2008-09-03 16:21 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-01 23:39 Args out of range with new auto-composition implementation Juanma Barranquero
2008-09-11 2:07 ` Kenichi Handa
2008-09-11 2:17 ` Juanma Barranquero
2008-09-11 2:21 ` Juanma Barranquero
2008-09-12 6:32 ` Kenichi Handa
2008-09-12 8:56 ` Juanma Barranquero
2008-09-03 16:21 ` Juanma Barranquero [this message]
2008-09-04 15:25 ` bug#874: " Juanma Barranquero
2008-09-12 9:05 ` bug#874: marked as done (Args out of range with new auto-composition implementation) Emacs bug Tracking System
2008-09-11 14:46 ` Args out of range with new auto-composition implementation Ted Zlatanov
2008-09-24 6:07 ` Kenichi Handa
2008-10-08 16:58 ` Ted Zlatanov
2008-10-10 1:49 ` Kenichi Handa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f7ccd24b0809030921q643779e8t28aae7d9cf1b6d44@mail.gmail.com \
--to=lekktu@gmail.com \
--cc=874@emacsbugs.donarmstrong.com \
--cc=submit@emacsbugs.donarmstrong.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.