all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#15135: 24.3; Weird behavior with dead chars
@ 2013-08-19 17:33 georgesleyetidoux
  2013-08-20  2:05 ` Richard Stallman
  2013-08-20  5:57 ` Stefan Monnier
  0 siblings, 2 replies; 5+ messages in thread
From: georgesleyetidoux @ 2013-08-19 17:33 UTC (permalink / raw
  To: 15135

Hi,
I encounter an odd behavior using emacs under Linux. When I type a dead
key like ~ (dead-tilde) or ` (dead-grave) I get the error "<dead-tilde
is undefined>" (where dead-tilde is the name of the dead chars).

What is really weird is that if I open the keybinding help (C-h b) I can
then type everything correctly until I exit the current session.

I tried to launch emacs with -q parameter in case the problem was from
my personnal configuration but the problem persist.

I am using the bépo (dvorak for french) keyboard layout [0] but I have
the same error if I switch to the swiss-french layout.

[0] http://bepo.fr

<#part type="image/png" filename="/home/sam/Images/emacs_dead_grave_error.png" disposition=attachment description="The error message">
<#/part>



In GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.8.2)
 of 2013-08-07 on -mnt-storage-buildroots-staging-x86_64-eric
Windowing system distributor `The X.Org Foundation', version 11.0.11402000
Configured using:
 `configure '--prefix=/usr' '--sysconfdir=/etc' '--libexecdir=/usr/lib'
 '--localstatedir=/var' '--with-x-toolkit=gtk3' '--with-xft'
 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector
 --param=ssp-buffer-size=4'
 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro'
 'CPPFLAGS=-D_FORTIFY_SOURCE=2''

Important settings:
  value of $LC_MONETARY: fr_CH.utf8
  value of $LC_NUMERIC: fr_CH.utf8
  value of $LC_TIME: fr_CH.utf8
  value of $LANG: fr_CH.utf8
  value of $XMODIFIERS: @im=ibus
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
M-x r e p o <tab> r t <tab> <return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Making completion list...

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util
mail-prsvr mail-utils help-mode easymenu time-date tooltip ediff-hook
vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image
regexp-opt fringe tabulated-list newcomment lisp-mode register page
menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock
syntax facemenu font-core frame cham georgian utf-8-lang misc-lang
vietnamese tibetan thai tai-viet lao korean japanese hebrew greek
romanian slovak czech european ethiopic indian cyrillic chinese
case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs
button faces cus-face macroexp files text-properties overlay sha1 md5
base64 format env code-pages mule custom widget hashtable-print-readable
backquote make-network-process dbusbind dynamic-setting
system-font-setting font-render-setting move-toolbar gtk x-toolkit x
multi-tty emacs)





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#15135: 24.3; Weird behavior with dead chars
  2013-08-19 17:33 bug#15135: 24.3; Weird behavior with dead chars georgesleyetidoux
@ 2013-08-20  2:05 ` Richard Stallman
  2013-08-20  5:57 ` Stefan Monnier
  1 sibling, 0 replies; 5+ messages in thread
From: Richard Stallman @ 2013-08-20  2:05 UTC (permalink / raw
  To: georgesleyetidoux; +Cc: 15135

        [ To any NSA and FBI agents reading my email: please consider
        [ whether defending the US Constitution against all enemies,
        [ foreign or domestic, requires you to follow Snowden's example.

    I encounter an odd behavior using emacs under Linux.

Don't you mean, "under GNU/Linux"?

Thanks for reporting the bug.

-- 
Dr Richard Stallman
President, Free Software Foundation
51 Franklin St
Boston MA 02110
USA
www.fsf.org  www.gnu.org
Skype: No way! That's nonfree (freedom-denying) software.
  Use Ekiga or an ordinary phone call.






^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#15135: 24.3; Weird behavior with dead chars
  2013-08-19 17:33 bug#15135: 24.3; Weird behavior with dead chars georgesleyetidoux
  2013-08-20  2:05 ` Richard Stallman
@ 2013-08-20  5:57 ` Stefan Monnier
  2013-08-24 16:52   ` Samuel El-Borai
  1 sibling, 1 reply; 5+ messages in thread
From: Stefan Monnier @ 2013-08-20  5:57 UTC (permalink / raw
  To: georgesleyetidoux; +Cc: 15135

> I encounter an odd behavior using emacs under Linux. When I type a dead
> key like ~ (dead-tilde) or ` (dead-grave) I get the error "<dead-tilde
> is undefined>" (where dead-tilde is the name of the dead chars).

We've had various reports of such problems, in the past.
Yours sounds like it's related to http://debbugs.gnu.org/14044 can you
look at this thread and see if it might help you track down the source
of the problem?

>   value of $LANG: fr_CH.utf8
>   value of $XMODIFIERS: @im=ibus

It sounds like a bad interaction with ibus.
Does someone know what might be going on with ibus?


        Stefan





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#15135: 24.3; Weird behavior with dead chars
  2013-08-20  5:57 ` Stefan Monnier
@ 2013-08-24 16:52   ` Samuel El-Borai
  2013-08-26 14:08     ` Stefan Monnier
  0 siblings, 1 reply; 5+ messages in thread
From: Samuel El-Borai @ 2013-08-24 16:52 UTC (permalink / raw
  To: Stefan Monnier; +Cc: 15135

[-- Attachment #1: Type: text/plain, Size: 1257 bytes --]

Thanks to reply.

Disabling ibus did the trick.
Before that I tried to change the $LANG variable like the emacs wiki
recommend[0] but without success.

Just in case, I also tried to run `emacs -nw' and it works correctly even
if I enable the ibus support in sakura[1].

I will for the moment remove ibus from my system as I don't need it.


[0] "Another solution is to change the language locale suffix to large
letters, e.g., from LANG=nb_NO.utf8 to LANG=nb_NO.UTF-8."
http://www.emacswiki.org/emacs/DeadKeys
[1] http://www.pleyades.net/david/projects/sakura


2013/8/20 Stefan Monnier <monnier@iro.umontreal.ca>

> > I encounter an odd behavior using emacs under Linux. When I type a dead
> > key like ~ (dead-tilde) or ` (dead-grave) I get the error "<dead-tilde
> > is undefined>" (where dead-tilde is the name of the dead chars).
>
> We've had various reports of such problems, in the past.
> Yours sounds like it's related to http://debbugs.gnu.org/14044 can you
> look at this thread and see if it might help you track down the source
> of the problem?
>
> >   value of $LANG: fr_CH.utf8
> >   value of $XMODIFIERS: @im=ibus
>
> It sounds like a bad interaction with ibus.
> Does someone know what might be going on with ibus?
>
>
>         Stefan
>

[-- Attachment #2: Type: text/html, Size: 2042 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#15135: 24.3; Weird behavior with dead chars
  2013-08-24 16:52   ` Samuel El-Borai
@ 2013-08-26 14:08     ` Stefan Monnier
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Monnier @ 2013-08-26 14:08 UTC (permalink / raw
  To: Samuel El-Borai; +Cc: 15135

> Disabling ibus did the trick.

Hmm... we really need to figure out what's up with that.
Is anyone here remotely familiar with ibus?


        Stefan





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-08-26 14:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-19 17:33 bug#15135: 24.3; Weird behavior with dead chars georgesleyetidoux
2013-08-20  2:05 ` Richard Stallman
2013-08-20  5:57 ` Stefan Monnier
2013-08-24 16:52   ` Samuel El-Borai
2013-08-26 14:08     ` Stefan Monnier

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.