emacs-devel
[Top][All Lists]
Advanced

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

23.0.50; global-set-key not correctly working?


From: Peter Dyballa
Subject: 23.0.50; global-set-key not correctly working?
Date: Wed, 28 Nov 2007 12:25:46 +0100

Hello!

• When I have set in ~/.emacs

        (global-set-key [C-©]           'global-set-key)

C-h k C-© returns

        C-© is undefined

The list of key translations (C-h b) lists:

        <C-©>     global-set-key


• When I have set in ~/.emacs

        (global-set-key [(control ©)]   'global-set-key)

C-h k C-© returns

        C-© is undefined

The list of key translations (C-h b) lists:

        \216    global-set-key


• When I have set in ~/.emacs

        (global-set-key [67111081]      'global-set-key)

C-h k C-© returns that C-© is bound to global-set-key.

The list of key translations (C-h b) lists:

        C-©     global-set-key


Can this behaviour be improved to become more consistent, unified? ~/.emacs is ISO 8859-15 encoded, if it is of importance.


In GNU Emacs 23.0.50.1 (powerpc-apple-darwin8.11.0, X toolkit, Xaw3d scroll bars)
 of 2007-11-24 on Latsche.local
Windowing system distributor `The XFree86 Project, Inc', version 11.0.40400000 configured using `configure '--without-gtk' '--without-sound' '-- without-pop' '--with-x-toolkit=lucid' '--with-xpm' '--with-jpeg' '-- with-tiff' '--with-gif' '--with-png' '--enable-locallisppath=/Library/ Application Support/Emacs/calendar22:/Library/Application Support/ Emacs/caml:/Library/Application Support/Emacs:/sw/share/emacs21/site- lisp/elib' 'CPPFLAGS=-no-cpp-precomp -I/usr/local/include -I/sw/ include' 'CXXFLAGS=-no-cpp-precomp -I/usr/local/include -I/sw/ include' 'CFLAGS=-pipe -bind_at_load -fPIC -mcpu=7450 -mtune=7450 - fast -mpim-altivec -ftree-vectorize -foptimize-register-move - freorder-blocks -freorder-blocks-and-partition -fthread-jumps - fpeephole -fno-crossjumping' 'LDFLAGS=-dead_strip -multiply_defined suppress -bind_at_load -L/sw/lib/ncurses -L/usr/local/lib -L/sw/lib - lresolv''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: de_DE.UTF-8
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: de_DE.UTF-8
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t

Major mode: Calendar

Minor modes in effect:
  shell-dirtrack-mode: t
  show-paren-mode: t
  display-time-mode: t
  desktop-save-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
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
n <help-echo> <down-mouse-1> <mouse-1> C-h k C-© <help-echo>
<down-mouse-1> <mouse-1> C-h b <kp-enter> C-s g l o
b a l - <return> <help-echo> <help-echo> <down-mouse-1>
<mouse-1> C-x b C-g <down-mouse-1> <mouse-1> <down-mouse-1>
<mouse-1> <down-mouse-1> <mouse-movement> <help-echo>
<mouse-movement> <mouse-movement> <drag-mouse-1> <help-echo>
<down-mouse-1> <mouse-1> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <menu-bar> <help-menu> <se
nd-emacs-bug-report>


--
Greetings

  Pete

The box said "Use Windows 95 or better," so I got a Macintosh.






reply via email to

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