all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#14044: 24.2; Emacs 24 and dead keys in Fedora 18
@ 2013-03-23 19:47 Alexandre Lagüe-Jacques
  2013-03-30 17:25 ` Stefan Monnier
  0 siblings, 1 reply; 10+ messages in thread
From: Alexandre Lagüe-Jacques @ 2013-03-23 19:47 UTC (permalink / raw)
  To: 14044

This bug report will be sent to the Bug-GNU-Emacs mailing list
and the GNU bug tracker at debbugs.gnu.org.  Please check that
the From: line contains a valid email address.  After a delay of up
to one day, you should receive an acknowledgement at that address.

Please write in English if possible, as the Emacs maintainers
usually do not have translators for other languages.

Please describe exactly what actions triggered the bug, and
the precise symptoms of the bug.  If you can, give a recipe
starting from `emacs -Q':

--- BEGIN DESCRIPTION ---
After installing Fedora 18, I've come across an odd problem with Emacs.

I use a Canadian multilingual keyboard. With this keyboard it is
possible to type the characters of every European language based on
the Latin alphabet. Dead keys are very important, as they allow one to
add frequently occurring accent marks to different letters. The
physical layout is here:

http://upload.wikimedia.org/wikipedia/commons/5/55/KB_Canadian_Multilingual_Standard_comment-fr.svg

When I first ran Emacs after the installation, the dead keys that I
commonly use in French or German were not working. Emacs would display
an error like '<dead-grave> is undefined' when I pressed the dead key
and the subsquent letter was printed without an accent. The Emacs Wiki
provided a partial solution: the addition of the following line to
one's .emacs.
(require 'iso-transl)
(Source: http://www.emacswiki.org/emacs/DeadKeys)

Now I deal a lot with central Europe, and this requires me to type
words in languages like Czech or Polish. Interestingly enough, one can
not enter common Czech or Polish accented characters like ą, ę, ż, or
ž, which require a dead key. This produces an error message like
'<S-dead-caron> is undefined'. What doesn't require a dead key -- ł or
Ł for example, works. A further letter common to Polish produced with
a dead accent, ó or Ó, functions.

This implies that the input of non-ISO-8859-1 characters with dead keys
is somehow broken. Remember, I can type letters in French or German that
require dead keys without a problem and the ó or Ó is also used in
Spanish I believe -- all ISO-8859-1. Furthermore, opening files in
Emacs that contain the problem characters, or copying text containing
them into Emacs, functions normally.
--- END DESCRIPTION ---

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
For information about debugging Emacs, please read the file
/usr/share/emacs/24.2/etc/DEBUG.


In GNU Emacs 24.2.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.6.4)
 of 2013-02-02 on buildvm-04.phx2.fedoraproject.org
Windowing system distributor `Fedora Project', version 11.0.11303000
Configured using:
 `configure '--build=x86_64-redhat-linux-gnu'
 '--host=x86_64-redhat-linux-gnu' '--program-prefix='
 '--disable-dependency-tracking' '--prefix=/usr' '--exec-prefix=/usr'
 '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc'
 '--datadir=/usr/share' '--includedir=/usr/include'
 '--libdir=/usr/lib64' '--libexecdir=/usr/libexec'
 '--localstatedir=/var' '--sharedstatedir=/var/lib'
 '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-dbus'
 '--with-gif' '--with-jpeg' '--with-png' '--with-rsvg' '--with-tiff'
 '--with-xft' '--with-xpm' '--with-x-toolkit=gtk3' '--with-gpm=no'
 '--with-wide-int' 'build_alias=x86_64-redhat-linux-gnu'
 'host_alias=x86_64-redhat-linux-gnu' 'CFLAGS=-DMAIL_USE_LOCKF -O2 -g
 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
 --param=ssp-buffer-size=4 -m64 -mtune=generic' 'LDFLAGS=-Wl,-z,relro ''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: fr_CA.UTF8
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: fr_CA.utf8
  value of $LC_NUMERIC: fr_CA.utf8
  value of $LC_TIME: fr_CA.utf8
  value of $LANG: fr_FR.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:
  show-paren-mode: t
  global-linum-mode: t
  linum-mode: t
  delete-selection-mode: t
  tooltip-mode: t
  mouse-wheel-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
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<down-mouse-1> <mouse-1> M-x r e p <tab> o r <tab>
<return>

Recent messages:
Loading /usr/share/emacs/site-lisp/site-start.d/desktop-entry-mode-init.el
(source)...done
Loading /usr/share/emacs/site-lisp/site-start.d/rpm-spec-mode-init.el
(source)...done
For information about GNU Emacs and the GNU system, type C-h C-a.
Making completion list...

Load-path shadows:





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

* bug#14044: 24.2; Emacs 24 and dead keys in Fedora 18
  2013-03-23 19:47 bug#14044: 24.2; Emacs 24 and dead keys in Fedora 18 Alexandre Lagüe-Jacques
@ 2013-03-30 17:25 ` Stefan Monnier
  2013-04-24 19:13   ` Stefan Monnier
  0 siblings, 1 reply; 10+ messages in thread
From: Stefan Monnier @ 2013-03-30 17:25 UTC (permalink / raw)
  To: Alexandre Lagüe-Jacques; +Cc: 14044

>   value of $LANG: fr_FR.UTF8

Could someone look into why "utf8" locales cause such problems, even
though "utf-8" locales work just fine?


        Stefan





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

* bug#14044: 24.2; Emacs 24 and dead keys in Fedora 18
  2013-03-30 17:25 ` Stefan Monnier
@ 2013-04-24 19:13   ` Stefan Monnier
  2013-04-25 18:25     ` Tassilo Horn
  0 siblings, 1 reply; 10+ messages in thread
From: Stefan Monnier @ 2013-04-24 19:13 UTC (permalink / raw)
  To: Alexandre Lagüe-Jacques; +Cc: 14044

>> value of $LANG: fr_FR.UTF8
> Could someone look into why "utf8" locales cause such problems, even
> though "utf-8" locales work just fine?

For what it's worth I can't reproduce it, here.
I did the following:

    xmodmap -e "keysym Left = dead_grave"
    LANG="fr_CH.UTF8" emacs -Q

and then tried dead-grave followed by e and it inserted "è" just as
it should.  This was on Debian testing.


        Stefan





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

* bug#14044: 24.2; Emacs 24 and dead keys in Fedora 18
  2013-04-24 19:13   ` Stefan Monnier
@ 2013-04-25 18:25     ` Tassilo Horn
  2013-04-26  8:58       ` Andreas Schwab
  0 siblings, 1 reply; 10+ messages in thread
From: Tassilo Horn @ 2013-04-25 18:25 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: 14044, Alexandre Lagüe-Jacques

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>>> value of $LANG: fr_FR.UTF8
>> Could someone look into why "utf8" locales cause such problems, even
>> though "utf-8" locales work just fine?
>
> For what it's worth I can't reproduce it, here.
> I did the following:
>
>     xmodmap -e "keysym Left = dead_grave"
>     LANG="fr_CH.UTF8" emacs -Q
>
> and then tried dead-grave followed by e and it inserted "è" just as
> it should.  This was on Debian testing.

I also can't insert ` anymore, except with `M-x ucs-insert GRAVE ACCENT
RET'.  Typing ` (which is AltGr+< on my German Dvorak layout) messages
just

  <dead-grave> is undefined

% locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE=C
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

It used to work until one or two months ago.  At that time, I updated to
GNOME 3.6 from 3.4, and thought that would be the culprit.  Hence I
wrote this GNOME bug report:

  https://bugzilla.gnome.org/show_bug.cgi?id=691054

The problem only appears if I start GTK emacs from the GNOME dock, or
GNOME run dialog.  When I start it from a GNOME terminal, typing ` works
just fine.

There's a similar problem with Emacs on *BSD:

  http://comments.gmane.org/gmane.os.netbsd.devel.pkgsrc.user/16230

That could be solved by fixing some X config files.  However, on my
Gentoo GNU/Linux system, the file

  /usr/share/X11/locale/en_US.UTF-8/XI18N_OBJS

doesn't contain the line that's supposed to be changed by the patch
floating in that thread.

I'm happy to provide any further information that's needed.  Not being
able to type ` is really a pain in the ass. ;-)

Bye,
Tassilo





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

* bug#14044: 24.2; Emacs 24 and dead keys in Fedora 18
  2013-04-25 18:25     ` Tassilo Horn
@ 2013-04-26  8:58       ` Andreas Schwab
  2013-04-26 10:15         ` Tassilo Horn
  2013-04-26 20:36         ` James Cloos
  0 siblings, 2 replies; 10+ messages in thread
From: Andreas Schwab @ 2013-04-26  8:58 UTC (permalink / raw)
  To: Tassilo Horn; +Cc: 14044, Alexandre Lagüe-Jacques

Tassilo Horn <tsdh@gnu.org> writes:

> I also can't insert ` anymore, except with `M-x ucs-insert GRAVE ACCENT
> RET'.  Typing ` (which is AltGr+< on my German Dvorak layout) messages
> just
>
>   <dead-grave> is undefined

Your keyboard is misconfigured.  Your X server should have a compose
rule that composes the dead_grave keysym with the following key, so that
Emacs doesn't see the dead_grave keysym at all (provided the composition
was sucessful).  At the very least the sequence <dead_grave> <space>
or <dead_grave> <dead_grave> should produce the <grave> keysym.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."





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

* bug#14044: 24.2; Emacs 24 and dead keys in Fedora 18
  2013-04-26  8:58       ` Andreas Schwab
@ 2013-04-26 10:15         ` Tassilo Horn
  2013-04-26 10:25           ` Tassilo Horn
  2013-04-26 20:36         ` James Cloos
  1 sibling, 1 reply; 10+ messages in thread
From: Tassilo Horn @ 2013-04-26 10:15 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: 14044, Alexandre Lagüe-Jacques

Andreas Schwab <schwab@linux-m68k.org> writes:

>> I also can't insert ` anymore, except with `M-x ucs-insert GRAVE
>> ACCENT RET'.  Typing ` (which is AltGr+< on my German Dvorak layout)
>> messages just
>>
>>   <dead-grave> is undefined
>
> Your keyboard is misconfigured.

Any hints how to diagnose the problem?  I don't have any custom
configurations for the X server at all, except this one:

,----[ /etc/X11/xorg.conf.d/99-my-keyboard.conf ]
| Section "InputClass"
|     Identifier "Default Keyboard"
|     MatchIsKeyboard  "on"
|     Driver "evdev"
| 
|     Option "XkbLayout"  "de"
|     Option "XkbVariant" "dvorak"
|     Option "XkbModel"   "evdev"
|     Option "XkbRules"   "evdev"
|     Option "XKbOptions" "ctrl:nocaps"
| EndSection
`----

I haven't touched that file for years, and as said, it used to work.

> Your X server should have a compose rule that composes the dead_grave
> keysym with the following key, so that Emacs doesn't see the
> dead_grave keysym at all (provided the composition was sucessful).  At
> the very least the sequence <dead_grave> <space> or <dead_grave>
> <dead_grave> should produce the <grave> keysym.

Hm, what's happening is actually quite different depending on
application.

- Any GNOME3 GTK+3 application, or GTK+2 applications like GIMP: I can
  insert a ` by typing AltGr+< twice, or AltGr+< SPACE.

- Qt4 apps: Typing just AltGr+< immediately inserts a `, so no
  composition here.

- xterm: I can't insert ` at all.  Typing AltGr+< twice or AltGr+< SPACE
  seems to be ignored.

Like with Emacs, I can "fix" xterm by simply starting it from a GNOME
terminal.  Then typing AltGr+< has the same composing behavior as in
GNOME3 applications.

Oh, interestingly, I can also make Qt4 apps using the composing behavior
by starting them from a gnome-terminal...

Bye,
Tassilo





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

* bug#14044: 24.2; Emacs 24 and dead keys in Fedora 18
  2013-04-26 10:15         ` Tassilo Horn
@ 2013-04-26 10:25           ` Tassilo Horn
  2013-04-26 13:53             ` Tassilo Horn
  0 siblings, 1 reply; 10+ messages in thread
From: Tassilo Horn @ 2013-04-26 10:25 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: 14044, Alexandre Lagüe-Jacques

Tassilo Horn <tsdh@gnu.org> writes:

> - Any GNOME3 GTK+3 application, or GTK+2 applications like GIMP: I can
>   insert a ` by typing AltGr+< twice, or AltGr+< SPACE.
>
> - Qt4 apps: Typing just AltGr+< immediately inserts a `, so no
>   composition here.
>
> - xterm: I can't insert ` at all.  Typing AltGr+< twice or AltGr+< SPACE
>   seems to be ignored.
>
> Like with Emacs, I can "fix" xterm by simply starting it from a GNOME
> terminal.  Then typing AltGr+< has the same composing behavior as in
> GNOME3 applications.

That was wrong: I can "fix" xterm this way, but not Emacs.  Even when I
start it from a gnome-terminal, I still only get

  <dead-grave> is undefined

when pressing AltGr+<.

Bye,
Tassilo





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

* bug#14044: 24.2; Emacs 24 and dead keys in Fedora 18
  2013-04-26 10:25           ` Tassilo Horn
@ 2013-04-26 13:53             ` Tassilo Horn
  0 siblings, 0 replies; 10+ messages in thread
From: Tassilo Horn @ 2013-04-26 13:53 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: 14044, Alexandre Lagüe-Jacques

Hi again,

I've fixed the issue in my case.  The culprit was this new input method
framework ibus used by GNOME 3.6.  After deinstalling that, dead keys
work consistently again through all applications with the same behavior.

Bye,
Tassilo





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

* bug#14044: 24.2; Emacs 24 and dead keys in Fedora 18
  2013-04-26  8:58       ` Andreas Schwab
  2013-04-26 10:15         ` Tassilo Horn
@ 2013-04-26 20:36         ` James Cloos
  2013-04-26 21:28           ` Jan Djärv
  1 sibling, 1 reply; 10+ messages in thread
From: James Cloos @ 2013-04-26 20:36 UTC (permalink / raw)
  To: 14044; +Cc: Alexandre Lagüe-Jacques, Andreas Schwab, Tassilo Horn

>>>>> "AS" == Andreas Schwab <schwab@linux-m68k.org> writes:

AS> Tassilo Horn <tsdh@gnu.org> writes:
>> I also can't insert ` anymore, except with `M-x ucs-insert GRAVE ACCENT
>> RET'.  Typing ` (which is AltGr+< on my German Dvorak layout) messages
>> just
>> 
>> <dead-grave> is undefined

AS> Your keyboard is misconfigured.  Your X server should have a compose
AS> rule that composes the dead_grave keysym

If one uses the gtk compile of Emacs; then it may be Gnome's input
rules rather than X11's.  (I don't use gtk Emacs, but my tests show
that other gtk apps use the gtk/gnome IMs even when compiled without
libgnome or other gnome-specific support libs.)

-JimC
-- 
James Cloos <cloos@jhcloos.com>         OpenPGP: 1024D/ED7DAEA6





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

* bug#14044: 24.2; Emacs 24 and dead keys in Fedora 18
  2013-04-26 20:36         ` James Cloos
@ 2013-04-26 21:28           ` Jan Djärv
  0 siblings, 0 replies; 10+ messages in thread
From: Jan Djärv @ 2013-04-26 21:28 UTC (permalink / raw)
  To: James Cloos
  Cc: 14044@debbugs.gnu.org, Alexandre Lagüe-Jacques,
	Andreas Schwab, Tassilo Horn

Hello. 

26 apr 2013 kl. 22:36 skrev James Cloos <cloos@jhcloos.com>:

>>>>>> "AS" == Andreas Schwab <schwab@linux-m68k.org> writes:
> 
> AS> Tassilo Horn <tsdh@gnu.org> writes:
>>> I also can't insert ` anymore, except with `M-x ucs-insert GRAVE ACCENT
>>> RET'.  Typing ` (which is AltGr+< on my German Dvorak layout) messages
>>> just
>>> 
>>> <dead-grave> is undefined
> 
> AS> Your keyboard is misconfigured.  Your X server should have a compose
> AS> rule that composes the dead_grave keysym
> 
> If one uses the gtk compile of Emacs; then it may be Gnome's input
> rules rather than X11's.  (I don't use gtk Emacs, but my tests show
> that other gtk apps use the gtk/gnome IMs even when compiled without
> libgnome or other gnome-specific support libs.)

Gtk+ has its own input processing, but Emacs does not use it. Emacs compiled for X11, regardless of toolkit use the same code, raw Xlib or Xim.

    Jan D. 




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

end of thread, other threads:[~2013-04-26 21:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-23 19:47 bug#14044: 24.2; Emacs 24 and dead keys in Fedora 18 Alexandre Lagüe-Jacques
2013-03-30 17:25 ` Stefan Monnier
2013-04-24 19:13   ` Stefan Monnier
2013-04-25 18:25     ` Tassilo Horn
2013-04-26  8:58       ` Andreas Schwab
2013-04-26 10:15         ` Tassilo Horn
2013-04-26 10:25           ` Tassilo Horn
2013-04-26 13:53             ` Tassilo Horn
2013-04-26 20:36         ` James Cloos
2013-04-26 21:28           ` Jan Djärv

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.