emacs-devel
[Top][All Lists]
Advanced

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

23.0.60; More ELisp progress please!


From: Peter Dyballa
Subject: 23.0.60; More ELisp progress please!
Date: Mon, 4 Feb 2008 00:41:59 +0100

Hello!

Since GNU Emacs 23.0.50 has been updated to GNU Emacs 23.0.60, the Unicode Emacs, (in config.log I still can see PACKAGE_STRING='emacs 23.0.50' and PACKAGE_VERSION='23.0.50') I would like to see enabled something like this:

(defvar ctl-≈-map nil
 "Default keymap for C-≈ commands.
My special input mode global definition of the character C-≈ indirects to this keymap.")

Purpose: to be able to save a buffer when the keyboard is in some non-Latin input mode and produces instead of x the character ≈ or й. So I would need to install a ctl-≈-map *and* a ctl-й-map which would allow key bindings like

(define-key ctl-≈-map "\C-\∑" 'save-buffer)

and

(define-key ctl-й-map "\C-\я" 'save-buffer)

plus some more that my fingers can press what my eyes see and what they're used to press since decades (the basic little things) in case I'm writing in another script and some other language.


In GNU Emacs 23.0.60.1 (powerpc-apple-darwin8.11.0, X toolkit, Xaw3d scroll bars)
 of 2008-02-03 on localhost
Windowing system distributor `The XFree86 Project, Inc', version 11.0.40400000
configured using `configure  '--without-pop' '--without-sound' '--with-dbus' '--with-x-toolkit=athena' '--enable-locallisppath=/Library/Application Support/Emacs/calendar23:/Library/Application Support/Emacs/caml:/Library/Application Support/Emacs:/sw/share/emacs21/site-lisp/elib' 'PKG_CONFIG_PATH=/sw/lib/pkgconfig:/sw/share/pkgconfig:/usr/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/X11R6/lib/pkgconfig' 'CPPFLAGS=-no-cpp-precomp -D__BIND_NOSTATIC -idirafter /usr/X11R6/include' 'CFLAGS=-ggdb -gfull -bind_at_load -pipe -fPIC -mcpu=7450 -mtune=7450 -mno-powerpc64 -fast -mpim-altivec -ftree-vectorize -fno-crossjumping' 'LDFLAGS=-bind_at_load -dead_strip -multiply_defined suppress''

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
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

--
Greetings

  Pete

Clovis' Consideration of an Atmospheric Anomaly:
        The perversity of nature is nowhere better demonstrated
        than by the fact that, when exposed to the same atmosphere,
        bread becomes hard while crackers become soft.




reply via email to

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