From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Mateusz Greszta" Newsgroups: gmane.emacs.bugs Subject: Fatal error with changed buffer-display-table Date: 26 Apr 2003 14:25:02 -0000 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20030426142502.4287.qmail@violet02> Reply-To: mg197860@zodiac.mimuw.edu.pl NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1051367074 539 80.91.224.249 (26 Apr 2003 14:24:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 26 Apr 2003 14:24:34 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Sat Apr 26 16:24:33 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 199QbQ-00008W-00 for ; Sat, 26 Apr 2003 16:24:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 199QcJ-0001qQ-03 for gnu-bug-gnu-emacs@m.gmane.org; Sat, 26 Apr 2003 10:25:27 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 199Qc1-0001lq-00 for bug-gnu-emacs@gnu.org; Sat, 26 Apr 2003 10:25:09 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 199Qbz-0001iE-00 for bug-gnu-emacs@gnu.org; Sat, 26 Apr 2003 10:25:07 -0400 Original-Received: from zodiac.mimuw.edu.pl ([193.0.96.128] helo=students.mimuw.edu.pl) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 199Qby-0001cz-00 for bug-gnu-emacs@gnu.org; Sat, 26 Apr 2003 10:25:06 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by students.mimuw.edu.pl (Postfix) with ESMTP id A4CF317A52 for ; Sat, 26 Apr 2003 16:25:01 +0200 (CEST) Original-Received: from students.mimuw.edu.pl ([127.0.0.1]) by localhost (zodiac [127.0.0.1:10024]) (amavisd-new) with ESMTP id 04197-02 for ; Sat, 26 Apr 2003 16:25:01 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by students.mimuw.edu.pl (Postfix) with QMQP id 385C017A4E for ; Sat, 26 Apr 2003 16:25:01 +0200 (CEST) Original-Received: (qmail-qmqpc 4288 invoked by uid 3237); 26 Apr 2003 14:25:02 -0000 Original-To: bug-gnu-emacs@gnu.org X-Virus-Scanned: by amavisd-new X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:4895 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4895 This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English, because the Emacs maintainers do not have translators to read other languages for them. Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list, and to the gnu.emacs.bug news group. In GNU Emacs 21.1.1 (i386-pld-linux-gnu, X toolkit, Xaw3d scroll bars) of 2001-10-24 on rainbow configured using `configure --prefix=/usr/local --exec-prefix=/usr/local --bindir=/usr/local/bin --sbindir=/usr/local/sbin --sysconfdir=/etc --datadir=/usr/local/share --includedir=/usr/local/include --libdir=/usr/local/lib --localstatedir=/var --mandir=/usr/local/share/man --infodir=/usr/local/share/info --libexecdir=/usr/local/lib --sharedstatedir=/var --with-gcc --with-pop --with-x-toolkit --with-xpm --with-jpeg --with-tiff --with-gif --with-png i386-pld-linux' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: pl_PL locale-coding-system: iso-latin-2 default-enable-multibyte-characters: t Please describe exactly what actions triggered the bug and the precise symptoms of the bug: I've changed buffer-display-table with command: (set 'buffer-display-table (let ((table (make-display-table))) (aset table ?x (string-to-vector "1234")) table)) then, at end of buffer (!), I input x y and finally I got "Fatal error (6).Aborted" -- Mateusz Greszta Recent input: ESC x r e p o r TAB RET Recent messages: (emacs) Loading disp-table...done For information about the GNU Project and its goals, type C-h C-p. Loading emacsbug...done