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

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

Re: utf-8 input under X11


From: David Monniaux
Subject: Re: utf-8 input under X11
Date: Tue, 23 Oct 2001 11:04:10 +0200

Le Mardi 23 Octobre 2001 11:00, vous avez écrit :

>  Is that a typo?  Did you mean set-keyboard-coding-system?  If not,
That's a copy-paste of the wrong .emacs line. I actually use:
         (progn (set-terminal-coding-system 'utf-8)
                 (set-keyboard-coding-system 'utf-8)
                 (set-selection-coding-system 'utf-8)))))

> If the above doesn't help, please send the backtrace from the core
> dump.

(gdb) bt
#0  0x40327811 in __kill () from /lib/libc.so.6
#1  0x080cf514 in fatal_error_signal (sig=6) at emacs.c:354
#2  <signal handler called>
#3  0x40327811 in __kill () from /lib/libc.so.6
#4  0x080cf532 in abort () at emacs.c:387
#5  0x080d47d7 in kbd_buffer_store_event (event=0xbffd209c) at 
keyboard.c:3207
#6  0x080d7771 in read_avail_input (expected=1) at keyboard.c:6245
#7  0x080d77da in input_available_signal (signo=29) at keyboard.c:6286
#8  <signal handler called>
#9  0x403d8afe in __select () from /lib/libc.so.6

-- 
David Monniaux            http://www.di.ens.fr/~monniaux
Laboratoire d'informatique de l'École Normale Supérieure,
Paris, France



reply via email to

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